* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2015-09-22 21:18 Andreas Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2015-09-22 21:18 UTC (permalink / raw
To: gentoo-commits
commit: 43262c17c311fb3a8e25eff3d72848b0b9545f85
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 21:00:44 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 21:18:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43262c17
dev-perl/SQL-Abstract: Version bump
Package-Manager: portage-2.2.20.1
dev-perl/SQL-Abstract/Manifest | 1 +
dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild | 38 +++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-perl/SQL-Abstract/Manifest b/dev-perl/SQL-Abstract/Manifest
index ab8c6d3..c767982 100644
--- a/dev-perl/SQL-Abstract/Manifest
+++ b/dev-perl/SQL-Abstract/Manifest
@@ -1 +1,2 @@
DIST SQL-Abstract-1.78.tar.gz 97200 SHA256 43db14f8869d1e4ca8e2a4e02efeb395c57ad71bbdf1e9894e4c8c5874668193 SHA512 d0c92a845588f4a940a178d28150220275e08a82a55619af171b6df05885a41b550a1ba31ba94f23ae352e2dd4d63b3ececb3bc8ddb4cb94d2e20c6cc2bd026f WHIRLPOOL 7c08530835ce97265e72383a4e3cee2b36a94060a00185125bcf340402d19890b0c094a286b34e91b77b963ff753e9be27cd00f4b79c6db07dde04bd8cfeb5b1
+DIST SQL-Abstract-1.81.tar.gz 103010 SHA256 5f4d5618ce2424d62bbfdb5228b382e8be0e0ccedbb273d6d850e25d07e64f9f SHA512 1ca38403707117c6a7927e1d89e70d22bf75429137409aa9dee48bb75dd17ca941dd0012c5d388e8e39ea75ae800a1d62b04c0b12b700f2e3137e40f651f961c WHIRLPOOL 9a8ab7b868a14a68a74edc65e04d145c36bdd3c28938db27fd19c29c12e1d02bd0d2f689c1294d36cf91b5e6cd91872159c52ad6937f706f1a7db518a870fbbf
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild
new file mode 100644
index 0000000..c862b12
--- /dev/null
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=RIBASUSHI
+MODULE_VERSION=1.81
+inherit perl-module
+
+DESCRIPTION="Generate SQL from Perl data structures"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+IUSE="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-1.4.2
+ >=virtual/perl-Text-Balanced-2.0.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ test? (
+ virtual/perl-Storable
+ >=dev-perl/Test-Deep-0.101.0
+ >=dev-perl/Test-Exception-0.310.0
+ dev-perl/Test-Pod
+ >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Warn
+ )
+"
+# dev-perl/Test-Pod-Coverage
+
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2016-05-13 10:12 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2016-05-13 10:12 UTC (permalink / raw
To: gentoo-commits
commit: 5d8f6564246221128783a5b8a44282b28f76fe4b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 10:10:25 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 13 10:11:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8f6564
dev-perl/SQL-Abstract: amd64 stable wrt bug #582118
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild
index c862b12..ea5e971 100644
--- a/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Generate SQL from Perl data structures"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2016-06-25 22:15 Andreas Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2016-06-25 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 25aeae332c96f5c0ee7eac34cd2c7c5309d623f9
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 22:01:14 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 22:01:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25aeae33
dev-perl/SQL-Abstract: Remove old
Package-Manager: portage-2.3.0_rc1
dev-perl/SQL-Abstract/Manifest | 1 -
dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild | 35 -----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-perl/SQL-Abstract/Manifest b/dev-perl/SQL-Abstract/Manifest
index c767982..82b7bf0 100644
--- a/dev-perl/SQL-Abstract/Manifest
+++ b/dev-perl/SQL-Abstract/Manifest
@@ -1,2 +1 @@
-DIST SQL-Abstract-1.78.tar.gz 97200 SHA256 43db14f8869d1e4ca8e2a4e02efeb395c57ad71bbdf1e9894e4c8c5874668193 SHA512 d0c92a845588f4a940a178d28150220275e08a82a55619af171b6df05885a41b550a1ba31ba94f23ae352e2dd4d63b3ececb3bc8ddb4cb94d2e20c6cc2bd026f WHIRLPOOL 7c08530835ce97265e72383a4e3cee2b36a94060a00185125bcf340402d19890b0c094a286b34e91b77b963ff753e9be27cd00f4b79c6db07dde04bd8cfeb5b1
DIST SQL-Abstract-1.81.tar.gz 103010 SHA256 5f4d5618ce2424d62bbfdb5228b382e8be0e0ccedbb273d6d850e25d07e64f9f SHA512 1ca38403707117c6a7927e1d89e70d22bf75429137409aa9dee48bb75dd17ca941dd0012c5d388e8e39ea75ae800a1d62b04c0b12b700f2e3137e40f651f961c WHIRLPOOL 9a8ab7b868a14a68a74edc65e04d145c36bdd3c28938db27fd19c29c12e1d02bd0d2f689c1294d36cf91b5e6cd91872159c52ad6937f706f1a7db518a870fbbf
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild
deleted file mode 100644
index 6a0a9b2..0000000
--- a/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=RIBASUSHI
-MODULE_VERSION=1.78
-inherit perl-module
-
-DESCRIPTION="Generate SQL from Perl data structures"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Class-Accessor-Grouped-0.100.50
- >=dev-perl/Getopt-Long-Descriptive-0.91.0
- dev-perl/Hash-Merge
- dev-perl/Moo
-"
-DEPEND="${RDEPEND}
- test? (
- >=dev-perl/Test-Deep-0.106
- dev-perl/Test-Exception
- dev-perl/Test-Pod
- >=virtual/perl-Test-Simple-0.92
- dev-perl/Test-Warn
- >=dev-perl/Clone-0.31
- )
-"
-# dev-perl/Test-Pod-Coverage
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2016-08-06 11:54 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2016-08-06 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 4dffb458be26dfd5ed61a661f10b207d90be4f42
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 11:27:49 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 11:53:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dffb458
dev-perl/SQL-Abstract: Remove redundant dev-perl/Test-Pod dep.
No tests or code use this module.
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-Abstract/SQL-Abstract-1.810.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild
index 22b7f2e..5afcec5 100644
--- a/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -28,11 +28,9 @@ DEPEND="${RDEPEND}
virtual/perl-Storable
>=dev-perl/Test-Deep-0.101.0
>=dev-perl/Test-Exception-0.310.0
- dev-perl/Test-Pod
>=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Warn
)
"
-# dev-perl/Test-Pod-Coverage
SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2017-04-11 1:13 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2017-04-11 1:13 UTC (permalink / raw
To: gentoo-commits
commit: 715f65a5b423188744ad302742e7ee504024ad4a
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 01:08:36 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 01:12:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715f65a5
dev-perl/SQL-Abstract: Bump to version 1.840.0
- EAPI6
- Add USE=examples
- Parallel Tests
Upstream:
- Support for DELETE .. RETURNING
- Add Sub::Quote explicit dep
- Fix order clauses with bind parameters in ->where
- fix ->insert($table,\@values) with >26 values
- ::Tree now knows that ILIKE and REGEXP are binary ops
Bug: https://bugs.gentoo.org/615224
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/SQL-Abstract/Manifest | 1 +
dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild | 35 +++++++++++++++++++++++
dev-perl/SQL-Abstract/metadata.xml | 12 +++++---
3 files changed, 44 insertions(+), 4 deletions(-)
diff --git a/dev-perl/SQL-Abstract/Manifest b/dev-perl/SQL-Abstract/Manifest
index 82b7bf0a058..f8b02b5cc5b 100644
--- a/dev-perl/SQL-Abstract/Manifest
+++ b/dev-perl/SQL-Abstract/Manifest
@@ -1 +1,2 @@
DIST SQL-Abstract-1.81.tar.gz 103010 SHA256 5f4d5618ce2424d62bbfdb5228b382e8be0e0ccedbb273d6d850e25d07e64f9f SHA512 1ca38403707117c6a7927e1d89e70d22bf75429137409aa9dee48bb75dd17ca941dd0012c5d388e8e39ea75ae800a1d62b04c0b12b700f2e3137e40f651f961c WHIRLPOOL 9a8ab7b868a14a68a74edc65e04d145c36bdd3c28938db27fd19c29c12e1d02bd0d2f689c1294d36cf91b5e6cd91872159c52ad6937f706f1a7db518a870fbbf
+DIST SQL-Abstract-1.84.tar.gz 98744 SHA256 655f4aa3d4ea7ca0a7bafb2beff84010d5c77f0ee4413baa0c86456bf6db5e75 SHA512 2d41ca76cc50dcf85e40b6585b3036ae62801ce78b64cc3b6a6471540901bfacdbfe2f76e68fdea2d1caa509f57216d4bb4f214cee7008380d5f60643e1a3a6b WHIRLPOOL 203bddfab4f08877004e1f3e83d5eba41999dcb4dc37320aca2470222ed9dae4eebe61de9538866cfbfd3e6a7a3ef8eda71ac5ed1089a28ecb51df32a9f3d7d2
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild
new file mode 100644
index 00000000000..ebb36158417
--- /dev/null
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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-aix ~ppc-macos ~x86-solaris"
+IUSE="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
+ )
+"
diff --git a/dev-perl/SQL-Abstract/metadata.xml b/dev-perl/SQL-Abstract/metadata.xml
index b86513cae79..affef7cfd28 100644
--- a/dev-perl/SQL-Abstract/metadata.xml
+++ b/dev-perl/SQL-Abstract/metadata.xml
@@ -6,12 +6,16 @@
<name>Gentoo Perl Project</name>
</maintainer>
<longdescription lang="en">
- A Perl module to create SQL statements based on perl structures.
- </longdescription>
+ A Perl module to create SQL statements based on perl structures.
+ </longdescription>
<longdescription lang="ja">
- perlデータ構造でSQLステートメントを作るperlモジュール。
- </longdescription>
+ perlデータ構造でSQLステートメントを作るperlモジュール。
+ </longdescription>
<upstream>
<remote-id type="cpan">SQL-Abstract</remote-id>
+ <remote-id type="cpan-module">DBIx::Class::Storage::Debug::PrettyPrint</remote-id>
+ <remote-id type="cpan-module">SQL::Abstract</remote-id>
+ <remote-id type="cpan-module">SQL::Abstract::Test</remote-id>
+ <remote-id type="cpan-module">SQL::Abstract::Tree</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2017-05-21 8:09 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2017-05-21 8:09 UTC (permalink / raw
To: gentoo-commits
commit: 8798940b4231e0771d16fe6523342522eee24a86
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 08:08:44 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun May 21 08:08:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8798940b
dev-perl/SQL-Abstract: amd64 stable wrt bug #619064
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-Abstract/SQL-Abstract-1.840.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild
index ebb36158417..7e7cfff25cb 100644
--- a/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Generate SQL from Perl data structures"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2017-05-22 9:25 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2017-05-22 9:25 UTC (permalink / raw
To: gentoo-commits
commit: 5342efd964031d7d0cff55e2fe70cdb1977a3649
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 09:24:07 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 22 09:24:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5342efd9
dev-perl/SQL-Abstract: x86 stable wrt bug #619064
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-Abstract/SQL-Abstract-1.840.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild
index 7e7cfff25cb..ec27348d8bf 100644
--- a/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Generate SQL from Perl data structures"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2017-05-31 2:59 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2017-05-31 2:59 UTC (permalink / raw
To: gentoo-commits
commit: 869a68904184fca6a97165e82f8f6dba3c1eee47
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 02:59:43 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed May 31 02:59:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869a6890
dev-perl/SQL-Abstract: Remove old versions re bug #615224
Cleanp versions affected by '.' removal from @INC
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/SQL-Abstract/Manifest | 1 -
dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild | 35 -----------------------
2 files changed, 36 deletions(-)
diff --git a/dev-perl/SQL-Abstract/Manifest b/dev-perl/SQL-Abstract/Manifest
index f8b02b5cc5b..11b3f12da3a 100644
--- a/dev-perl/SQL-Abstract/Manifest
+++ b/dev-perl/SQL-Abstract/Manifest
@@ -1,2 +1 @@
-DIST SQL-Abstract-1.81.tar.gz 103010 SHA256 5f4d5618ce2424d62bbfdb5228b382e8be0e0ccedbb273d6d850e25d07e64f9f SHA512 1ca38403707117c6a7927e1d89e70d22bf75429137409aa9dee48bb75dd17ca941dd0012c5d388e8e39ea75ae800a1d62b04c0b12b700f2e3137e40f651f961c WHIRLPOOL 9a8ab7b868a14a68a74edc65e04d145c36bdd3c28938db27fd19c29c12e1d02bd0d2f689c1294d36cf91b5e6cd91872159c52ad6937f706f1a7db518a870fbbf
DIST SQL-Abstract-1.84.tar.gz 98744 SHA256 655f4aa3d4ea7ca0a7bafb2beff84010d5c77f0ee4413baa0c86456bf6db5e75 SHA512 2d41ca76cc50dcf85e40b6585b3036ae62801ce78b64cc3b6a6471540901bfacdbfe2f76e68fdea2d1caa509f57216d4bb4f214cee7008380d5f60643e1a3a6b WHIRLPOOL 203bddfab4f08877004e1f3e83d5eba41999dcb4dc37320aca2470222ed9dae4eebe61de9538866cfbfd3e6a7a3ef8eda71ac5ed1089a28ecb51df32a9f3d7d2
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild
deleted file mode 100644
index df1d022737c..00000000000
--- a/dev-perl/SQL-Abstract/SQL-Abstract-1.810.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RIBASUSHI
-MODULE_VERSION=1.81
-inherit perl-module
-
-DESCRIPTION="Generate SQL from Perl data structures"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
-IUSE="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-1.4.2
- >=virtual/perl-Text-Balanced-2.0.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.590.0
- 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
- )
-"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2020-12-27 15:51 Fabian Groffen
0 siblings, 0 replies; 13+ messages in thread
From: Fabian Groffen @ 2020-12-27 15:51 UTC (permalink / raw
To: gentoo-commits
commit: facc868c7822f3b455a4a5484f56dd2c608820dd
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 15:48:50 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 15:48:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facc868c
dev-perl/SQL-Abstract: 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-Abstract/SQL-Abstract-1.840.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild
index c0a38fb16aa..8dfa4118d96 100644
--- a/dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.840.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
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Generate SQL from Perl data structures"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~ppc-macos ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2021-08-09 0:16 Andreas K. Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas K. Hüttel @ 2021-08-09 0:16 UTC (permalink / raw
To: gentoo-commits
commit: c1cd305b6aeadfe87b11f79b86b96aa813987d41
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 9 00:00:43 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 9 00:16:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cd305b
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 <AT> gentoo.org>
dev-perl/SQL-Abstract/Manifest | 1 +
dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild | 35 +++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-perl/SQL-Abstract/Manifest b/dev-perl/SQL-Abstract/Manifest
index 187b36067a7..a7d0f65305f 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 00000000000..ed5b4964030
--- /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
+ )
+"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2021-10-20 9:31 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-10-20 9:31 UTC (permalink / raw
To: gentoo-commits
commit: 4a10356d66f863916238e0b6ee1d8423654942b3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 09:31:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 09:31:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a10356d
dev-perl/SQL-Abstract: Stabilize 2.0.1 x86, #818634
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild
index ed5b4964030..3b32a6e50a2 100644
--- a/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Generate SQL from Perl data structures"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="~amd64 ~ppc x86 ~ppc-macos ~x86-solaris"
RDEPEND="
>=virtual/perl-Exporter-5.570.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2021-10-20 9:31 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-10-20 9:31 UTC (permalink / raw
To: gentoo-commits
commit: 21b4aaa98dc8aa3b0532cb945cc65b8b2cc08c19
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 09:31:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 09:31:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b4aaa9
dev-perl/SQL-Abstract: Stabilize 2.0.1 amd64, #818634
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild
index 3b32a6e50a2..a84a9dfb1ab 100644
--- a/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild
+++ b/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Generate SQL from Perl data structures"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86 ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc x86 ~ppc-macos ~x86-solaris"
RDEPEND="
>=virtual/perl-Exporter-5.570.0
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/
@ 2021-12-06 15:13 Andreas K. Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas K. Hüttel @ 2021-12-06 15:13 UTC (permalink / raw
To: gentoo-commits
commit: 747c57d47148ea24c46516a262f6613e49b2e81e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 6 11:34:20 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 6 15:13:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=747c57d4
dev-perl/SQL-Abstract: 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-Abstract/Manifest | 1 -
dev-perl/SQL-Abstract/SQL-Abstract-1.840.0.ebuild | 36 -----------------------
2 files changed, 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
- )
-"
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2021-12-06 15:13 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-06 15:13 [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Abstract/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-10-20 9:31 Sam James
2021-10-20 9:31 Sam James
2021-08-09 0:16 Andreas K. Hüttel
2020-12-27 15:51 Fabian Groffen
2017-05-31 2:59 Kent Fredric
2017-05-22 9:25 Agostino Sarubbo
2017-05-21 8:09 Agostino Sarubbo
2017-04-11 1:13 Kent Fredric
2016-08-06 11:54 Kent Fredric
2016-06-25 22:15 Andreas Hüttel
2016-05-13 10:12 Agostino Sarubbo
2015-09-22 21:18 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