diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-22 11:36:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-22 11:36:37 +0000 |
commit | 77ff71f9103c4a1d09ca3120d37f1f2ad702c3b4 (patch) | |
tree | 2dace21b893b8a45b1b2317c9ce85f752ebaf38e /perl-core | |
parent | Cleanup (diff) | |
download | gentoo-2-77ff71f9103c4a1d09ca3120d37f1f2ad702c3b4.tar.gz gentoo-2-77ff71f9103c4a1d09ca3120d37f1f2ad702c3b4.tar.bz2 gentoo-2-77ff71f9103c4a1d09ca3120d37f1f2ad702c3b4.zip |
Cleanup
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/CGI/CGI-3.48.ebuild | 25 | ||||
-rw-r--r-- | perl-core/CGI/CGI-3.49.ebuild | 22 | ||||
-rw-r--r-- | perl-core/CGI/CGI-3.50.ebuild | 22 | ||||
-rw-r--r-- | perl-core/CGI/ChangeLog | 6 |
4 files changed, 5 insertions, 70 deletions
diff --git a/perl-core/CGI/CGI-3.48.ebuild b/perl-core/CGI/CGI-3.48.ebuild deleted file mode 100644 index 6177a1d2d9cd..000000000000 --- a/perl-core/CGI/CGI-3.48.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.48.ebuild,v 1.9 2010/01/05 18:43:07 nixnut Exp $ - -EAPI=2 - -MODULE_AUTHOR=LDS -MY_PN=${PN}.pm -MY_P=${MY_PN}-${PV} -inherit perl-module - -DESCRIPTION="Simple Common Gateway Interface Class" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -#DEPEND="dev-lang/perl" -# dev-perl/FCGI" #236921 - -S=${WORKDIR}/${MY_P} - -SRC_TEST="do" - -PATCHES=( "${FILESDIR}"/3.47-fcgi.patch ) diff --git a/perl-core/CGI/CGI-3.49.ebuild b/perl-core/CGI/CGI-3.49.ebuild deleted file mode 100644 index c9ddd462481c..000000000000 --- a/perl-core/CGI/CGI-3.49.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.49.ebuild,v 1.8 2010/10/22 18:10:01 ssuominen Exp $ - -EAPI=2 - -MODULE_AUTHOR=LDS -MY_PN=${PN}.pm -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Simple Common Gateway Interface Class" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -#DEPEND="dev-lang/perl" -# dev-perl/FCGI" #236921 - -SRC_TEST="do" diff --git a/perl-core/CGI/CGI-3.50.ebuild b/perl-core/CGI/CGI-3.50.ebuild deleted file mode 100644 index 500eda25587d..000000000000 --- a/perl-core/CGI/CGI-3.50.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/CGI-3.50.ebuild,v 1.8 2010/12/10 20:12:30 ranger Exp $ - -EAPI=3 - -MODULE_AUTHOR=LDS -MY_PN=${PN}.pm -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Simple Common Gateway Interface Class" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -#DEPEND="dev-lang/perl" -# dev-perl/FCGI" #236921 - -SRC_TEST="do" diff --git a/perl-core/CGI/ChangeLog b/perl-core/CGI/ChangeLog index ccd4ccfd8198..f3653c4284b4 100644 --- a/perl-core/CGI/ChangeLog +++ b/perl-core/CGI/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/CGI # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.94 2011/01/22 11:04:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/CGI/ChangeLog,v 1.95 2011/01/22 11:36:37 tove Exp $ + + 22 Jan 2011; Torsten Veller <tove@gentoo.org> -CGI-3.48.ebuild, + -CGI-3.49.ebuild, -CGI-3.50.ebuild: + Cleanup 22 Jan 2011; Raúl Porcel <armin76@gentoo.org> CGI-3.510.ebuild: alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #351699 |