diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-01 20:24:54 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-01 20:24:54 +0000 |
commit | 131f1d1ccad8be98f475b903c8544c087b06d409 (patch) | |
tree | 5a6c266f69517d170bbb56058732bbbd3e222970 /dev-perl/Cgi-Simple | |
parent | vBump to 2.1.10, remove 2.1.5. Closes bug #157542 (diff) | |
download | gentoo-2-131f1d1ccad8be98f475b903c8544c087b06d409.tar.gz gentoo-2-131f1d1ccad8be98f475b903c8544c087b06d409.tar.bz2 gentoo-2-131f1d1ccad8be98f475b903c8544c087b06d409.zip |
Version bump
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl/Cgi-Simple')
-rw-r--r-- | dev-perl/Cgi-Simple/Cgi-Simple-0.080.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.080 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-0.080.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-0.080.ebuild new file mode 100644 index 000000000000..bdce1d7ffab0 --- /dev/null +++ b/dev-perl/Cgi-Simple/Cgi-Simple-0.080.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/Cgi-Simple-0.080.ebuild,v 1.1 2007/04/01 20:24:54 mcummings Exp $ + +inherit perl-module + +MY_P="CGI-Simple-${PV}" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant" +SRC_URI="mirror://cpan/authors/id/A/AN/ANDYA/${MY_P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~andya" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" +DEPEND="dev-lang/perl" diff --git a/dev-perl/Cgi-Simple/ChangeLog b/dev-perl/Cgi-Simple/ChangeLog index 96e09d3a5dca..a77567865798 100644 --- a/dev-perl/Cgi-Simple/ChangeLog +++ b/dev-perl/Cgi-Simple/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Cgi-Simple # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.23 2007/03/09 21:44:23 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.24 2007/04/01 20:24:54 mcummings Exp $ + +*Cgi-Simple-0.080 (01 Apr 2007) + + 01 Apr 2007; Michael Cummings <mcummings@gentoo.org> + +Cgi-Simple-0.080.ebuild: + Version bump *Cgi-Simple-0.079 (09 Mar 2007) diff --git a/dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.080 b/dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.080 new file mode 100644 index 000000000000..db9d2de07c16 --- /dev/null +++ b/dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.080 @@ -0,0 +1,3 @@ +MD5 0ecb5ca78c356ad83b5f25909855aac9 CGI-Simple-0.080.tar.gz 84993 +RMD160 216cedb89181df96392b7183b664d62df131976f CGI-Simple-0.080.tar.gz 84993 +SHA256 6a435022c55622086e683ab6bff4ed2781f76a5c4166e015fc6f761c233a6476 CGI-Simple-0.080.tar.gz 84993 |