diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-06 17:04:21 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-06 17:04:21 +0000 |
commit | 2eab7dc8837023690c790e9e8bae40a8e5a4a3ab (patch) | |
tree | 171d51ed20fa62ec2d471c9ca5b249b22a9b207d /perl-core/CGI | |
parent | Version bump (diff) | |
download | gentoo-2-2eab7dc8837023690c790e9e8bae40a8e5a4a3ab.tar.gz gentoo-2-2eab7dc8837023690c790e9e8bae40a8e5a4a3ab.tar.bz2 gentoo-2-2eab7dc8837023690c790e9e8bae40a8e5a4a3ab.zip |
Version bump
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'perl-core/CGI')
-rw-r--r-- | perl-core/CGI/CGI-3.25.ebuild | 21 | ||||
-rw-r--r-- | perl-core/CGI/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/CGI/files/digest-CGI-3.25 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/perl-core/CGI/CGI-3.25.ebuild b/perl-core/CGI/CGI-3.25.ebuild new file mode 100644 index 000000000000..ed085191604c --- /dev/null +++ b/perl-core/CGI/CGI-3.25.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.25.ebuild,v 1.1 2006/11/06 17:04:21 mcummings Exp $ + +inherit perl-module + +myconf="INSTALLDIRS=vendor" +MY_P=${PN}.pm-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Simple Common Gateway Interface Class" +HOMEPAGE="http://search.cpan.org/author/L/LD/LDS/CGI.pm-${PV}/" +SRC_URI="mirror://cpan/authors/id/L/LD/LDS/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/perl-5.8.0-r12" + +SRC_TEST="do" diff --git a/perl-core/CGI/ChangeLog b/perl-core/CGI/ChangeLog index 7004a6139718..91a672a7573a 100644 --- a/perl-core/CGI/ChangeLog +++ b/perl-core/CGI/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/CGI # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.32 2006/10/25 01:53:02 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.33 2006/11/06 17:04:21 mcummings Exp $ + +*CGI-3.25 (06 Nov 2006) + + 06 Nov 2006; Michael Cummings <mcummings@gentoo.org> +CGI-3.25.ebuild: + Version bump 25 Oct 2006; Michael Cummings <mcummings@gentoo.org> -CGI-3.10.ebuild: Cleaning out stale ebuild diff --git a/perl-core/CGI/files/digest-CGI-3.25 b/perl-core/CGI/files/digest-CGI-3.25 new file mode 100644 index 000000000000..a430f41de38b --- /dev/null +++ b/perl-core/CGI/files/digest-CGI-3.25 @@ -0,0 +1,3 @@ +MD5 9aad2b7d0398bbd037b2f73e534378a1 CGI.pm-3.25.tar.gz 235166 +RMD160 e0d2163ed45e25b06be0c5e941384237854b58fb CGI.pm-3.25.tar.gz 235166 +SHA256 948b0e975cc5ad40c98f02a819b3beee1b33c4b2db9274d12d7f59a45169dfb6 CGI.pm-3.25.tar.gz 235166 |