summaryrefslogtreecommitdiff
path: root/dev-perl/SQL-Abstract-Limit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/SQL-Abstract-Limit
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/SQL-Abstract-Limit')
-rw-r--r--dev-perl/SQL-Abstract-Limit/Manifest3
-rw-r--r--dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.141.0-r1.ebuild25
-rw-r--r--dev-perl/SQL-Abstract-Limit/metadata.xml12
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/SQL-Abstract-Limit/Manifest b/dev-perl/SQL-Abstract-Limit/Manifest
new file mode 100644
index 000000000000..f21ad2dc79f5
--- /dev/null
+++ b/dev-perl/SQL-Abstract-Limit/Manifest
@@ -0,0 +1,3 @@
+DIST SQL-Abstract-Limit-0.141.tar.gz 15877 BLAKE2B 4ed381c5bd91940277df26cd21152e15f5ba8713d32050eb9cf9dc9e0e0849340d6ab0cbf652f13c90c0c9ef623229bfed0c511b35deb698001911e08173a2f3 SHA512 f7c09b14fe9cb94675bdfbc428d38f9653352f6dae090dc5ce905e5886205192bbe1da8ebff53780c0cac39d078930ef2644ea238d8e8be5b0a577b7b75df7a9
+EBUILD SQL-Abstract-Limit-0.141.0-r1.ebuild 447 BLAKE2B f208ac975ab7cce0f1b6971c29a848cce846319a14b6172960aaea6f4a8b659f7fa97402cfef9fa75957f12ad6389c730df148ccb70b773aef17184bc795a01f SHA512 369600997b787e54659ee73e71a5e577fc793d2dbea816c5237940a738ecfd3525cc5d65ced567c2efd0437b73d1020a12b818fae09814b63794ebd53ad7ecb1
+MISC metadata.xml 409 BLAKE2B 6873a19c8b5cebd22b659c69887515bb4e68227b6eaada7230841b2cb11cd867f43224584a1b20a8fac637779c55d399e8a56b78eb30fd77f8cef256cd2e122e SHA512 0aad704d4fe7614d7af80c362023b9534121ddf1614b9119604bcf18e93088feca2a32f6dad2e54f429721f6af086018b4ec22a3b553af87319f4bd02cda2953
diff --git a/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.141.0-r1.ebuild b/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.141.0-r1.ebuild
new file mode 100644
index 000000000000..a520d624481a
--- /dev/null
+++ b/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.141.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=DAVEBAIRD
+MODULE_VERSION=0.141
+inherit perl-module
+
+DESCRIPTION="Portable LIMIT emulation"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris"
+IUSE="test"
+
+RDEPEND="dev-perl/SQL-Abstract
+ dev-perl/DBI"
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ test? (
+ dev-perl/Test-Deep
+ dev-perl/Test-Exception
+ )"
+
+SRC_TEST=do
diff --git a/dev-perl/SQL-Abstract-Limit/metadata.xml b/dev-perl/SQL-Abstract-Limit/metadata.xml
new file mode 100644
index 000000000000..d2e472450f05
--- /dev/null
+++ b/dev-perl/SQL-Abstract-Limit/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">SQL-Abstract-Limit</remote-id>
+ <remote-id type="cpan-module">SQL::Abstract::Limit</remote-id>
+ </upstream>
+</pkgmetadata>