diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-04-01 20:43:32 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-04-01 20:43:32 +0000 |
commit | b4875f823c5be1e85e022ee68f206fa5e9749052 (patch) | |
tree | bea648f2a94e3f175e4bd4652409e51d23ac7386 /dev-perl/Cgi-Simple | |
parent | Keyworded ~x86-fbsd (diff) | |
download | historical-b4875f823c5be1e85e022ee68f206fa5e9749052.tar.gz historical-b4875f823c5be1e85e022ee68f206fa5e9749052.tar.bz2 historical-b4875f823c5be1e85e022ee68f206fa5e9749052.zip |
Version bump
Package-Manager: portage-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 |