diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-27 14:46:14 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-27 14:46:14 +0000 |
commit | 7dcdcf1c8f691cc6daff4be93b48edada09799cb (patch) | |
tree | c60d7ff6a90af3fd491bd0f3ce49b4a457dbccb2 /virtual | |
parent | Version bump (diff) | |
download | gentoo-2-7dcdcf1c8f691cc6daff4be93b48edada09799cb.tar.gz gentoo-2-7dcdcf1c8f691cc6daff4be93b48edada09799cb.tar.bz2 gentoo-2-7dcdcf1c8f691cc6daff4be93b48edada09799cb.zip |
Version bump
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-CGI/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-CGI/files/digest-perl-CGI-3.23 | 1 | ||||
-rw-r--r-- | virtual/perl-CGI/perl-CGI-3.23.ebuild | 15 |
3 files changed, 23 insertions, 1 deletions
diff --git a/virtual/perl-CGI/ChangeLog b/virtual/perl-CGI/ChangeLog index 0cd516d0e335..39a03104311c 100644 --- a/virtual/perl-CGI/ChangeLog +++ b/virtual/perl-CGI/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-CGI # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.16 2006/07/17 23:35:12 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/ChangeLog,v 1.17 2006/08/27 14:46:13 mcummings Exp $ + +*perl-CGI-3.23 (27 Aug 2006) + + 27 Aug 2006; Michael Cummings <mcummings@gentoo.org> + +perl-CGI-3.23.ebuild: + Version bump 18 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> perl-CGI-3.15.ebuild: Stable on alpha. diff --git a/virtual/perl-CGI/files/digest-perl-CGI-3.23 b/virtual/perl-CGI/files/digest-perl-CGI-3.23 new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/virtual/perl-CGI/files/digest-perl-CGI-3.23 @@ -0,0 +1 @@ + diff --git a/virtual/perl-CGI/perl-CGI-3.23.ebuild b/virtual/perl-CGI/perl-CGI-3.23.ebuild new file mode 100644 index 000000000000..2c4eb85e7338 --- /dev/null +++ b/virtual/perl-CGI/perl-CGI-3.23.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CGI/perl-CGI-3.23.ebuild,v 1.1 2006/08/27 14:46:13 mcummings Exp $ + +DESCRIPTION="Virtual for CGI" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/CGI-${PV}" |