diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-02-21 16:06:08 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-02-21 16:06:08 +0000 |
commit | 2dcf491d4d482c76ce75cfd0cc0244cd5d70ab16 (patch) | |
tree | dae8f62de1bb727fb89d3a2bf85ec3cdca295fa8 /virtual/perl-Exporter | |
parent | Fix compiler warning, testsuite, dodoc issue and /var/run. (diff) | |
download | gentoo-2-2dcf491d4d482c76ce75cfd0cc0244cd5d70ab16.tar.gz gentoo-2-2dcf491d4d482c76ce75cfd0cc0244cd5d70ab16.tar.bz2 gentoo-2-2dcf491d4d482c76ce75cfd0cc0244cd5d70ab16.zip |
Transfer stable keywords and drop old
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual/perl-Exporter')
-rw-r--r-- | virtual/perl-Exporter/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Exporter/perl-Exporter-5.710.0-r1.ebuild | 4 | ||||
-rw-r--r-- | virtual/perl-Exporter/perl-Exporter-5.710.0.ebuild | 21 |
3 files changed, 7 insertions, 24 deletions
diff --git a/virtual/perl-Exporter/ChangeLog b/virtual/perl-Exporter/ChangeLog index e78586122e02..78f97abb1142 100644 --- a/virtual/perl-Exporter/ChangeLog +++ b/virtual/perl-Exporter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Exporter # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/ChangeLog,v 1.30 2015/02/21 09:48:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/ChangeLog,v 1.31 2015/02/21 16:06:08 mgorny Exp $ + + 21 Feb 2015; Michał Górny <mgorny@gentoo.org> -perl-Exporter-5.710.0.ebuild, + perl-Exporter-5.710.0-r1.ebuild: + Transfer stable keywords and drop old *perl-Exporter-5.710.0-r1 (21 Feb 2015) diff --git a/virtual/perl-Exporter/perl-Exporter-5.710.0-r1.ebuild b/virtual/perl-Exporter/perl-Exporter-5.710.0-r1.ebuild index 83a2e0d9c64a..33322b901eda 100644 --- a/virtual/perl-Exporter/perl-Exporter-5.710.0-r1.ebuild +++ b/virtual/perl-Exporter/perl-Exporter-5.710.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/perl-Exporter-5.710.0-r1.ebuild,v 1.1 2015/02/21 09:48:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/perl-Exporter-5.710.0-r1.ebuild,v 1.2 2015/02/21 16:06:08 mgorny Exp $ EAPI=5 @@ -10,7 +10,7 @@ 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 ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +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 ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="" diff --git a/virtual/perl-Exporter/perl-Exporter-5.710.0.ebuild b/virtual/perl-Exporter/perl-Exporter-5.710.0.ebuild deleted file mode 100644 index 30728c37df67..000000000000 --- a/virtual/perl-Exporter/perl-Exporter-5.710.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Exporter/perl-Exporter-5.710.0.ebuild,v 1.12 2015/02/18 08:37:14 ago 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 ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-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.2* =dev-lang/perl-5.20.1* ~perl-core/${PN#perl-}-${PV} ) - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -" |