summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-06 12:34:20 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-12-06 16:13:03 +0100
commit747c57d47148ea24c46516a262f6613e49b2e81e (patch)
tree5402ce563fd535306898d689e81f17787e844537 /dev-perl/SQL-Abstract
parentdev-perl/Spreadsheet-XLSX: Version bump 0.17 (diff)
downloadgentoo-747c57d47148ea24c46516a262f6613e49b2e81e.tar.gz
gentoo-747c57d47148ea24c46516a262f6613e49b2e81e.tar.bz2
gentoo-747c57d47148ea24c46516a262f6613e49b2e81e.zip
dev-perl/SQL-Abstract: Remove old
Package-Manager: Portage-3.0.28, 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-1.840.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-perl/SQL-Abstract/Manifest b/dev-perl/SQL-Abstract/Manifest
index a7d0f65305ff..7d871f73cfb8 100644
--- a/dev-perl/SQL-Abstract/Manifest
+++ b/dev-perl/SQL-Abstract/Manifest
@@ -1,2 +1 @@
-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-1.840.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild
deleted file mode 100644
index 8dfa4118d96c..000000000000
--- a/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ILMARI
-DIST_VERSION=1.84
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Generate SQL from Perl data structures"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~ppc-macos ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-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
- >=virtual/perl-Text-Balanced-2.0.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Storable
- >=dev-perl/Test-Deep-0.101.0
- >=dev-perl/Test-Exception-0.310.0
- >=virtual/perl-Test-Simple-0.880.0
- dev-perl/Test-Warn
- )
-"