diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-03 16:39:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-03 16:39:30 +0000 |
commit | 28d3b132ae2ec061ed4a848102ffcac771544ae2 (patch) | |
tree | 564387d971b12d7c0d668d0d72aef409b0107c1c /dev-perl/Cgi-Simple | |
parent | Drop KDE 4.2.2 (diff) | |
download | gentoo-2-28d3b132ae2ec061ed4a848102ffcac771544ae2.tar.gz gentoo-2-28d3b132ae2ec061ed4a848102ffcac771544ae2.tar.bz2 gentoo-2-28d3b132ae2ec061ed4a848102ffcac771544ae2.zip |
Cleanup
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Cgi-Simple')
-rw-r--r-- | dev-perl/Cgi-Simple/Cgi-Simple-1.1.09.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/Cgi-Simple-1.1.10.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/ChangeLog | 6 |
3 files changed, 5 insertions, 55 deletions
diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.09.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-1.1.09.ebuild deleted file mode 100644 index aa30fb431db5..000000000000 --- a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.09.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 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.1.09.ebuild,v 1.1 2009/04/17 20:37:04 tove Exp $ - -EAPI=2 - -inherit versionator -MY_PN=CGI-Simple -MY_P=${MY_PN}-$(delete_version_separator 2) -MODULE_AUTHOR=ANDYA -inherit perl-module - -DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="virtual/perl-Module-Build - test? ( dev-perl/libwww-perl - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -S=${WORKDIR}/${MY_P} - -SRC_TEST="do" diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.10.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-1.1.10.ebuild deleted file mode 100644 index 25ba693643ec..000000000000 --- a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.10.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 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.1.10.ebuild,v 1.1 2009/05/26 19:11:18 tove Exp $ - -EAPI=2 - -inherit versionator -MY_PN=CGI-Simple -MY_P=${MY_PN}-$(delete_version_separator 2) -MODULE_AUTHOR=ANDYA -inherit perl-module - -DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="virtual/perl-Module-Build - test? ( dev-perl/libwww-perl - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" - -S=${WORKDIR}/${MY_P} - -SRC_TEST="do" diff --git a/dev-perl/Cgi-Simple/ChangeLog b/dev-perl/Cgi-Simple/ChangeLog index 1a241f18957d..d215a54ca62a 100644 --- a/dev-perl/Cgi-Simple/ChangeLog +++ b/dev-perl/Cgi-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Cgi-Simple # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.51 2009/05/31 18:10:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.52 2009/06/03 16:39:30 tove Exp $ + + 03 Jun 2009; Torsten Veller <tove@gentoo.org> -Cgi-Simple-1.1.09.ebuild, + -Cgi-Simple-1.1.10.ebuild: + Cleanup *Cgi-Simple-1.1.12 (31 May 2009) |