From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
Date: Wed, 31 May 2017 03:05:17 +0000 (UTC) [thread overview]
Message-ID: <1496199905.d2946d641af028ddf35c46df5f6756dbc9e4f472.kentnl@gentoo> (raw)
commit: d2946d641af028ddf35c46df5f6756dbc9e4f472
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 03:05:05 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed May 31 03:05:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2946d64
dev-perl/SQL-Statement: Cleanup old re bug #614926
Remove old versions affected by '.' removal from @INC
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/SQL-Statement/Manifest | 3 --
.../SQL-Statement/SQL-Statement-1.405.0-r1.ebuild | 39 ----------------------
.../SQL-Statement/SQL-Statement-1.409.0.ebuild | 39 ----------------------
.../SQL-Statement/SQL-Statement-1.410.0.ebuild | 39 ----------------------
4 files changed, 120 deletions(-)
diff --git a/dev-perl/SQL-Statement/Manifest b/dev-perl/SQL-Statement/Manifest
index efac9e3baac..be54add7f6c 100644
--- a/dev-perl/SQL-Statement/Manifest
+++ b/dev-perl/SQL-Statement/Manifest
@@ -1,4 +1 @@
-DIST SQL-Statement-1.405.tar.gz 138703 SHA256 239094b6f18c36d174a7a9aa73c13cbaf9fec83d68dce5a2226a6120bb673026 SHA512 e7aa4cd9c300d3638e07e078c09d0e551fe799311b871f1a669efd4bf3f4675068895f86d15b852aa0230decacc3f019ad55a2972d0d298813ca189e9b57281b WHIRLPOOL 65602df50ef0f81a79a76bad4ea2cb37fb45d9235740e0c46a2f7ce2c044f23217d21fd6d59cd50a6422e9eda1b3ca5779823d3d76997957a658b44d566bec46
-DIST SQL-Statement-1.409.tar.gz 148582 SHA256 76550db181cec75dfac55942c85be89b55be69568b9e9535ad6a9ffb603e5fb4 SHA512 f986eef8f911b3d903582a1d48d4d9446ebb63c45e6daee85fdcf144bef874125c7ff92fa1b4eeca680fb39aaff27541da3538ef04a7ea0d79f3297feeb2c8e0 WHIRLPOOL d106213a1f061eb8fe28c44525e01ef8bf781cbd3e91301b5f5fd7a2ad9c663deaf4b7e9407741fca1d3e3141f5fa11796b085cc2f54c58c4e1f5ae97425ed53
-DIST SQL-Statement-1.410.tar.gz 153271 SHA256 7367fcda896367c96d98416cad423c9f98adb7e04b793c5c7deb3052a1213182 SHA512 1e97a3abf97de5064fd136e42b05c9dbf934affdfca93753fde82d04ddb2ee667bbcdf68cf7a69c069eb9b07c2e49df66abe71d62e51d9e485558611565d0772 WHIRLPOOL 950d558c882a3e04ce1138eb9fb68ff78d64bbc906f37c13002c598d53a4483c9898b735aa688fba18f8a2689ba2265fca7dbff17bc8fa937e8422d2825da197
DIST SQL-Statement-1.412.tar.gz 154608 SHA256 65c870883379c11b53f19ead10aaac241ccc86a90bbab77f6376fe750720e5c8 SHA512 73b65cd3d1b1be2ba1e80e2cbdd2aae0aa79a23252f28caf3c3a91c78f31c2f2d698e91ae474d44efc02f608a0ca042bf47cc4e76832864b49c590f54687e3fa WHIRLPOOL 4bab7ab4a52f3e1f37a47fea387b90b9555135be4a3c8ab257cd21e6d444df756f91d9192caf276f800e57c7edfb5f9b654bae7cc88f975d84718de56017cfa2
diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.405.0-r1.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.405.0-r1.ebuild
deleted file mode 100644
index 212a8e6c19b..00000000000
--- a/dev-perl/SQL-Statement/SQL-Statement-1.405.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=REHSACK
-MODULE_VERSION=1.405
-inherit perl-module
-
-DESCRIPTION="Small SQL parser and engine"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
-IUSE="test"
-
-RDEPEND=">=dev-perl/DBI-1.616
- >=dev-perl/Clone-0.30
- >=dev-perl/Params-Util-0.35
- virtual/perl-Scalar-List-Utils"
-DEPEND="${RDEPEND}
- test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
-
-pkg_setup() {
- export SQL_STATEMENT_WARN_UPDATE=sure
-
- if has_version "<=dev-perl/SQL-Statement-1.20" ; then
- ewarn "Changes include (1.22):"
- ewarn " * behavior for unquoted identifiers modified to lower case them"
- ewarn " * IN and BETWEEN operators are supported native"
- fi
-}
-
-src_test() {
- # XT tests don't normally run, but upstream...
- perl_rm_files "xt/pod.t" "xt/pod-cm.t" "xt/pod_coverage.t"
- perl-module_src_test
-}
diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild
deleted file mode 100644
index 372dcdf41fb..00000000000
--- a/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=REHSACK
-DIST_VERSION=1.409
-inherit perl-module
-
-DESCRIPTION="Small SQL parser and engine"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test minimal"
-
-RDEPEND="
- !minimal? (
- dev-perl/Math-Base-Convert
- >=virtual/perl-Math-Complex-1.560.0
- >=dev-perl/Text-Soundex-3.40.0
- )
- virtual/perl-Carp
- >=dev-perl/Clone-0.300.0
- virtual/perl-Data-Dumper
- dev-perl/Module-Runtime
- >=dev-perl/Params-Util-1.0.0
- >=virtual/perl-Scalar-List-Utils-1.0.0
- virtual/perl-Text-Balanced
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/Math-Base-Convert
- >=virtual/perl-Math-Complex-1.560.0
- dev-perl/Test-Deep
- >=virtual/perl-Test-Simple-0.900.0
- >=dev-perl/Text-Soundex-3.40.0
- )
-"
diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild
deleted file mode 100644
index 5e2c669d0c9..00000000000
--- a/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=REHSACK
-DIST_VERSION=1.410
-inherit perl-module
-
-DESCRIPTION="Small SQL parser and engine"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="test minimal"
-
-RDEPEND="
- !minimal? (
- dev-perl/Math-Base-Convert
- >=virtual/perl-Math-Complex-1.560.0
- >=dev-perl/Text-Soundex-3.40.0
- )
- virtual/perl-Carp
- >=dev-perl/Clone-0.300.0
- virtual/perl-Data-Dumper
- dev-perl/Module-Runtime
- >=dev-perl/Params-Util-1.0.0
- >=virtual/perl-Scalar-List-Utils-1.0.0
- virtual/perl-Text-Balanced
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/Math-Base-Convert
- >=virtual/perl-Math-Complex-1.560.0
- dev-perl/Test-Deep
- >=virtual/perl-Test-Simple-0.900.0
- >=dev-perl/Text-Soundex-3.40.0
- )
-"
next reply other threads:[~2017-05-31 3:05 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-31 3:05 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-10 11:44 [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/ Arthur Zamarin
2025-01-10 8:48 Arthur Zamarin
2021-12-06 15:13 Andreas K. Hüttel
2021-10-26 3:14 Sam James
2021-10-17 20:04 Sam James
2021-10-17 19:09 Sam James
2021-10-17 8:52 Sam James
2021-10-17 8:52 Sam James
2021-08-09 0:16 Andreas K. Hüttel
2020-12-27 15:51 Fabian Groffen
2020-07-20 21:02 Kent Fredric
2019-07-28 18:31 Aaron Bauman
2019-04-13 19:12 Jory Pratt
2018-10-27 15:19 Fabian Groffen
2017-05-22 10:46 Michael Weber
2017-05-22 10:42 Michael Weber
2017-05-22 9:25 Agostino Sarubbo
2017-05-21 8:09 Agostino Sarubbo
2016-12-17 15:07 Andreas Hüttel
2016-08-05 2:15 Kent Fredric
2016-05-04 21:54 Andreas Hüttel
2016-05-04 21:54 Andreas Hüttel
2016-04-22 20:07 Markus Meier
2016-04-11 22:54 Andreas Hüttel
2015-09-21 21:07 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1496199905.d2946d641af028ddf35c46df5f6756dbc9e4f472.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox