summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-27 19:37:28 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-27 19:37:28 +0000
commit4722364a4627c436fbea0783c43e40538916c77f (patch)
tree74109edf0d8478a3ddfd93a12fa67dd9b6607dc9 /dev-perl
parentChange version scheme (diff)
downloadgentoo-2-4722364a4627c436fbea0783c43e40538916c77f.tar.gz
gentoo-2-4722364a4627c436fbea0783c43e40538916c77f.tar.bz2
gentoo-2-4722364a4627c436fbea0783c43e40538916c77f.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/extutils-pkgconfig/ChangeLog10
-rw-r--r--dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild21
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog
index 57ffa5dfa636..a607fae4e52d 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.32 2010/01/09 19:59:13 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.33 2011/08/27 19:37:28 tove Exp $
+
+*extutils-pkgconfig-1.120.0 (27 Aug 2011)
+
+ 27 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +extutils-pkgconfig-1.120.0.ebuild:
+ Change version scheme
09 Jan 2010; Fabian Groffen <grobian@gentoo.org>
extutils-pkgconfig-1.12.ebuild:
diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild
new file mode 100644
index 000000000000..5afc22bf0cf0
--- /dev/null
+++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 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.120.0.ebuild,v 1.1 2011/08/27 19:37:28 tove Exp $
+
+EAPI=4
+
+MY_PN=ExtUtils-PkgConfig
+MODULE_AUTHOR=TSCH
+MODULE_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION="Simplistic perl interface to pkg-config"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+DEPEND="dev-util/pkgconfig"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"