summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-10-12 12:22:13 +0000
committerTorsten Veller <tove@gentoo.org>2009-10-12 12:22:13 +0000
commit3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a (patch)
tree97d9548660ec91d14486bcdd5806bebb4e677436 /dev-perl/SQL-Abstract
parentVersion bump (diff)
downloadhistorical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.tar.gz
historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.tar.bz2
historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.zip
Cleanup
Package-Manager: portage-2.2_rc45/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r--dev-perl/SQL-Abstract/ChangeLog5
-rw-r--r--dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog
index 416c1ce5649b..c154c6996419 100644
--- a/dev-perl/SQL-Abstract/ChangeLog
+++ b/dev-perl/SQL-Abstract/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/SQL-Abstract
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.31 2009/09/23 18:51:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.32 2009/10/12 11:36:53 tove Exp $
+
+ 12 Oct 2009; Torsten Veller <tove@gentoo.org> -SQL-Abstract-1.58.ebuild:
+ Cleanup
*SQL-Abstract-1.60 (23 Sep 2009)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild
deleted file mode 100644
index a63bbc509978..000000000000
--- a/dev-perl/SQL-Abstract/SQL-Abstract-1.58.ebuild
+++ /dev/null
@@ -1,24 +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/SQL-Abstract/SQL-Abstract-1.58.ebuild,v 1.2 2009/09/13 14:58:23 armin76 Exp $
-
-EAPI=2
-
-MODULE_AUTHOR="RIBASUSHI"
-#MODULE_AUTHOR="MSTROUT"
-inherit perl-module
-
-DESCRIPTION="Generate SQL from Perl data structures"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Test-Deep"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Exception
- dev-perl/Test-Pod
- dev-perl/Test-Warn
- >=dev-perl/Clone-0.31 )"
-
-SRC_TEST="do"