diff options
author | 2011-08-27 19:43:42 +0000 | |
---|---|---|
committer | 2011-08-27 19:43:42 +0000 | |
commit | e53aca24e013d31b996471e65698ac3ff9d13d03 (patch) | |
tree | 92ee65a8d21b508b8ac846ebc84f0722f75d6f51 /dev-perl/extutils-pkgconfig | |
parent | Stable for HPPA (bug #380677). (diff) | |
download | historical-e53aca24e013d31b996471e65698ac3ff9d13d03.tar.gz historical-e53aca24e013d31b996471e65698ac3ff9d13d03.tar.bz2 historical-e53aca24e013d31b996471e65698ac3ff9d13d03.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/extutils-pkgconfig')
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.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 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" |