diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-20 21:13:40 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-20 21:13:40 +0000 |
commit | 4ff5909b372f38bd81a373240e8465d055fbc575 (patch) | |
tree | 5bc949635bdcbce7578d73ec338fcd8ebeb33f0e /dev-perl/Cgi-Simple | |
parent | Version bump (diff) | |
download | gentoo-2-4ff5909b372f38bd81a373240e8465d055fbc575.tar.gz gentoo-2-4ff5909b372f38bd81a373240e8465d055fbc575.tar.bz2 gentoo-2-4ff5909b372f38bd81a373240e8465d055fbc575.zip |
Version bump
(Portage version: 2.1.2-r1)
Diffstat (limited to 'dev-perl/Cgi-Simple')
-rw-r--r-- | dev-perl/Cgi-Simple/Cgi-Simple-0.078.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.078 | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-0.078.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-0.078.ebuild new file mode 100644 index 000000000000..f0020b8e0671 --- /dev/null +++ b/dev-perl/Cgi-Simple/Cgi-Simple-0.078.ebuild @@ -0,0 +1,23 @@ +# 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.078.ebuild,v 1.1 2007/01/20 21:13:40 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="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" +RDEPEND="dev-lang/perl + dev-perl/version" +DEPEND="dev-perl/module-build + ${RDEPEND}" diff --git a/dev-perl/Cgi-Simple/ChangeLog b/dev-perl/Cgi-Simple/ChangeLog index 80e2a12a36bc..4e16e5550226 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.21 2007/01/14 22:40:56 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.22 2007/01/20 21:13:40 mcummings Exp $ + +*Cgi-Simple-0.078 (20 Jan 2007) + + 20 Jan 2007; Michael Cummings <mcummings@gentoo.org> + +Cgi-Simple-0.078.ebuild: + Version bump 14 Jan 2007; Michael Cummings <mcummings@gentoo.org> Cgi-Simple-0.077.ebuild: diff --git a/dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.078 b/dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.078 new file mode 100644 index 000000000000..9b1348eba078 --- /dev/null +++ b/dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.078 @@ -0,0 +1,3 @@ +MD5 af0b02e454869a8c61923e605aa97920 CGI-Simple-0.078.tar.gz 84855 +RMD160 404c4887c789fd0f55fb38b9acce9668165b014b CGI-Simple-0.078.tar.gz 84855 +SHA256 b4e4a843fcae5e4d860f5b521e2f28ca2a0aa9660d4881cc962b00bfd2953365 CGI-Simple-0.078.tar.gz 84855 |