diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-08 15:17:00 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-08 15:17:00 +0000 |
commit | ed5e3b1243d11489b3fab6cc14c3c8572a79e921 (patch) | |
tree | cb02780c1324a3911281b720dda6b9375c503c38 /perl-core | |
parent | Remove old (diff) | |
download | gentoo-2-ed5e3b1243d11489b3fab6cc14c3c8572a79e921.tar.gz gentoo-2-ed5e3b1243d11489b3fab6cc14c3c8572a79e921.tar.bz2 gentoo-2-ed5e3b1243d11489b3fab6cc14c3c8572a79e921.zip |
Remove old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/ExtUtils-CBuilder/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.280.205-r1.ebuild | 25 |
2 files changed, 5 insertions, 26 deletions
diff --git a/perl-core/ExtUtils-CBuilder/ChangeLog b/perl-core/ExtUtils-CBuilder/ChangeLog index c1c8d4b0622d..9a67470ec056 100644 --- a/perl-core/ExtUtils-CBuilder/ChangeLog +++ b/perl-core/ExtUtils-CBuilder/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/ExtUtils-CBuilder # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ChangeLog,v 1.63 2014/07/26 13:55:17 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ChangeLog,v 1.64 2014/11/08 15:17:00 dilfridge Exp $ + + 08 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -ExtUtils-CBuilder-0.280.205-r1.ebuild: + Remove old *ExtUtils-CBuilder-0.280.205-r1 (26 Jul 2014) diff --git a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.280.205-r1.ebuild b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.280.205-r1.ebuild deleted file mode 100644 index 40c3a6e65154..000000000000 --- a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.280.205-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.280.205-r1.ebuild,v 1.1 2014/07/26 13:55:17 dilfridge Exp $ - -EAPI=5 - -MODULE_AUTHOR=DAGOLDEN -MODULE_VERSION=0.280205 -inherit perl-module - -DESCRIPTION="Compile and link C code for Perl modules" - -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - virtual/perl-File-Spec - virtual/perl-File-Temp - virtual/perl-IPC-Cmd - virtual/perl-Perl-OSType -" -DEPEND="${RDEPEND}" - -SRC_TEST="parallel" |