diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-08 14:37:13 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-08 14:37:13 +0000 |
commit | 8959b512b2642dc259130fecda2e04a46be4dde6 (patch) | |
tree | ac30883a313d49a339f5b5e50da5ab2c50da2b1c /virtual/perl-Module-CoreList | |
parent | Remove old (Perl 5.20.0 cleanup) (diff) | |
download | gentoo-2-8959b512b2642dc259130fecda2e04a46be4dde6.tar.gz gentoo-2-8959b512b2642dc259130fecda2e04a46be4dde6.tar.bz2 gentoo-2-8959b512b2642dc259130fecda2e04a46be4dde6.zip |
Remove old (Perl 5.20.0 cleanup)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'virtual/perl-Module-CoreList')
-rw-r--r-- | virtual/perl-Module-CoreList/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Module-CoreList/perl-Module-CoreList-3.100.0.ebuild | 20 |
2 files changed, 5 insertions, 21 deletions
diff --git a/virtual/perl-Module-CoreList/ChangeLog b/virtual/perl-Module-CoreList/ChangeLog index 8b86e041c01b..10735f36660d 100644 --- a/virtual/perl-Module-CoreList/ChangeLog +++ b/virtual/perl-Module-CoreList/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Module-CoreList # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog,v 1.102 2014/10/18 19:32:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-CoreList/ChangeLog,v 1.103 2014/11/08 14:37:13 dilfridge Exp $ + + 08 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-Module-CoreList-3.100.0.ebuild: + Remove old (Perl 5.20.0 cleanup) 18 Oct 2014; Mike Frysinger <vapier@gentoo.org> perl-Module-CoreList-3.30.0.ebuild: diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-3.100.0.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-3.100.0.ebuild deleted file mode 100644 index 41c765b60ac1..000000000000 --- a/virtual/perl-Module-CoreList/perl-Module-CoreList-3.100.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/virtual/perl-Module-CoreList/perl-Module-CoreList-3.100.0.ebuild,v 1.2 2014/09/13 19:34:07 dilfridge Exp $ - -EAPI=5 - -DESCRIPTION="Virtual for ${PN#perl-}" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -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=" - || ( =dev-lang/perl-5.20.0* ~perl-core/${PN#perl-}-${PV} ) - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -" |