summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-06-03 15:40:08 +0000
committerTorsten Veller <tove@gentoo.org>2009-06-03 15:40:08 +0000
commit246cc1e0230c39d245946794f94c644eeb0cc495 (patch)
treecbce15fb28e604b4dd4b96ce1581d09b4cf20a13 /dev-perl/SQL-Abstract-Limit
parentDrop KDE 4.2.2 (diff)
downloadgentoo-2-246cc1e0230c39d245946794f94c644eeb0cc495.tar.gz
gentoo-2-246cc1e0230c39d245946794f94c644eeb0cc495.tar.bz2
gentoo-2-246cc1e0230c39d245946794f94c644eeb0cc495.zip
Cleanup
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/SQL-Abstract-Limit')
-rw-r--r--dev-perl/SQL-Abstract-Limit/ChangeLog8
-rw-r--r--dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.12.ebuild19
2 files changed, 6 insertions, 21 deletions
diff --git a/dev-perl/SQL-Abstract-Limit/ChangeLog b/dev-perl/SQL-Abstract-Limit/ChangeLog
index ddbf9fb93f16..91e025613eef 100644
--- a/dev-perl/SQL-Abstract-Limit/ChangeLog
+++ b/dev-perl/SQL-Abstract-Limit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/SQL-Abstract-Limit
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract-Limit/ChangeLog,v 1.3 2008/12/25 21:02:49 robbat2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract-Limit/ChangeLog,v 1.4 2009/06/03 15:40:08 tove Exp $
+
+ 03 Jun 2009; Torsten Veller <tove@gentoo.org>
+ -SQL-Abstract-Limit-0.12.ebuild:
+ Cleanup
*SQL-Abstract-Limit-0.14.1-r1 (25 Dec 2008)
diff --git a/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.12.ebuild b/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.12.ebuild
deleted file mode 100644
index 00fd4dc48a3d..000000000000
--- a/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.12.ebuild
+++ /dev/null
@@ -1,19 +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/SQL-Abstract-Limit/SQL-Abstract-Limit-0.12.ebuild,v 1.1 2008/09/29 02:06:05 robbat2 Exp $
-
-MODULE_AUTHOR="DAVEBAIRD"
-
-inherit perl-module
-
-DESCRIPTION="portable LIMIT emulation"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86 ~ppc"
-
-DEPEND="dev-perl/SQL-Abstract
- dev-perl/Test-Exception
- dev-perl/DBI"