diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-05-24 13:11:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-05-24 13:11:56 +0000 |
commit | fac0d5162b9466b7bca88565a55c24d91e7f5c65 (patch) | |
tree | af2b1aa60be5a7d254f3a657989023dbc29eb88e /dev-perl | |
parent | Stable on sparc (diff) | |
download | gentoo-2-fac0d5162b9466b7bca88565a55c24d91e7f5c65.tar.gz gentoo-2-fac0d5162b9466b7bca88565a55c24d91e7f5c65.tar.bz2 gentoo-2-fac0d5162b9466b7bca88565a55c24d91e7f5c65.zip |
Version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Cgi-Simple/Cgi-Simple-0.83.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.83 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-0.83.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-0.83.ebuild new file mode 100644 index 000000000000..5a0126f0a284 --- /dev/null +++ b/dev-perl/Cgi-Simple/Cgi-Simple-0.83.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.83.ebuild,v 1.1 2007/05/24 13:11:56 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 b57c25672540..bdfc38819974 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.27 2007/05/05 17:33:55 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.28 2007/05/24 13:11:56 mcummings Exp $ + +*Cgi-Simple-0.83 (24 May 2007) + + 24 May 2007; Michael Cummings <mcummings@gentoo.org> + +Cgi-Simple-0.83.ebuild: + Version bump 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> Cgi-Simple-0.079.ebuild: diff --git a/dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.83 b/dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.83 new file mode 100644 index 000000000000..3f329002f5a2 --- /dev/null +++ b/dev-perl/Cgi-Simple/files/digest-Cgi-Simple-0.83 @@ -0,0 +1,3 @@ +MD5 e840b3ff6b37121efbac08af2b17bfa5 CGI-Simple-0.83.tar.gz 85742 +RMD160 1574a42d2d3d02a105e25d6194a0b0343b64d598 CGI-Simple-0.83.tar.gz 85742 +SHA256 fb0a9a786f34939ad3ef46df893b348ed5fe8a858c341ad7af9be8e4e6d90510 CGI-Simple-0.83.tar.gz 85742 |