diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-03-09 21:44:23 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-03-09 21:44:23 +0000 |
commit | 233afd6c22a1fb45466dfb77773d851f276fe156 (patch) | |
tree | 58884292e352c8550a7e6692519c22a3f94d49be /dev-perl | |
parent | Stable on ppc wrt bug 165428 (diff) | |
download | gentoo-2-233afd6c22a1fb45466dfb77773d851f276fe156.tar.gz gentoo-2-233afd6c22a1fb45466dfb77773d851f276fe156.tar.bz2 gentoo-2-233afd6c22a1fb45466dfb77773d851f276fe156.zip |
Version bump
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Cgi-Simple/Cgi-Simple-0.079.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.079 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-0.079.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-0.079.ebuild new file mode 100644 index 000000000000..abb177f92d61 --- /dev/null +++ b/dev-perl/Cgi-Simple/Cgi-Simple-0.079.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.079.ebuild,v 1.1 2007/03/09 21:44:23 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 4e16e5550226..96e09d3a5dca 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.22 2007/01/20 21:13:40 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.23 2007/03/09 21:44:23 mcummings Exp $ + +*Cgi-Simple-0.079 (09 Mar 2007) + + 09 Mar 2007; Michael Cummings <mcummings@gentoo.org> + +Cgi-Simple-0.079.ebuild: + Version bump *Cgi-Simple-0.078 (20 Jan 2007) diff --git a/dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.079 b/dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.079 new file mode 100644 index 000000000000..b12db6dcb97a --- /dev/null +++ b/dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.079 @@ -0,0 +1,3 @@ +MD5 e078e0a3d94ba67cfc17e24e166df74e CGI-Simple-0.079.tar.gz 84829 +RMD160 ae0e803548a225fe2b2149535a36e6d844de38b6 CGI-Simple-0.079.tar.gz 84829 +SHA256 bbf8a858042fe9015aa3eccea84d879f213f91f49b69c4c89444eb11780ee064 CGI-Simple-0.079.tar.gz 84829 |