summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-09-07 08:34:18 +0000
committerTorsten Veller <tove@gentoo.org>2009-09-07 08:34:18 +0000
commitc50454ca1bf58671bbd7ba400d450a8fc9a54302 (patch)
tree83c2a70e1e91ab5e5fa25b1a95b8aef3ec2b12f0 /dev-perl/SQL-Abstract
parentCleanup (diff)
downloadgentoo-2-c50454ca1bf58671bbd7ba400d450a8fc9a54302.tar.gz
gentoo-2-c50454ca1bf58671bbd7ba400d450a8fc9a54302.tar.bz2
gentoo-2-c50454ca1bf58671bbd7ba400d450a8fc9a54302.zip
Cleanup
(Portage version: 2.2_rc40/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.56.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog
index ed80f1ae81e6..198c7e391b46 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.28 2009/09/05 09:09:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.29 2009/09/07 08:34:18 tove Exp $
+
+ 07 Sep 2009; Torsten Veller <tove@gentoo.org> -SQL-Abstract-1.56.ebuild:
+ Cleanup
*SQL-Abstract-1.58 (05 Sep 2009)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.56.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.56.ebuild
deleted file mode 100644
index eff25153b977..000000000000
--- a/dev-perl/SQL-Abstract/SQL-Abstract-1.56.ebuild
+++ /dev/null
@@ -1,23 +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.56.ebuild,v 1.1 2009/05/31 07:53:43 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR="RIBASUSHI"
-#MODULE_AUTHOR="MSTROUT"
-inherit perl-module
-
-DESCRIPTION="Generate SQL from Perl data structures"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Test-Deep"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Exception
- dev-perl/Test-Warn
- >=dev-perl/Clone-0.31 )"
-
-SRC_TEST="do"