From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
Date: Mon, 11 Apr 2016 22:54:23 +0000 (UTC) [thread overview]
Message-ID: <1460415250.0750e8bc5dbb0c64d3d89e41d0b5c0222e21d264.dilfridge@gentoo> (raw)
commit: 0750e8bc5dbb0c64d3d89e41d0b5c0222e21d264
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 10 04:58:28 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 22:54:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0750e8bc
dev-perl/SQL-Statement: Bumped to version 1.409.0
- EAPI6
- Fixup deps & USE="minimal"
Upstream:
- Avoid test failures under -Duselongdouble
- Bound variables bind in correct order
Package-Manager: portage-2.2.28
dev-perl/SQL-Statement/Manifest | 1 +
.../SQL-Statement/SQL-Statement-1.409.0.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-perl/SQL-Statement/Manifest b/dev-perl/SQL-Statement/Manifest
index 210d784..77f9988 100644
--- a/dev-perl/SQL-Statement/Manifest
+++ b/dev-perl/SQL-Statement/Manifest
@@ -1,2 +1,3 @@
DIST SQL-Statement-1.405.tar.gz 138703 SHA256 239094b6f18c36d174a7a9aa73c13cbaf9fec83d68dce5a2226a6120bb673026 SHA512 e7aa4cd9c300d3638e07e078c09d0e551fe799311b871f1a669efd4bf3f4675068895f86d15b852aa0230decacc3f019ad55a2972d0d298813ca189e9b57281b WHIRLPOOL 65602df50ef0f81a79a76bad4ea2cb37fb45d9235740e0c46a2f7ce2c044f23217d21fd6d59cd50a6422e9eda1b3ca5779823d3d76997957a658b44d566bec46
DIST SQL-Statement-1.407.tar.gz 137336 SHA256 f6e0c82b924a9eb983ad1561cad8bdd10f50fef97e53696e948ae167bd33b4d0 SHA512 65957c9085cf61e8ec4b80b5e1a9fc89fe22c05213b5673d311de06e6bd2645ed94a7d97eac7ca5e56a69b6d36ba0b235ebfd904903295e9a1e6c48a100750f4 WHIRLPOOL 148dc98070adf2db7e721b0d5b4332e71e4f7232c90d039fe634a7f67b9294412c62428c72cc7912b204ed8a75fa21efb3a1ad0be52b18007d514d46976afd77
+DIST SQL-Statement-1.409.tar.gz 148582 SHA256 76550db181cec75dfac55942c85be89b55be69568b9e9535ad6a9ffb603e5fb4 SHA512 f986eef8f911b3d903582a1d48d4d9446ebb63c45e6daee85fdcf144bef874125c7ff92fa1b4eeca680fb39aaff27541da3538ef04a7ea0d79f3297feeb2c8e0 WHIRLPOOL d106213a1f061eb8fe28c44525e01ef8bf781cbd3e91301b5f5fd7a2ad9c663deaf4b7e9407741fca1d3e3141f5fa11796b085cc2f54c58c4e1f5ae97425ed53
diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild
new file mode 100644
index 0000000..913fb50
--- /dev/null
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=REHSACK
+DIST_VERSION=1.409
+inherit perl-module
+
+DESCRIPTION="Small SQL parser and engine"
+
+SLOT="0"
+KEYWORDS="~amd64 ~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
+ )
+"
next reply other threads:[~2016-04-11 22:54 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-11 22:54 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 8:12 [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/ Sam James
2025-01-10 11:44 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-31 3:05 Kent Fredric
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
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=1460415250.0750e8bc5dbb0c64d3d89e41d0b5c0222e21d264.dilfridge@gentoo \
--to=dilfridge@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