* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Grammar/
@ 2016-07-24 4:41 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2016-07-24 4:41 UTC (permalink / raw
To: gentoo-commits
commit: 7634244602516c8e5865d3581767e3e05dd97aee
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 04:40:16 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 04:40:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76342446
dev-perl/Config-Grammar: Bump to version 1.110.0
- EAPI6
Upstream:
- Can now pass optional encoding parameters to parse()
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/Config-Grammar/Config-Grammar-1.110.0.ebuild | 18 ++++++++++++++++++
dev-perl/Config-Grammar/Manifest | 1 +
2 files changed, 19 insertions(+)
diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.110.0.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.110.0.ebuild
new file mode 100644
index 0000000..353bac7
--- /dev/null
+++ b/dev-perl/Config-Grammar/Config-Grammar-1.110.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DSCHWEI
+DIST_VERSION=1.11
+inherit perl-module
+
+DESCRIPTION="A grammar-based, user-friendly config parser"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="virtual/perl-ExtUtils-MakeMaker"
diff --git a/dev-perl/Config-Grammar/Manifest b/dev-perl/Config-Grammar/Manifest
index ee4728e..779ccf6 100644
--- a/dev-perl/Config-Grammar/Manifest
+++ b/dev-perl/Config-Grammar/Manifest
@@ -1 +1,2 @@
DIST Config-Grammar-1.10.tar.gz 17877 SHA256 b81d7600e06564c87e90974db8fe9db02c16c19d7ef0e066faaaa166d2537c37 SHA512 0891984da560a9dd758fff0678cd577898f4b1796d275dfbed27d411941aca7830f7b6f8a4a4a913572bf0ea7b62414b3d852c0a37b5e629db6ae437c1db0690 WHIRLPOOL 8282d152576c037191f217d6e29375c23c1f62aa173481e4a9f60d7b4ce00e8d57e30644e7d7b9b33bd5ee333ae268b0673086317c1832426bf1e09a4bb10b7b
+DIST Config-Grammar-1.11.tar.gz 18955 SHA256 dd819f89b19c51e9fac6965360cd9db54436e1328968c802416ac34188ca65ee SHA512 d80f63fdad8f30cef914842299a491a4abcd1ed0e122e9cb61375a22ea0261fc4e8b3b7b928086a4bacccb511b96cd52ea7f31e14bdd8ee78beff69ed2e9ccc4 WHIRLPOOL 76a8cef90cbc40d063fcd6eebecbcf5a444b616f7028e72674b4187206fe89cd6bd6d925cd69f7cb5e69888d260bb0488a185ec139f1583ac1b6aec93e070f8f
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Grammar/
@ 2017-10-05 5:08 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2017-10-05 5:08 UTC (permalink / raw
To: gentoo-commits
commit: 4c4f25d766ace8686ec9b0f5231beb994ff6cff6
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 5 04:51:07 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 5 05:01:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4f25d7
dev-perl/Config-Grammar: Bump to version 1.120.0
Upstream:
- Fix used-only-once warnings
- Doc spell fixes
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../Config-Grammar/Config-Grammar-1.120.0.ebuild | 25 ++++++++++++++++++++++
dev-perl/Config-Grammar/Manifest | 1 +
2 files changed, 26 insertions(+)
diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild
new file mode 100644
index 00000000000..342a47454d1
--- /dev/null
+++ b/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DSCHWEI
+DIST_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION="A grammar-based, user-friendly config parser"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test
+ virtual/perl-Test-Simple
+ )
+"
+PERL_RM_FILES=(
+ "lib/Config/Grammar.pm~"
+)
diff --git a/dev-perl/Config-Grammar/Manifest b/dev-perl/Config-Grammar/Manifest
index 779ccf6d827..9a6ed4d252d 100644
--- a/dev-perl/Config-Grammar/Manifest
+++ b/dev-perl/Config-Grammar/Manifest
@@ -1,2 +1,3 @@
DIST Config-Grammar-1.10.tar.gz 17877 SHA256 b81d7600e06564c87e90974db8fe9db02c16c19d7ef0e066faaaa166d2537c37 SHA512 0891984da560a9dd758fff0678cd577898f4b1796d275dfbed27d411941aca7830f7b6f8a4a4a913572bf0ea7b62414b3d852c0a37b5e629db6ae437c1db0690 WHIRLPOOL 8282d152576c037191f217d6e29375c23c1f62aa173481e4a9f60d7b4ce00e8d57e30644e7d7b9b33bd5ee333ae268b0673086317c1832426bf1e09a4bb10b7b
DIST Config-Grammar-1.11.tar.gz 18955 SHA256 dd819f89b19c51e9fac6965360cd9db54436e1328968c802416ac34188ca65ee SHA512 d80f63fdad8f30cef914842299a491a4abcd1ed0e122e9cb61375a22ea0261fc4e8b3b7b928086a4bacccb511b96cd52ea7f31e14bdd8ee78beff69ed2e9ccc4 WHIRLPOOL 76a8cef90cbc40d063fcd6eebecbcf5a444b616f7028e72674b4187206fe89cd6bd6d925cd69f7cb5e69888d260bb0488a185ec139f1583ac1b6aec93e070f8f
+DIST Config-Grammar-1.12.tar.gz 26163 SHA256 7a52a3657d96e6f1f529caaa09ec3bf7dd6a245b47875382c323902f6d9590b0 SHA512 44d46019b32d891830d224b6002c2c73fd59c772b0308ac27ab68b5899bb921c74184a0c354a41c8bef3eb876eb1fdc0f07334bcaf4394d907059fae903ba12e WHIRLPOOL 472b7550798377d4999983f83db7c87a6680b6bbc9265bc3ffce2af92f0a24fcb7931fd28dddb1bc98bcc03bc57f699b7aeaab950e43a309cc5ec8296e9253b1
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Grammar/
@ 2018-04-05 14:11 Aaron Bauman
0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2018-04-05 14:11 UTC (permalink / raw
To: gentoo-commits
commit: 1f6f868658ec32592a1e1abfb399ba055355c395
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 14:05:08 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 14:09:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6f8686
dev-perl/Config-Grammar: amd64 stable
Bug: https://bugs.gentoo.org/652556
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild
index 342a47454d1..1b04c912e0c 100644
--- a/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild
+++ b/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A grammar-based, user-friendly config parser"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc ~x86"
IUSE="test"
RDEPEND=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Grammar/
@ 2018-04-05 18:29 Thomas Deutschmann
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2018-04-05 18:29 UTC (permalink / raw
To: gentoo-commits
commit: d5873302e7a4554f93cdea14a15f331f4f74f9d1
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 18:21:34 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 18:28:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5873302
dev-perl/Config-Grammar: x86 stable (bug #652556)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild
index 1b04c912e0c..c98ca708f96 100644
--- a/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild
+++ b/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A grammar-based, user-friendly config parser"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc x86"
IUSE="test"
RDEPEND=""
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Grammar/
@ 2018-04-17 0:06 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2018-04-17 0:06 UTC (permalink / raw
To: gentoo-commits
commit: dd7c43b225b6e03888ae3e6dd92976e61875305b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 19:27:55 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 00:05:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7c43b2
dev-perl/Config-Grammar: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../Config-Grammar/Config-Grammar-1.100.0-r1.ebuild | 16 ----------------
dev-perl/Config-Grammar/Config-Grammar-1.110.0.ebuild | 17 -----------------
dev-perl/Config-Grammar/Manifest | 2 --
3 files changed, 35 deletions(-)
diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.100.0-r1.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.100.0-r1.ebuild
deleted file mode 100644
index f80e642f734..00000000000
--- a/dev-perl/Config-Grammar/Config-Grammar-1.100.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DSCHWEI
-MODULE_VERSION=1.10
-inherit perl-module
-
-DESCRIPTION="A grammar-based, user-friendly config parser"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE=""
-
-SRC_TEST="do"
diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.110.0.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.110.0.ebuild
deleted file mode 100644
index 49ed4bddd63..00000000000
--- a/dev-perl/Config-Grammar/Config-Grammar-1.110.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DSCHWEI
-DIST_VERSION=1.11
-inherit perl-module
-
-DESCRIPTION="A grammar-based, user-friendly config parser"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="virtual/perl-ExtUtils-MakeMaker"
diff --git a/dev-perl/Config-Grammar/Manifest b/dev-perl/Config-Grammar/Manifest
index 74bbb9b3b93..a4985a1df46 100644
--- a/dev-perl/Config-Grammar/Manifest
+++ b/dev-perl/Config-Grammar/Manifest
@@ -1,3 +1 @@
-DIST Config-Grammar-1.10.tar.gz 17877 BLAKE2B d2a9fbe3e7fc9bc91905b2459057242958453e4fa81fdaa5a50ee47d0d762e620d8826bd3b451122df280b324df7a63d070d8bc87c955aee72e77ed83aabdca5 SHA512 0891984da560a9dd758fff0678cd577898f4b1796d275dfbed27d411941aca7830f7b6f8a4a4a913572bf0ea7b62414b3d852c0a37b5e629db6ae437c1db0690
-DIST Config-Grammar-1.11.tar.gz 18955 BLAKE2B 4753f0fae155d228182a766cc0312197677fff56b7c84959a0c868ef387019fda4596f8825944519d4d7ccc777171d12a1fc9bb03550eea189009e677749fbba SHA512 d80f63fdad8f30cef914842299a491a4abcd1ed0e122e9cb61375a22ea0261fc4e8b3b7b928086a4bacccb511b96cd52ea7f31e14bdd8ee78beff69ed2e9ccc4
DIST Config-Grammar-1.12.tar.gz 26163 BLAKE2B ed0e1e38698dc1d3d09f7eb5026765a6a91d599b2d222016ac82d44d8da18035603e2ae97e13c1066d7bf0259993e0e9bcde2257f17c18854b9e713b74896332 SHA512 44d46019b32d891830d224b6002c2c73fd59c772b0308ac27ab68b5899bb921c74184a0c354a41c8bef3eb876eb1fdc0f07334bcaf4394d907059fae903ba12e
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Grammar/
@ 2020-06-27 7:35 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2020-06-27 7:35 UTC (permalink / raw
To: gentoo-commits
commit: fd10a126cb5f9f825fe84add0371684d96fe77c1
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 27 07:35:11 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 07:35:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd10a126
dev-perl/Config-Grammar: Bump to version 1.130.0
- EAPI7
- Remove empty variable assignments
Upstream:
- Use ->{encoding} in Dynamic.pm
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Config-Grammar/Config-Grammar-1.130.0.ebuild | 25 ++++++++++++++++++++++
dev-perl/Config-Grammar/Manifest | 1 +
2 files changed, 26 insertions(+)
diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild
new file mode 100644
index 00000000000..18e4df9daa1
--- /dev/null
+++ b/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DSCHWEI
+DIST_VERSION=1.13
+inherit perl-module
+
+DESCRIPTION="A grammar-based, user-friendly config parser"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test
+ virtual/perl-Test-Simple
+ )
+"
+PERL_RM_FILES=(
+ "lib/Config/Grammar.pm~"
+)
diff --git a/dev-perl/Config-Grammar/Manifest b/dev-perl/Config-Grammar/Manifest
index a4985a1df46..be89a720de8 100644
--- a/dev-perl/Config-Grammar/Manifest
+++ b/dev-perl/Config-Grammar/Manifest
@@ -1 +1,2 @@
DIST Config-Grammar-1.12.tar.gz 26163 BLAKE2B ed0e1e38698dc1d3d09f7eb5026765a6a91d599b2d222016ac82d44d8da18035603e2ae97e13c1066d7bf0259993e0e9bcde2257f17c18854b9e713b74896332 SHA512 44d46019b32d891830d224b6002c2c73fd59c772b0308ac27ab68b5899bb921c74184a0c354a41c8bef3eb876eb1fdc0f07334bcaf4394d907059fae903ba12e
+DIST Config-Grammar-1.13.tar.gz 26281 BLAKE2B a94ff7ab3fbeac8849798cc778d5b764396d51a541d43fdfa622ff702b0492ad73fa29baa85669f6b18893238fcdea7f3feb3f8a7fb0948382f8e3301599f455 SHA512 51b165ccec452e48906d3c8972bb68841de93f0ece11104fea837eebefa1569e921a7532f7e4a3d204e73cf4c9b592f8707fc4741481c99b67d1b7a3eb5644d9
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Grammar/
@ 2021-05-04 7:01 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2021-05-04 7:01 UTC (permalink / raw
To: gentoo-commits
commit: 9904be6272aa7bde5406fe1b906bf8cc6cbca1ea
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May 4 07:01:04 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May 4 07:01:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9904be62
dev-perl/Config-Grammar: amd64 stable wrt bug #788037
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild
index 18e4df9daa1..d9414e2a2b3 100644
--- a/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild
+++ b/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A grammar-based, user-friendly config parser"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Grammar/
@ 2021-05-04 22:25 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-05-04 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 2700a46eb3a16057bdbb7e9645e876178e772144
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 4 22:24:51 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 4 22:24:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2700a46e
dev-perl/Config-Grammar: Stabilize 1.130.0 x86, #788037
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild
index d9414e2a2b3..995d2995fa5 100644
--- a/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild
+++ b/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A grammar-based, user-friendly config parser"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Grammar/
@ 2021-10-13 23:18 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-10-13 23:18 UTC (permalink / raw
To: gentoo-commits
commit: be358de16ca3d44dbccfad4b2ecedaaf17aeae41
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 22:59:24 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 23:17:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be358de1
dev-perl/Config-Grammar: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Config-Grammar/Config-Grammar-1.120.0.ebuild | 26 ----------------------
dev-perl/Config-Grammar/Manifest | 1 -
2 files changed, 27 deletions(-)
diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild
deleted file mode 100644
index 67b6407cf9d..00000000000
--- a/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DSCHWEI
-DIST_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION="A grammar-based, user-friendly config parser"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Test
- virtual/perl-Test-Simple
- )
-"
-PERL_RM_FILES=(
- "lib/Config/Grammar.pm~"
-)
diff --git a/dev-perl/Config-Grammar/Manifest b/dev-perl/Config-Grammar/Manifest
index be89a720de8..b88e829129f 100644
--- a/dev-perl/Config-Grammar/Manifest
+++ b/dev-perl/Config-Grammar/Manifest
@@ -1,2 +1 @@
-DIST Config-Grammar-1.12.tar.gz 26163 BLAKE2B ed0e1e38698dc1d3d09f7eb5026765a6a91d599b2d222016ac82d44d8da18035603e2ae97e13c1066d7bf0259993e0e9bcde2257f17c18854b9e713b74896332 SHA512 44d46019b32d891830d224b6002c2c73fd59c772b0308ac27ab68b5899bb921c74184a0c354a41c8bef3eb876eb1fdc0f07334bcaf4394d907059fae903ba12e
DIST Config-Grammar-1.13.tar.gz 26281 BLAKE2B a94ff7ab3fbeac8849798cc778d5b764396d51a541d43fdfa622ff702b0492ad73fa29baa85669f6b18893238fcdea7f3feb3f8a7fb0948382f8e3301599f455 SHA512 51b165ccec452e48906d3c8972bb68841de93f0ece11104fea837eebefa1569e921a7532f7e4a3d204e73cf4c9b592f8707fc4741481c99b67d1b7a3eb5644d9
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Grammar/
@ 2023-06-22 2:49 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-06-22 2:49 UTC (permalink / raw
To: gentoo-commits
commit: 3a387f72d7dbf8cab3d8e137cb3523315643adb9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 02:42:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 02:42:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a387f72
dev-perl/Config-Grammar: update DESCRIPTION
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild
index 995d2995fa53..b370ebe98988 100644
--- a/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild
+++ b/dev-perl/Config-Grammar/Config-Grammar-1.130.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,19 +7,21 @@ DIST_AUTHOR=DSCHWEI
DIST_VERSION=1.13
inherit perl-module
-DESCRIPTION="A grammar-based, user-friendly config parser"
+DESCRIPTION="Grammar-based, user-friendly config parser"
SLOT="0"
KEYWORDS="amd64 ~hppa ~sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
-BDEPEND="virtual/perl-ExtUtils-MakeMaker
+BDEPEND="
+ virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test
virtual/perl-Test-Simple
)
"
+
PERL_RM_FILES=(
"lib/Config/Grammar.pm~"
)
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-06-22 2:49 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-05 18:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Grammar/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2023-06-22 2:49 Sam James
2021-10-13 23:18 Andreas K. Hüttel
2021-05-04 22:25 Sam James
2021-05-04 7:01 Agostino Sarubbo
2020-06-27 7:35 Kent Fredric
2018-04-17 0:06 Kent Fredric
2018-04-05 14:11 Aaron Bauman
2017-10-05 5:08 Kent Fredric
2016-07-24 4:41 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox