public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2017-05-31  3:05 Kent Fredric
  0 siblings, 0 replies; 24+ messages in thread
From: Kent Fredric @ 2017-05-31  3:05 UTC (permalink / raw
  To: gentoo-commits

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
-	)
-"


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2021-12-06 15:13 Andreas K. Hüttel
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas K. Hüttel @ 2021-12-06 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     38bf4ea38b3dcbf17120c65877543eb6ae70758e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  6 13:47:50 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec  6 15:13:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bf4ea3

dev-perl/SQL-Statement: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/SQL-Statement/Manifest                    |  1 -
 .../SQL-Statement/SQL-Statement-1.412.0.ebuild     | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-perl/SQL-Statement/Manifest b/dev-perl/SQL-Statement/Manifest
index 34a47e5efb7c..70cd3a6369fb 100644
--- a/dev-perl/SQL-Statement/Manifest
+++ b/dev-perl/SQL-Statement/Manifest
@@ -1,2 +1 @@
-DIST SQL-Statement-1.412.tar.gz 154608 BLAKE2B 67f967f34b1cf6b987617dc555f867f3f5eaecdfb8eb6e3f27a3466c93b610cd7a100ac486c295120ee476d933e044aa4ad7f138e5f09238fa9ce87e50b0b65c SHA512 73b65cd3d1b1be2ba1e80e2cbdd2aae0aa79a23252f28caf3c3a91c78f31c2f2d698e91ae474d44efc02f608a0ca042bf47cc4e76832864b49c590f54687e3fa
 DIST SQL-Statement-1.414.tar.gz 159512 BLAKE2B 7f0e131a56f3aae7fcd12e3a208452e572314555fc5759e533b4197467e42a2ca0e34fb75e3eb98689b04bb96b02a4bae5673e91f826af7962fbebd880c5942b SHA512 c8a9e93979d3f775b1e8981fff0cb958791f0a513432133bd376a20eca73da27c40d2dd74b27f3f8f7d326897e3a8b776053080eff40221fd525f546bf474c5b

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
deleted file mode 100644
index a675cfc633eb..000000000000
--- a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=REHSACK
-DIST_VERSION=1.412
-inherit perl-module
-
-DESCRIPTION="Small SQL parser and engine"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-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
-	)
-"


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2021-10-26  3:14 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-10-26  3:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0d9df11853c401501ff246dbe197f71de52d95f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 03:12:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 03:12:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9df118

dev-perl/SQL-Statement: Stabilize 1.414.0 arm64, #818631

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
index 1dc860854bc..13609d39a52 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2021-10-17 20:04 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-10-17 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7a63eee5c644d1658b9d1926a920ab71c929d41f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 20:03:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 20:04:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a63eee5

dev-perl/SQL-Statement: Stabilize 1.414.0 x86, #818631

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
index 2853d0fe00a..1dc860854bc 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2021-10-17 19:09 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-10-17 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     31a31a26c8a5712ad06e66d86d21c484279976a9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 19:07:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 19:07:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a31a26

dev-perl/SQL-Statement: Stabilize 1.414.0 amd64, #818631

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
index 761a1fb9fe4..2853d0fe00a 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2021-10-17  8:52 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-10-17  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     c322253d0b8100f66c9dd8b3baa3f647cd1c0bd9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 08:52:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 08:52:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c322253d

dev-perl/SQL-Statement: Stabilize 1.414.0 ppc64, #818631

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
index cd6f9c02f4f..761a1fb9fe4 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2021-10-17  8:52 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-10-17  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0bc56deccca00d30a5514e504a6c2aa358db7629
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 08:52:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 08:52:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc56dec

dev-perl/SQL-Statement: Stabilize 1.414.0 ppc, #818631

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
index 80e56982878..cd6f9c02f4f 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2021-08-09  0:16 Andreas K. Hüttel
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas K. Hüttel @ 2021-08-09  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     bec65e3a96ba6a73f6f6a34e399386183cc498d2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  9 00:06:53 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug  9 00:16:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec65e3a

dev-perl/SQL-Statement: Version bump 1.414

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/SQL-Statement/Manifest                    |  1 +
 .../SQL-Statement/SQL-Statement-1.414.0.ebuild     | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/SQL-Statement/Manifest b/dev-perl/SQL-Statement/Manifest
index 4cf9d0f8c59..34a47e5efb7 100644
--- a/dev-perl/SQL-Statement/Manifest
+++ b/dev-perl/SQL-Statement/Manifest
@@ -1 +1,2 @@
 DIST SQL-Statement-1.412.tar.gz 154608 BLAKE2B 67f967f34b1cf6b987617dc555f867f3f5eaecdfb8eb6e3f27a3466c93b610cd7a100ac486c295120ee476d933e044aa4ad7f138e5f09238fa9ce87e50b0b65c SHA512 73b65cd3d1b1be2ba1e80e2cbdd2aae0aa79a23252f28caf3c3a91c78f31c2f2d698e91ae474d44efc02f608a0ca042bf47cc4e76832864b49c590f54687e3fa
+DIST SQL-Statement-1.414.tar.gz 159512 BLAKE2B 7f0e131a56f3aae7fcd12e3a208452e572314555fc5759e533b4197467e42a2ca0e34fb75e3eb98689b04bb96b02a4bae5673e91f826af7962fbebd880c5942b SHA512 c8a9e93979d3f775b1e8981fff0cb958791f0a513432133bd376a20eca73da27c40d2dd74b27f3f8f7d326897e3a8b776053080eff40221fd525f546bf474c5b

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
new file mode 100644
index 00000000000..6ffcd2a4587
--- /dev/null
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=REHSACK
+DIST_VERSION=1.414
+inherit perl-module
+
+DESCRIPTION="Small SQL parser and engine"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="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
+"
+BDEPEND="${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
+	)
+"


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2020-12-27 15:51 Fabian Groffen
  0 siblings, 0 replies; 24+ messages in thread
From: Fabian Groffen @ 2020-12-27 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     eb5bbf60584f5c85c790130c932cc1a9cb816413
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 15:49:17 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 15:49:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5bbf60

dev-perl/SQL-Statement: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
index 2f2e9812fb7..4ff107e7d3e 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2020-07-20 21:02 Kent Fredric
  0 siblings, 0 replies; 24+ messages in thread
From: Kent Fredric @ 2020-07-20 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4baef62626bdddd3032d33d2ad87b28dd2bcad39
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 20:49:50 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 20:49:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4baef626

dev-perl/SQL-Statement: Drop sparc64-solaris re bug #673504

Depends:
- dev-perl/Text-Soundex
 - dev-perl/Text-Unidecode

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
index f6d23c66bff..2f2e9812fb7 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2019-07-28 18:31 Aaron Bauman
  0 siblings, 0 replies; 24+ messages in thread
From: Aaron Bauman @ 2019-07-28 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     510c256ae2616d3bd7d76ddfa7d8519f7135f3fb
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 18:25:15 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 18:30:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510c256a

dev-perl/SQL-Statement: arm64 stable

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
index 83d98161d2e..57e0ed9a64c 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2019-04-13 19:12 Jory Pratt
  0 siblings, 0 replies; 24+ messages in thread
From: Jory Pratt @ 2019-04-13 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     03445098644b6822605c53bcb560300bb2af9f51
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 19:07:02 2019 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 19:11:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03445098

dev-perl/SQL-Statement: add ~arm64 per b-man

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
index ec8df4e5522..83d98161d2e 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2018-10-27 15:19 Fabian Groffen
  0 siblings, 0 replies; 24+ messages in thread
From: Fabian Groffen @ 2018-10-27 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     fae7ef778b835600dae00dc7dc4c9aaa16f45b51
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 15:08:16 2018 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 15:08:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae7ef77

dev-perl/SQL-Statement: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
index 52c4451c36b..ec8df4e5522 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2017-05-22 10:46 Michael Weber
  0 siblings, 0 replies; 24+ messages in thread
From: Michael Weber @ 2017-05-22 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     8157f0ec49c5267899d166f22255d213130fe901
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 10:45:56 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon May 22 10:45:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8157f0ec

dev-perl/SQL-Statement: ppc64 stable (bug 619060)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
index 044f74a6501..52c4451c36b 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2017-05-22 10:42 Michael Weber
  0 siblings, 0 replies; 24+ messages in thread
From: Michael Weber @ 2017-05-22 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     3aab66f9f55ff63af7429f96cf759ffd4cf8c464
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 10:42:04 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon May 22 10:42:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aab66f9

dev-perl/SQL-Statement: ppc stable (bug 619060)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
index 1c972a8f8c9..044f74a6501 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2017-05-22  9:25 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2017-05-22  9:25 UTC (permalink / raw
  To: gentoo-commits

commit:     9da35ef7bbe03fae9c0be0e54c7a0909d0188b99
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 09:23:51 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 22 09:23:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da35ef7

dev-perl/SQL-Statement: x86 stable wrt bug #619060

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
index 803b98b3e92..1c972a8f8c9 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2017-05-21  8:09 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2017-05-21  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     050ef3d4ea9f4fe771a47d5a0b8c75499162f463
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 08:08:26 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May 21 08:08:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050ef3d4

dev-perl/SQL-Statement: amd64 stable wrt bug #619060

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
index 503c16391ce..803b98b3e92 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.412.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2016-12-17 15:07 Andreas Hüttel
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Hüttel @ 2016-12-17 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     429c9a7f63d9e1cf9e0cc542746aae268ef2a938
Author:     Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
AuthorDate: Sun Dec  4 01:00:05 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 15:06:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429c9a7f

dev-perl/SQL-Statement: add ~x86-fbsd KEYWORDS

https://bugs.gentoo.org/show_bug.cgi?id=579670

 dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild
index db5baf0..8f6d011 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2016-08-05  2:15 Kent Fredric
  0 siblings, 0 replies; 24+ messages in thread
From: Kent Fredric @ 2016-08-05  2:15 UTC (permalink / raw
  To: gentoo-commits

commit:     005999e171f2ba05a643619ecf278d52fe60936d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 02:15:07 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 02:15:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005999e1

dev-perl/SQL-Statement: Remove POD Author tests.

Not useful for gentoo.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/SQL-Statement/SQL-Statement-1.405.0-r1.ebuild | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

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
index ed350fb..7ea5ffd 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.405.0-r1.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.405.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,10 +19,7 @@ RDEPEND=">=dev-perl/DBI-1.616
 	>=dev-perl/Params-Util-0.35
 	virtual/perl-Scalar-List-Utils"
 DEPEND="${RDEPEND}
-	test? (
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
-	)"
+	test? ( virtual/perl-Test-Simple )"
 
 SRC_TEST="do"
 
@@ -35,3 +32,9 @@ pkg_setup() {
 		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
+}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2016-05-04 21:54 Andreas Hüttel
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Hüttel @ 2016-05-04 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     db6f58b75a40a93183eebd762f6df9b038beec88
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 21:36:27 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May  4 21:54:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6f58b7

dev-perl/SQL-Statement: Remove old

Package-Manager: portage-2.2.28

 dev-perl/SQL-Statement/Manifest                    |  1 -
 .../SQL-Statement/SQL-Statement-1.407.0.ebuild     | 38 ----------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-perl/SQL-Statement/Manifest b/dev-perl/SQL-Statement/Manifest
index 77f9988..e532bca 100644
--- a/dev-perl/SQL-Statement/Manifest
+++ b/dev-perl/SQL-Statement/Manifest
@@ -1,3 +1,2 @@
 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.407.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.407.0.ebuild
deleted file mode 100644
index 07ca8a7..0000000
--- a/dev-perl/SQL-Statement/SQL-Statement-1.407.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=REHSACK
-MODULE_VERSION=1.407
-inherit perl-module
-
-DESCRIPTION="Small SQL parser and engine"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Carp
-	>=dev-perl/Clone-0.30
-	virtual/perl-Data-Dumper
-	dev-perl/Module-Runtime
-	>=dev-perl/Params-Util-1.0.0
-	>=virtual/perl-Scalar-List-Utils-1.0.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
-		dev-perl/Math-Base-Convert
-	)
-"
-
-SRC_TEST="do parallel"
-
-#pkg_setup() {
-#	export SQL_STATEMENT_WARN_UPDATE=sure
-#}


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2016-05-04 21:54 Andreas Hüttel
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Hüttel @ 2016-05-04 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     c10af77d310df6566c59da05a09592199fcc0cd8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 21:38:45 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May  4 21:54:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10af77d

dev-perl/SQL-Statement: Version bump

Package-Manager: portage-2.2.28

 dev-perl/SQL-Statement/Manifest                    |  1 +
 .../SQL-Statement/SQL-Statement-1.410.0.ebuild     | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-perl/SQL-Statement/Manifest b/dev-perl/SQL-Statement/Manifest
index e532bca..45a062a 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.409.tar.gz 148582 SHA256 76550db181cec75dfac55942c85be89b55be69568b9e9535ad6a9ffb603e5fb4 SHA512 f986eef8f911b3d903582a1d48d4d9446ebb63c45e6daee85fdcf144bef874125c7ff92fa1b4eeca680fb39aaff27541da3538ef04a7ea0d79f3297feeb2c8e0 WHIRLPOOL d106213a1f061eb8fe28c44525e01ef8bf781cbd3e91301b5f5fd7a2ad9c663deaf4b7e9407741fca1d3e3141f5fa11796b085cc2f54c58c4e1f5ae97425ed53
+DIST SQL-Statement-1.410.tar.gz 153271 SHA256 7367fcda896367c96d98416cad423c9f98adb7e04b793c5c7deb3052a1213182 SHA512 1e97a3abf97de5064fd136e42b05c9dbf934affdfca93753fde82d04ddb2ee667bbcdf68cf7a69c069eb9b07c2e49df66abe71d62e51d9e485558611565d0772 WHIRLPOOL 950d558c882a3e04ce1138eb9fb68ff78d64bbc906f37c13002c598d53a4483c9898b735aa688fba18f8a2689ba2265fca7dbff17bc8fa937e8422d2825da197

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild
new file mode 100644
index 0000000..db5baf0
--- /dev/null
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.410.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.410
+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
+	)
+"


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2016-04-22 20:07 Markus Meier
  0 siblings, 0 replies; 24+ messages in thread
From: Markus Meier @ 2016-04-22 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     8cb1899bad7f3fffd735fd6f7f529d4bd95e9011
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 22 20:06:41 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Apr 22 20:06:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb1899b

dev-perl/SQL-Statement: add ~arm, bug #579670

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild
index 913fb50..c8ea853 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.409.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2016-04-11 22:54 Andreas Hüttel
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Hüttel @ 2016-04-11 22:54 UTC (permalink / raw
  To: gentoo-commits

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
+	)
+"


^ permalink raw reply related	[flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/
@ 2015-09-21 21:07 Andreas Hüttel
  0 siblings, 0 replies; 24+ messages in thread
From: Andreas Hüttel @ 2015-09-21 21:07 UTC (permalink / raw
  To: gentoo-commits

commit:     fcc8db0bf40767ab6acb64fe6243b087074accc0
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 21:07:39 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 21:07:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc8db0b

dev-perl/SQL-Statement: Version bump

Package-Manager: portage-2.2.20.1

 dev-perl/SQL-Statement/Manifest                    |  1 +
 .../SQL-Statement/SQL-Statement-1.407.0.ebuild     | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/SQL-Statement/Manifest b/dev-perl/SQL-Statement/Manifest
index 4e5db3e..210d784 100644
--- a/dev-perl/SQL-Statement/Manifest
+++ b/dev-perl/SQL-Statement/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.407.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.407.0.ebuild
new file mode 100644
index 0000000..07ca8a7
--- /dev/null
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.407.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=REHSACK
+MODULE_VERSION=1.407
+inherit perl-module
+
+DESCRIPTION="Small SQL parser and engine"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	>=dev-perl/Clone-0.30
+	virtual/perl-Data-Dumper
+	dev-perl/Module-Runtime
+	>=dev-perl/Params-Util-1.0.0
+	>=virtual/perl-Scalar-List-Utils-1.0.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Test-Pod
+		dev-perl/Test-Pod-Coverage
+		dev-perl/Math-Base-Convert
+	)
+"
+
+SRC_TEST="do parallel"
+
+#pkg_setup() {
+#	export SQL_STATEMENT_WARN_UPDATE=sure
+#}


^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2021-12-06 15:13 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-31  3:05 [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox