Сравнение glib-perl-1.329.300 с glib-perl-1.329.400
/usr/portage/dev-perl/glib-perl/glib-perl-1.329.400.ebuild 2023-10-09 14:52:29.952368362 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
DIST_NAME=Glib |
7 | 7 |
DIST_AUTHOR=XAOC |
8 |
DIST_VERSION=1.3293 |
|
8 |
DIST_VERSION=1.3294 |
|
9 | 9 |
inherit perl-module |
10 | 10 | |
11 | 11 |
DESCRIPTION="Glib - Perl wrappers for the GLib utility and Object libraries" |
12 |
HOMEPAGE="https://gtk2-perl.sf.net/ https://metacpan.org/release/Glib" |
|
12 |
HOMEPAGE="https://gtk2-perl.sf.net/ https://metacpan.org/release/Glib https://gitlab.gnome.org/GNOME/perl-glib" |
|
13 | 13 | |
14 | 14 |
LICENSE="LGPL-2.1" |
15 | 15 |
SLOT="0" |
... | ... | |
19 | 19 |
RDEPEND=" |
20 | 20 |
>=dev-libs/glib-2 |
21 | 21 |
" |
22 |
DEPEND="${RDEPEND} |
|
23 |
" |
|
24 | ||
22 |
DEPEND="${RDEPEND}" |
|
25 | 23 |
# Log::Agent optional by Storable but has caused unexplained segv's |
26 |
# from build/doc.pl : https://bugs.gentoo.org/529080 |
|
27 |
BDEPEND="${RDEPEND} |
|
24 |
# from build/doc.pl: https://bugs.gentoo.org/529080 |
|
25 |
BDEPEND=" |
|
26 |
${RDEPEND} |
|
28 | 27 |
virtual/perl-ExtUtils-MakeMaker |
29 | 28 |
>=dev-perl/ExtUtils-Depends-0.300.0 |
30 | 29 |
>=dev-perl/ExtUtils-PkgConfig-1.0.0 |