summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-05-01 20:48:13 +0000
committerTorsten Veller <tove@gentoo.org>2009-05-01 20:48:13 +0000
commit39de8ba03420ef9075da56f2acd31ed424253b9e (patch)
tree8a7b8ad8d7d419c1e3ac594b478513907ad7debe /dev-perl/CGI-Session
parentPull in pkg-config (diff)
downloadgentoo-2-39de8ba03420ef9075da56f2acd31ed424253b9e.tar.gz
gentoo-2-39de8ba03420ef9075da56f2acd31ed424253b9e.tar.bz2
gentoo-2-39de8ba03420ef9075da56f2acd31ed424253b9e.zip
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/CGI-Session')
-rw-r--r--dev-perl/CGI-Session/CGI-Session-4.39.ebuild26
-rw-r--r--dev-perl/CGI-Session/CGI-Session-4.40.ebuild25
-rw-r--r--dev-perl/CGI-Session/ChangeLog6
3 files changed, 5 insertions, 52 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 )"
diff --git a/dev-perl/CGI-Session/CGI-Session-4.40.ebuild b/dev-perl/CGI-Session/CGI-Session-4.40.ebuild
deleted file mode 100644
index b743f3d9daf4..000000000000
--- a/dev-perl/CGI-Session/CGI-Session-4.40.ebuild
+++ /dev/null
@@ -1,25 +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-Session/CGI-Session-4.40.ebuild,v 1.1 2009/01/04 10:25:34 tove Exp $
-
-MODULE_AUTHOR=MARKSTOS
-inherit perl-module
-
-DESCRIPTION="persistent session data in CGI applications "
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="test"
-
-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 )"
-
-SRC_TEST="do"
diff --git a/dev-perl/CGI-Session/ChangeLog b/dev-perl/CGI-Session/ChangeLog
index b0a5860660c2..5cc9a1085f85 100644
--- a/dev-perl/CGI-Session/ChangeLog
+++ b/dev-perl/CGI-Session/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/CGI-Session
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.31 2009/03/21 20:38:59 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.32 2009/05/01 20:48:13 tove Exp $
+
+ 01 May 2009; Torsten Veller <tove@gentoo.org> -CGI-Session-4.39.ebuild,
+ -CGI-Session-4.40.ebuild:
+ Cleanup
*CGI-Session-4.41 (21 Mar 2009)