summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-09 02:00:43 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-09 02:16:02 +0200
commitc1cd305b6aeadfe87b11f79b86b96aa813987d41 (patch)
tree8eeb9c7a2962517d745fd30387874d8ac8cd33ea /dev-perl/SQL-Abstract
parentdev-perl/Spreadsheet-WriteExcel: EAPI=8 bump (diff)
downloadgentoo-c1cd305b6aeadfe87b11f79b86b96aa813987d41.tar.gz
gentoo-c1cd305b6aeadfe87b11f79b86b96aa813987d41.tar.bz2
gentoo-c1cd305b6aeadfe87b11f79b86b96aa813987d41.zip
dev-perl/SQL-Abstract: Version bump 2.000001
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')
-rw-r--r--dev-perl/SQL-Abstract/Manifest1
-rw-r--r--dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/SQL-Abstract/Manifest b/dev-perl/SQL-Abstract/Manifest
index 187b36067a70..a7d0f65305ff 100644
--- a/dev-perl/SQL-Abstract/Manifest
+++ b/dev-perl/SQL-Abstract/Manifest
@@ -1 +1,2 @@
DIST SQL-Abstract-1.84.tar.gz 98744 BLAKE2B 96298b926beb35a3d8e07c5861d85496f7633585fb542dc1d6ac370cab4a6fb0de75b273e4d2cb96fe11e39d8ef739ad7f23bf37b73c60893ff1b2272c75ef80 SHA512 2d41ca76cc50dcf85e40b6585b3036ae62801ce78b64cc3b6a6471540901bfacdbfe2f76e68fdea2d1caa509f57216d4bb4f214cee7008380d5f60643e1a3a6b
+DIST SQL-Abstract-2.000001.tar.gz 134560 BLAKE2B 30ecaf25dfa5cf6c7623c21d0ab6990de9a2b3f2139247402ba2a2b5eeb4c1a66ff369c6e4a364760fba106e0073af995212b3093aa4990d769b0f454b6b904d SHA512 a4cae42a261b64ba7c44bf6cc196f135ab32e847352572aafccee04dfdd5fe83d8b7654702acd90908cd0e90f6730cfc4fcfa8ffa81d52de7a18e38a2d6ea5d8
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild
new file mode 100644
index 000000000000..ed5b49640308
--- /dev/null
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MSTROUT
+DIST_VERSION=2.000001
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Generate SQL from Perl data structures"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-solaris"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.570.0
+ >=dev-perl/Hash-Merge-0.120.0
+ virtual/perl-Scalar-List-Utils
+ >=dev-perl/MRO-Compat-0.120.0
+ >=dev-perl/Moo-2.0.1
+ >=dev-perl/Sub-Quote-2.0.1
+ >=dev-perl/Test-Deep-0.101.0
+ >=virtual/perl-Text-Balanced-2.0.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Data-Dumper-Concise
+ virtual/perl-Storable
+ >=dev-perl/Test-Exception-0.310.0
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Warn
+ )
+"