summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-10 19:53:53 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-10 19:53:53 +0000
commit7cb696c26afb1e4b44e9399fcc2b9a3373e986eb (patch)
tree1a1a618d8b145ec7e5a84bec18a2f2c6703403dc
parentAllow libhome to build against berkdb 5.0 as well as any 4.x version, by lett... (diff)
downloadgentoo-2-7cb696c26afb1e4b44e9399fcc2b9a3373e986eb.tar.gz
gentoo-2-7cb696c26afb1e4b44e9399fcc2b9a3373e986eb.tar.bz2
gentoo-2-7cb696c26afb1e4b44e9399fcc2b9a3373e986eb.zip
Cleanup
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
-rw-r--r--dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild22
-rw-r--r--dev-perl/Cgi-Simple/Cgi-Simple-1.1.05.ebuild23
-rw-r--r--dev-perl/Cgi-Simple/Cgi-Simple-1.1.12.ebuild28
-rw-r--r--dev-perl/Cgi-Simple/ChangeLog6
4 files changed, 5 insertions, 74 deletions
diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild
deleted file mode 100644
index fb7632e51862..000000000000
--- a/dev-perl/Cgi-Simple/Cgi-Simple-1.0.ebuild
+++ /dev/null
@@ -1,22 +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.0.ebuild,v 1.7 2008/11/18 14:30:35 tove Exp $
-
-inherit perl-module
-
-MY_P="CGI-Simple-${PV}"
-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"
-HOMEPAGE="http://search.cpan.org/~andya"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-SRC_TEST="do"
-RDEPEND="dev-lang/perl"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build"
diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.05.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-1.1.05.ebuild
deleted file mode 100644
index 1f7aa904faff..000000000000
--- a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.05.ebuild
+++ /dev/null
@@ -1,23 +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.05.ebuild,v 1.3 2008/11/18 14:30:35 tove Exp $
-
-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"
-HOMEPAGE="http://search.cpan.org/~andya"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha ~amd64 ia64 ~ppc ~ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build"
-
-SRC_TEST="do"
diff --git a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.12.ebuild b/dev-perl/Cgi-Simple/Cgi-Simple-1.1.12.ebuild
deleted file mode 100644
index eab4bb3fec88..000000000000
--- a/dev-perl/Cgi-Simple/Cgi-Simple-1.1.12.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 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.12.ebuild,v 1.2 2010/05/14 17:15:33 jer 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 ~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 )"
-
-S=${WORKDIR}/${MY_P}
-
-SRC_TEST="do"
diff --git a/dev-perl/Cgi-Simple/ChangeLog b/dev-perl/Cgi-Simple/ChangeLog
index a928c1aeef9e..a6d1525d3ba4 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.58 2011/01/10 10:47:03 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cgi-Simple/ChangeLog,v 1.59 2011/01/10 19:53:53 tove Exp $
+
+ 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:
+ Cleanup
10 Jan 2011; Kacper Kowalik <xarthisius.kk@gmail.com>
Cgi-Simple-1.113.ebuild: