summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-09 02:03:42 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-09 02:16:05 +0200
commit8a34ccbacda81f66330946a092af993ed218234c (patch)
tree5e948edd5cb611dacd199ea4018297f8d95ea64c /dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.143.0.ebuild
parentdev-perl/SQL-Abstract: Version bump 2.000001 (diff)
downloadgentoo-8a34ccbacda81f66330946a092af993ed218234c.tar.gz
gentoo-8a34ccbacda81f66330946a092af993ed218234c.tar.bz2
gentoo-8a34ccbacda81f66330946a092af993ed218234c.zip
dev-perl/SQL-Abstract-Limit: Version bump 0.143
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.143.0.ebuild')
-rw-r--r--dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.143.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.143.0.ebuild b/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.143.0.ebuild
new file mode 100644
index 000000000000..4e0d0edd669e
--- /dev/null
+++ b/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.143.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ASB
+DIST_VERSION=0.143
+inherit perl-module
+
+DESCRIPTION="Portable LIMIT emulation"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris"
+
+RDEPEND="
+ dev-perl/DBI
+ virtual/perl-Data-Dumper
+ dev-perl/SQL-Abstract
+"
+BDEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Deep
+ dev-perl/Test-Exception
+ )
+"