diff options
author | 2009-05-01 21:21:45 +0000 | |
---|---|---|
committer | 2009-05-01 21:21:45 +0000 | |
commit | 38283a052f1d11eaa9752b3077a6e9049b5891e5 (patch) | |
tree | 9f9e1e907fe819802a8c56d192e4a73b1085cd30 /dev-perl/Cgi-Simple | |
parent | Rename "wxwindows" USE flag to "wxwidgets". (diff) | |
download | historical-38283a052f1d11eaa9752b3077a6e9049b5891e5.tar.gz historical-38283a052f1d11eaa9752b3077a6e9049b5891e5.tar.bz2 historical-38283a052f1d11eaa9752b3077a6e9049b5891e5.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/Cgi-Simple')
-rw-r--r-- | dev-perl/Cgi-Simple/Cgi-Simple-1.1.06.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/Cgi-Simple-1.1.08.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Cgi-Simple/ChangeLog | 6 |
3 files changed, 5 insertions, 52 deletions
diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.06.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-1.1.06.ebuild deleted file mode 100644 index 53366a438266..000000000000 --- a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.06.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 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.06.ebuild,v 1.2 2008/11/18 14:30:35 tove Exp $ - -MODULE_AUTHOR=ANDYA -inherit versionator perl-module - -MY_P="CGI-Simple-$(delete_version_separator 2)" -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" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lang/perl - virtual/perl-version" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -SRC_TEST="do" diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.08.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-1.1.08.ebuild deleted file mode 100644 index a40017e3951d..000000000000 --- a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.08.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.08.ebuild,v 1.1 2009/03/14 10:11:52 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 e7cc94f29074..394f46fb6ea3 100644 --- a/dev-perl/Cgi-Simple/ChangeLog +++ b/dev-perl/Cgi-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Cgi-Simple # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.48 2009/04/17 20:37:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.49 2009/05/01 20:49:40 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -Cgi-Simple-1.1.06.ebuild, + -Cgi-Simple-1.1.08.ebuild: + Cleanup *Cgi-Simple-1.1.09 (17 Apr 2009) |