diff options
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild | 20 |
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index 29117e104628..bcc8a5d68803 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.67 2014/06/28 18:02:04 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.68 2014/07/26 14:34:33 dilfridge Exp $ + + 26 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -extutils-pkgconfig-1.130.0.ebuild: + Remove old 28 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> extutils-pkgconfig-1.130.0.ebuild, extutils-pkgconfig-1.140.0.ebuild: diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild deleted file mode 100644 index 74b408cbafa9..000000000000 --- a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.130.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 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.130.0.ebuild,v 1.11 2014/06/28 18:02:04 zlogene Exp $ - -EAPI=4 - -MY_PN=ExtUtils-PkgConfig -MODULE_AUTHOR=XAOC -MODULE_VERSION=1.13 -inherit perl-module - -DESCRIPTION="Simplistic perl interface to pkg-config" - -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" - -SRC_TEST="do" |