diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 11:49:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 11:49:39 +0000 |
commit | 8e5ff21194caf6743ff8cb35c4078ae78bd03897 (patch) | |
tree | c0e019124a31be3d0eabc6f9867fdb7393295c79 /dev-perl/Cgi-Simple | |
parent | Version bump to release 91: includes my changes and a couple of security-sens... (diff) | |
download | historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.tar.gz historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.tar.bz2 historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Cgi-Simple')
-rw-r--r-- | dev-perl/Cgi-Simple/Cgi-Simple-1.113.0.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/ChangeLog | 7 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-1.113.0.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-1.113.0.ebuild new file mode 100644 index 000000000000..7073ccc9c62f --- /dev/null +++ b/dev-perl/Cgi-Simple/Cgi-Simple-1.113.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/Cgi-Simple-1.113.0.ebuild,v 1.1 2011/09/01 11:33:05 tove Exp $ + +EAPI=4 + +MY_PN=CGI-Simple +MODULE_AUTHOR=ANDYA +MODULE_VERSION=1.113 +inherit perl-module + +DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="virtual/perl-Module-Build + test? ( + dev-perl/libwww-perl + dev-perl/IO-stringy + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do" diff --git a/dev-perl/Cgi-Simple/ChangeLog b/dev-perl/Cgi-Simple/ChangeLog index a6d1525d3ba4..aebea152492e 100644 --- a/dev-perl/Cgi-Simple/ChangeLog +++ b/dev-perl/Cgi-Simple/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Cgi-Simple # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.59 2011/01/10 19:53:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.60 2011/09/01 11:33:05 tove Exp $ + +*Cgi-Simple-1.113.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> +Cgi-Simple-1.113.0.ebuild: + Change version scheme 10 Jan 2011; Torsten Veller <tove@gentoo.org> -Cgi-Simple-1.0.ebuild, -Cgi-Simple-1.1.05.ebuild, -Cgi-Simple-1.1.12.ebuild: |