diff options
-rw-r--r-- | dev-perl/SQL-Abstract-Limit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.12.ebuild | 19 |
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" |