diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 14:11:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 14:11:10 +0000 |
commit | 82a3c3c4c1636c2c4aaa05732d7607099bc3eaec (patch) | |
tree | 0eb7c8476866b87db743790d7fe03e4631800d8c /dev-perl/extutils-pkgconfig | |
parent | Version bump. Migrate to distutils-r1. (diff) | |
download | gentoo-2-82a3c3c4c1636c2c4aaa05732d7607099bc3eaec.tar.gz gentoo-2-82a3c3c4c1636c2c4aaa05732d7607099bc3eaec.tar.bz2 gentoo-2-82a3c3c4c1636c2c4aaa05732d7607099bc3eaec.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/extutils-pkgconfig')
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild | 21 |
2 files changed, 6 insertions, 23 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index 10bfde58eb4a..a5ee0ccc86e5 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.53 2012/09/02 18:10:39 armin76 Exp $ +# 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 $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> + -extutils-pkgconfig-1.120.0.ebuild: + Cleanup 02 Sep 2012; Raúl Porcel <armin76@gentoo.org> extutils-pkgconfig-1.130.0.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 deleted file mode 100644 index d5bde5bfe761..000000000000 --- a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 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.9 2012/05/02 21:56:26 jdhore 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="virtual/pkgconfig" -RDEPEND="${DEPEND}" - -SRC_TEST="do" |