diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | ed1835f95ac005061c92cae46366aa03deeb7aa6 (patch) | |
tree | bf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/extutils-pkgconfig | |
parent | Version bump to latest release. (diff) | |
download | gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2 gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip |
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/extutils-pkgconfig')
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.12.ebuild | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index a607fae4e52d..c3b4ed21f305 100644 --- a/dev-perl/extutils-pkgconfig/ChangeLog +++ b/dev-perl/extutils-pkgconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/extutils-pkgconfig # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.34 2011/09/04 11:22:49 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> + -extutils-pkgconfig-1.12.ebuild: + Cleanup *extutils-pkgconfig-1.120.0 (27 Aug 2011) diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.12.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.12.ebuild deleted file mode 100644 index fea0b7cdbe5c..000000000000 --- a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.12.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 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.12.ebuild,v 1.4 2010/01/09 19:59:13 grobian Exp $ - -MODULE_AUTHOR=TSCH -MY_PN=ExtUtils-PkgConfig -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} - -inherit perl-module - -DESCRIPTION="Simplistic perl interface to pkg-config" - -LICENSE="|| ( Artistic GPL-2 )" -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-lang/perl - dev-util/pkgconfig" -RDEPEND="${DEPEND}" - -SRC_TEST="do" |