diff options
Diffstat (limited to 'dev-perl/CGI-Session/CGI-Session-4.39.ebuild')
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.39.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.39.ebuild b/dev-perl/CGI-Session/CGI-Session-4.39.ebuild deleted file mode 100644 index 79f061050852..000000000000 --- a/dev-perl/CGI-Session/CGI-Session-4.39.ebuild +++ /dev/null @@ -1,26 +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-Session/CGI-Session-4.39.ebuild,v 1.1 2008/12/16 15:28:36 tove Exp $ - -inherit perl-module - -DESCRIPTION="persistent session data in CGI applications " -HOMEPAGE="http://search.cpan.org/~sherzodr" -SRC_URI="mirror://cpan/authors/id/M/MA/MARKSTOS/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="test" - -SRC_TEST="do" - -RDEPEND="virtual/perl-Digest-MD5 - virtual/perl-Scalar-List-Utils - >=virtual/perl-CGI-3.26 - dev-lang/perl" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( virtual/perl-Test-Simple - dev-perl/Cgi-Simple - dev-perl/Test-Pod )" |