diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-08 16:11:08 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-08 16:11:08 +0000 |
commit | 08d2586bc47c2a519b208e528d152059d43f7824 (patch) | |
tree | 7f3825a6f5f425d8dd3e22505bac4350b6691a26 /virtual/perl-Math-Complex | |
parent | Drop all keywords (diff) | |
download | gentoo-2-08d2586bc47c2a519b208e528d152059d43f7824.tar.gz gentoo-2-08d2586bc47c2a519b208e528d152059d43f7824.tar.bz2 gentoo-2-08d2586bc47c2a519b208e528d152059d43f7824.zip |
Remove Perl 5.16 as provider
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'virtual/perl-Math-Complex')
-rw-r--r-- | virtual/perl-Math-Complex/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r4.ebuild (renamed from virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r3.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/virtual/perl-Math-Complex/ChangeLog b/virtual/perl-Math-Complex/ChangeLog index 7309e58c1701..89875f8f9df5 100644 --- a/virtual/perl-Math-Complex/ChangeLog +++ b/virtual/perl-Math-Complex/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Math-Complex # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-Complex/ChangeLog,v 1.18 2014/09/23 09:57:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-Complex/ChangeLog,v 1.19 2014/11/08 16:11:08 dilfridge Exp $ + +*perl-Math-Complex-1.590.0-r4 (08 Nov 2014) + + 08 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -perl-Math-Complex-1.590.0-r3.ebuild, +perl-Math-Complex-1.590.0-r4.ebuild: + Remove Perl 5.16 as provider 23 Sep 2014; Agostino Sarubbo <ago@gentoo.org> perl-Math-Complex-1.590.0-r3.ebuild: diff --git a/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r3.ebuild b/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r4.ebuild index 01eb200453ec..477e061273e1 100644 --- a/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r3.ebuild +++ b/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r3.ebuild,v 1.9 2014/09/23 09:57:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-Complex/perl-Math-Complex-1.590.0-r4.ebuild,v 1.1 2014/11/08 16:11:08 dilfridge Exp $ EAPI=5 @@ -15,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND=" - || ( =dev-lang/perl-5.20* =dev-lang/perl-5.18* =dev-lang/perl-5.16* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.20* =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 " |