diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-25 22:04:04 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-25 22:04:04 +0000 |
commit | 2071bb20cf03c4f442c0032ece3d01eadcca375c (patch) | |
tree | b16dc4ba781b363c3888f7d08d378bd96e1a1133 /dev-perl/CGI | |
parent | Marking stable on amd64 x86 sparc hppa alpha ppc, as requested by plasmaroo. ... (diff) | |
download | gentoo-2-2071bb20cf03c4f442c0032ece3d01eadcca375c.tar.gz gentoo-2-2071bb20cf03c4f442c0032ece3d01eadcca375c.tar.bz2 gentoo-2-2071bb20cf03c4f442c0032ece3d01eadcca375c.zip |
stable on amd64
Diffstat (limited to 'dev-perl/CGI')
-rw-r--r-- | dev-perl/CGI/CGI-3.00.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/CGI/ChangeLog | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/CGI/CGI-3.00.ebuild b/dev-perl/CGI/CGI-3.00.ebuild index a4ef2d47b992..5079b8bb12e1 100644 --- a/dev-perl/CGI/CGI-3.00.ebuild +++ b/dev-perl/CGI/CGI-3.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-3.00.ebuild,v 1.6 2004/06/25 00:10:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/CGI-3.00.ebuild,v 1.7 2004/06/25 22:04:04 kugelfang Exp $ inherit perl-module @@ -13,5 +13,5 @@ HOMEPAGE="http://search.cpan.org/author/L/LD/LDS/CGI.pm-${PV}/" IUSE="" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha mips" +KEYWORDS="x86 amd64 ~ppc sparc ~alpha mips" DEPEND=">=dev-lang/perl-5.8.0-r12" diff --git a/dev-perl/CGI/ChangeLog b/dev-perl/CGI/ChangeLog index 12420a390b56..7e89eb502519 100644 --- a/dev-perl/CGI/ChangeLog +++ b/dev-perl/CGI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/CGI # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v 1.32 2004/06/25 00:10:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI/ChangeLog,v 1.33 2004/06/25 22:04:04 kugelfang Exp $ + + 26 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> CGI-3.00.ebuild: + Marked stable on amd64. *CGI-3.05 (13 Jun 2004) |