diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-16 15:57:54 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-16 15:57:54 +0000 |
commit | b03ddb673645f5cf12bda7e5cba1470d4120d0f6 (patch) | |
tree | 8fe90c91a26b57346cc39a6351029d05f868e035 /virtual/perl-CGI | |
parent | Version bump pygments to 2.0.1 (fixes bug 529330) (diff) | |
download | gentoo-2-b03ddb673645f5cf12bda7e5cba1470d4120d0f6.tar.gz gentoo-2-b03ddb673645f5cf12bda7e5cba1470d4120d0f6.tar.bz2 gentoo-2-b03ddb673645f5cf12bda7e5cba1470d4120d0f6.zip |
Version bump
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'virtual/perl-CGI')
-rw-r--r-- | virtual/perl-CGI/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-CGI/perl-CGI-4.90.0.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/virtual/perl-CGI/ChangeLog b/virtual/perl-CGI/ChangeLog index c35fc2ad41f7..4f6810352a15 100644 --- a/virtual/perl-CGI/ChangeLog +++ b/virtual/perl-CGI/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-CGI # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.119 2014/10/08 22:35:59 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.120 2014/11/16 15:57:54 dilfridge Exp $ + +*perl-CGI-4.90.0 (16 Nov 2014) + + 16 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +perl-CGI-4.90.0.ebuild: + Version bump *perl-CGI-3.650.0-r1 (08 Oct 2014) diff --git a/virtual/perl-CGI/perl-CGI-4.90.0.ebuild b/virtual/perl-CGI/perl-CGI-4.90.0.ebuild new file mode 100644 index 000000000000..b481c77c696a --- /dev/null +++ b/virtual/perl-CGI/perl-CGI-4.90.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-4.90.0.ebuild,v 1.1 2014/11/16 15:57:54 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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos" +IUSE="" + +RDEPEND=" + ~perl-core/${PN#perl-}-${PV} +" |