summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-01 20:49:40 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-01 20:49:40 +0000
commit85332da8fd0e4b80e3f6403e815da2452412c854 (patch)
tree9dd2989b09d678d47bfeee01e1ae0b70fd0fb60b /dev-perl/Cgi-Simple
parentCleanup (diff)
downloadgentoo-2-85332da8fd0e4b80e3f6403e815da2452412c854.tar.gz
gentoo-2-85332da8fd0e4b80e3f6403e815da2452412c854.tar.bz2
gentoo-2-85332da8fd0e4b80e3f6403e815da2452412c854.zip
Cleanup
(Portage version: 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.ebuild24
-rw-r--r--dev-perl/Cgi-Simple/Cgi-Simple-1.1.08.ebuild27
-rw-r--r--dev-perl/Cgi-Simple/ChangeLog6
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)