summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-05-21 08:08:57 +1200
committerKent Fredric <kentnl@gentoo.org>2017-05-21 08:08:57 +1200
commit174e447fc99cd0ebf1d8df3d54c1bcc2b5d72e20 (patch)
treee4efcd7c982b08c5848f595a2b1f08dc78392538 /dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.160.0.ebuild
parentdev-perl/Devel-Cover: Bump to version 1.250.0 re bug #615730 (diff)
downloadgentoo-174e447fc99cd0ebf1d8df3d54c1bcc2b5d72e20.tar.gz
gentoo-174e447fc99cd0ebf1d8df3d54c1bcc2b5d72e20.tar.bz2
gentoo-174e447fc99cd0ebf1d8df3d54c1bcc2b5d72e20.zip
dev-perl/ExtUtils-PkgConfig: Bump to version 1.160.0 re bug #615098
- EAPI6 - Parallel Testing Upstream: - Fix for '.' in @INC - Add exists method Bug: https://bugs.gentoo.org/615098 Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.160.0.ebuild')
-rw-r--r--dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.160.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.160.0.ebuild b/dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.160.0.ebuild
new file mode 100644
index 000000000000..17ec97e83ac2
--- /dev/null
+++ b/dev-perl/ExtUtils-PkgConfig/ExtUtils-PkgConfig-1.160.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=1.16
+inherit perl-module
+
+DESCRIPTION="Simplistic perl interface to pkg-config"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/pkgconfig
+"