diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-06-28 18:00:08 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-06-28 18:00:08 +0000 |
commit | b2164c68f3987185a31455e41d8471036f44767b (patch) | |
tree | 5935f1ec3a7f671ecdd0503db0995a2e1ca2f2b6 /dev-perl | |
parent | Whitespace. (diff) | |
download | gentoo-2-b2164c68f3987185a31455e41d8471036f44767b.tar.gz gentoo-2-b2164c68f3987185a31455e41d8471036f44767b.tar.bz2 gentoo-2-b2164c68f3987185a31455e41d8471036f44767b.zip |
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index 8b1273e971de..27d1dea04536 100644 --- a/dev-perl/extutils-pkgconfig/ChangeLog +++ b/dev-perl/extutils-pkgconfig/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/extutils-pkgconfig -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.65 2013/06/02 08:42:05 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.66 2014/06/28 18:00:08 zlogene Exp $ + +*extutils-pkgconfig-1.150.0 (28 Jun 2014) + + 28 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> + +extutils-pkgconfig-1.150.0.ebuild: + Version bump 02 Jun 2013; Agostino Sarubbo <ago@gentoo.org> extutils-pkgconfig-1.140.0.ebuild: diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild new file mode 100644 index 000000000000..3bec21f49529 --- /dev/null +++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.150.0.ebuild,v 1.1 2014/06/28 18:00:08 zlogene Exp $ + +EAPI=5 + +MY_PN=ExtUtils-PkgConfig +MODULE_AUTHOR=XAOC +MODULE_VERSION=1.15 +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/pkgconfig" + +SRC_TEST="do" |