summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-06-03 16:48:41 +0000
committerTorsten Veller <tove@gentoo.org>2009-06-03 16:48:41 +0000
commitb6f9af7a6c8ecc3fabdfbe152f079ed8c4468487 (patch)
tree40e9cf7282c25d121bd7a174c61f83a60d0bebc4 /dev-perl/Cgi-Simple
parentFix the tweaked mask to exclude www-client/opera-9. (diff)
downloadhistorical-b6f9af7a6c8ecc3fabdfbe152f079ed8c4468487.tar.gz
historical-b6f9af7a6c8ecc3fabdfbe152f079ed8c4468487.tar.bz2
historical-b6f9af7a6c8ecc3fabdfbe152f079ed8c4468487.zip
Cleanup
Package-Manager: portage-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.ebuild27
-rw-r--r--dev-perl/Cgi-Simple/Cgi-Simple-1.1.10.ebuild27
-rw-r--r--dev-perl/Cgi-Simple/ChangeLog6
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)