dev-perl/glib-perl: Version bump to 1.3291
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Wed, 16 Oct 2019 04:34:08 +0000 (06:34 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Wed, 16 Oct 2019 04:34:39 +0000 (06:34 +0200)
Bug: https://bugs.gentoo.org/691020
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
dev-perl/glib-perl/Manifest
dev-perl/glib-perl/glib-perl-1.329.100.ebuild [new file with mode: 0644]

index 6b8681aeed00ce0385d30555e8ec82dc64a46513..e48a2c61d829008468974f86c8e3194ee64cb01d 100644 (file)
@@ -1 +1,2 @@
 DIST Glib-1.326.tar.gz 297125 BLAKE2B ea49571a5c1c1d0a48a72914f52d3d2bcf9bc4e0d59c2759497f7a069e091d20365f443cdc6de72ec349a82723f938a9cea4a06f5f7c8d531394220401dd8df1 SHA512 28f4f6d544389b7bedd5ccfce17659759e0996cdfea4f73e140de336b6395f5688bbb4707e3cf3e29b39f840eb8db9fc52dcbdaeb51154ae8fded2975ce9308d
+DIST Glib-1.3291.tar.gz 301944 BLAKE2B 75ecded774ec2654a464594693315003c9805efcb444c4b3cd1f495afffc011a294217c3f8e91c0870707a56b6a8fa1f04a694088b0ada939703fe7e73f8c312 SHA512 5c596e29c3e2ef72908668ddf1f260cf217b64d73732e90ef0fdef007f98b29efcd0620f01e0a39b5f2a0b368d4a05926543c9db0593bfa5a027e86af95fddba
diff --git a/dev-perl/glib-perl/glib-perl-1.329.100.ebuild b/dev-perl/glib-perl/glib-perl-1.329.100.ebuild
new file mode 100644 (file)
index 0000000..8bd1295
--- /dev/null
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_NAME=Glib
+DIST_AUTHOR=XAOC
+DIST_VERSION=1.3291
+inherit perl-module
+
+DESCRIPTION="Glib - Perl wrappers for the GLib utility and Object libraries"
+HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+       >=dev-libs/glib-2
+"
+# Log::Agent optional by Storable but has caused unexplained segv's
+# from build/doc.pl : https://bugs.gentoo.org/529080
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       >=dev-perl/ExtUtils-Depends-0.300.0
+       >=dev-perl/ExtUtils-PkgConfig-1.0.0
+       virtual/pkgconfig
+       dev-perl/Log-Agent
+"