diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-01-25 09:05:47 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-02-20 04:22:28 +1300 |
commit | 2777260fbdd69f8c09cb1477ec96501e93cf4731 (patch) | |
tree | fee92f85fa28139c8160652bf803fdd2dd417977 /virtual/perl-IO | |
parent | dev-perl/PPIx-Regexp: Bump to version 0.51.0 (diff) | |
download | gentoo-2777260fbdd69f8c09cb1477ec96501e93cf4731.tar.gz gentoo-2777260fbdd69f8c09cb1477ec96501e93cf4731.tar.bz2 gentoo-2777260fbdd69f8c09cb1477ec96501e93cf4731.zip |
dev-lang/perl, virtual/perl-*: Cleanup 5.20* and eblits re bug #589680 and bug #586418
Bug: https://bugs.gentoo.org/586418
Bug: https://bugs.gentoo.org/589680
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual/perl-IO')
-rw-r--r-- | virtual/perl-IO/perl-IO-1.310.0-r1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/virtual/perl-IO/perl-IO-1.310.0-r1.ebuild b/virtual/perl-IO/perl-IO-1.310.0-r1.ebuild deleted file mode 100644 index 90fd3d5bad08..000000000000 --- a/virtual/perl-IO/perl-IO-1.310.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Virtual for IO" -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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND=" - || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -" |