diff options
author | 2013-02-10 12:30:02 +0000 | |
---|---|---|
committer | 2013-02-10 12:30:02 +0000 | |
commit | 8d14036d676b1b91b27661b6e59db30f4eca5243 (patch) | |
tree | af39dde4984f16004ced1a8d5c2005b9935199e7 /dev-perl | |
parent | Stable for amd64, wrt bug #456628 (diff) | |
download | gentoo-2-8d14036d676b1b91b27661b6e59db30f4eca5243.tar.gz gentoo-2-8d14036d676b1b91b27661b6e59db30f4eca5243.tar.bz2 gentoo-2-8d14036d676b1b91b27661b6e59db30f4eca5243.zip |
[bump] dev-perl/extutils-pkgconfig-1.140.0
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.140.0.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index a5ee0ccc86e5..1eafc1e75ef5 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.54 2013/01/06 14:11:10 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.55 2013/02/10 12:30:02 tove Exp $ + +*extutils-pkgconfig-1.140.0 (10 Feb 2013) + + 10 Feb 2013; Torsten Veller <tove@gentoo.org> + +extutils-pkgconfig-1.140.0.ebuild: + Version bump 06 Jan 2013; Torsten Veller <tove@gentoo.org> -extutils-pkgconfig-1.120.0.ebuild: diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.140.0.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.140.0.ebuild new file mode 100644 index 000000000000..82815c8db7da --- /dev/null +++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.140.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 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.140.0.ebuild,v 1.1 2013/02/10 12:30:02 tove Exp $ + +EAPI=5 + +MY_PN=ExtUtils-PkgConfig +MODULE_AUTHOR=XAOC +MODULE_VERSION=1.14 +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" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |