diff options
Diffstat (limited to 'dev-perl/SQL-Abstract-Limit')
-rw-r--r-- | dev-perl/SQL-Abstract-Limit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.14.1.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/SQL-Abstract-Limit/ChangeLog b/dev-perl/SQL-Abstract-Limit/ChangeLog index e186bd24ba08..288fe8c4467f 100644 --- a/dev-perl/SQL-Abstract-Limit/ChangeLog +++ b/dev-perl/SQL-Abstract-Limit/ChangeLog @@ -1,6 +1,12 @@ # 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.1 2008/09/29 02:06:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract-Limit/ChangeLog,v 1.2 2008/12/23 08:51:38 robbat2 Exp $ + +*SQL-Abstract-Limit-0.14.1 (23 Dec 2008) + + 23 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> + +SQL-Abstract-Limit-0.14.1.ebuild: + Version bump. *SQL-Abstract-Limit-0.12 (29 Sep 2008) diff --git a/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.14.1.ebuild b/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.14.1.ebuild new file mode 100644 index 000000000000..7116483c8dcd --- /dev/null +++ b/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.14.1.ebuild @@ -0,0 +1,21 @@ +# 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.14.1.ebuild,v 1.1 2008/12/23 08:51:38 robbat2 Exp $ + +inherit versionator +MODULE_AUTHOR="DAVEBAIRD" +MY_P="${PN}-$(delete_version_separator 2)" + +inherit perl-module + +DESCRIPTION="portable LIMIT emulation" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="dev-perl/SQL-Abstract + dev-perl/Test-Exception + dev-perl/DBI" |