public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2020-07-13 16:59 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2020-07-13 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5b91adb9576e103e74b5718fbebd17d7a4148162
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 16:55:06 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 16:59:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b91adb9

dev-perl/Conf-Libconfig: s390 keyworded (bug #689338)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
index eeb63a94082..2edcf500111 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.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
@@ -12,7 +12,7 @@ DESCRIPTION="Perl extension for libconfig"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~s390 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2023-06-22  7:18 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-06-22  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     78c386bd45831746bd753218a404013e8c052b31
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 07:18:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 07:18:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c386bd

dev-perl/Conf-Libconfig: add note to test dev-util/conf2struct

Bug: https://bugs.gentoo.org/908989
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild | 5 ++++-
 dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild      | 3 +++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
index d9a13c3586fb..fccca5aa303e 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
@@ -1,8 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+# Please test that dev-util/conf2struct builds with any bumps! See bug #908989.
+# Conf-Libconfig is only in tree for it.
+
 DIST_AUTHOR=CNANGEL
 DIST_VERSION="0.100"
 

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild
index 036de09c8389..bc53fbdb5d51 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# Please test that dev-util/conf2struct builds with any bumps! See bug #908989.
+# Conf-Libconfig is only in tree for it.
+
 DIST_AUTHOR=CNANGEL
 inherit perl-module
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2023-06-22  2:37 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-06-22  2:37 UTC (permalink / raw
  To: gentoo-commits

commit:     f3a155fdce565fa277c29028c7bbd3384fa06388
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 02:29:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 02:29:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a155fd

dev-perl/Conf-Libconfig: add 1.0.0

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

 .../Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild     | 42 ++++++++++++++++++++++
 dev-perl/Conf-Libconfig/Manifest                   |  1 +
 2 files changed, 43 insertions(+)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild
new file mode 100644
index 000000000000..036de09c8389
--- /dev/null
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-1.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CNANGEL
+inherit perl-module
+
+DESCRIPTION="Perl extension for libconfig"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~m68k ~mips ~s390 ~x86"
+
+RDEPEND="
+	dev-libs/libconfig:=
+	virtual/perl-XSLoader
+"
+DEPEND="
+	dev-libs/libconfig:=
+"
+BDEPEND="
+	${RDEPEND}
+	dev-perl/ExtUtils-PkgConfig
+	test? (
+		>=dev-perl/Test-Exception-0.430.0
+		>=dev-perl/Test-Deep-1.127.0
+		>=dev-perl/Test-Warn-0.320.0
+	)
+"
+
+PERL_RM_FILES=(
+	"t/boilerplate.t"
+	"t/pod-coverage.t"
+	"t/pod-spell.t"
+	"t/pod.t"
+)
+
+src_prepare() {
+	#rm inc/Devel/CheckLib.pm || die
+	perl-module_src_prepare
+}

diff --git a/dev-perl/Conf-Libconfig/Manifest b/dev-perl/Conf-Libconfig/Manifest
index f73fae83a53e..6360138e076e 100644
--- a/dev-perl/Conf-Libconfig/Manifest
+++ b/dev-perl/Conf-Libconfig/Manifest
@@ -1 +1,2 @@
 DIST Conf-Libconfig-0.100.tar.gz 47742 BLAKE2B c41ae5722d4e657121457ae0c8f8ec5daa10644ade5ec42999edbbe0140440ebbe3e0ec77c9bad7e8afc516a56771cc176bd4421f50a59d34e0b8ed00a196073 SHA512 52f652bd55131b0357aae6cc8f83811a4ceb5ec005977765ed70e5cb08f828c789d8bcbe247880c1807110b5486915dc90f84d52263b2e7f60adb2ee4654d2a3
+DIST Conf-Libconfig-1.0.0.tar.gz 49715 BLAKE2B a2b9f286f96612a32ea5517491050fe7319d37085a0bb463a8ce68ea006a1f1528363368a04ec585946efebef85fbc321d70bab5b0f464ba59fec0f74991fc2f SHA512 3ad7c3fbe82adab7816fa6b1a8445df279f4d7c58ba72e88e5afcf7a85d11fa764cb30d3aa0e6a19ae7c6e96eba2544c8289a6bb06706310e26ae6a41fd1ca84


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2021-02-22  3:35 Joshua Kinard
  0 siblings, 0 replies; 18+ messages in thread
From: Joshua Kinard @ 2021-02-22  3:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b59f29de693cbbc7d4248c3cda197a8c272ea8e3
Author:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 03:25:33 2021 +0000
Commit:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 03:35:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59f29de

dev-perl/Conf-Libconfig: Added ~mips to KEYWORDS.

Bug: https://bugs.gentoo.org/689338
Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>
Package-Manager: Portage-3.0.14, Repoman-3.0.2

 dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
index acd3c476b4f..d9a13c3586f 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl extension for libconfig"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~m68k ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~m68k ~mips ~s390 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2021-01-30  9:30 Kent Fredric
  0 siblings, 0 replies; 18+ messages in thread
From: Kent Fredric @ 2021-01-30  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     ebabf601ee3cc8ae08e6eb1c900b2b42cd4f8429
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 09:29:05 2021 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 09:30:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebabf601

dev-perl/Conf-Libconfig: Keyword 0.100.0-r2 ~m68k re bug #689338

Build/Test ok under qemu-m68k-user

Bug: https://bugs.gentoo.org/689338
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
index 8ad922bbd82..acd3c476b4f 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl extension for libconfig"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~m68k ~s390 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2021-01-02  0:49 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-01-02  0:49 UTC (permalink / raw
  To: gentoo-commits

commit:     f90694ad7db0d93598e948f9506f632ae361b9cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 00:44:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 00:44:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90694ad

dev-perl/Conf-Libconfig: revbump for libconfig subslot dep

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...Libconfig-0.100.0-r1.ebuild => Conf-Libconfig-0.100.0-r2.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
similarity index 88%
rename from dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
rename to dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild
index 0dfa4a34074..8ad922bbd82 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.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
@@ -23,11 +23,11 @@ PERL_RM_FILES=(
 	"t/pod.t"
 )
 RDEPEND="
-	dev-libs/libconfig
+	dev-libs/libconfig:=
 	virtual/perl-XSLoader
 "
 DEPEND="
-	dev-libs/libconfig
+	dev-libs/libconfig:=
 "
 BDEPEND="${RDEPEND}
 	dev-perl/ExtUtils-PkgConfig


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2020-09-26  9:37 Kent Fredric
  0 siblings, 0 replies; 18+ messages in thread
From: Kent Fredric @ 2020-09-26  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     b20f7527c8091a7f8fa80c3e84f2b66b701472c4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 09:34:18 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 09:36:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20f7527

dev-perl/Conf-Libconfig: Cleanup old 0.100.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild   | 33 ----------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
deleted file mode 100644
index 2edcf500111..00000000000
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR="CNANGEL"
-DIST_VERSION="0.100"
-
-inherit perl-module
-
-DESCRIPTION="Perl extension for libconfig"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~s390 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-PERL_RM_FILES=(
-	"t/boilerplate.t"
-	"t/pod-coverage.t"
-	"t/pod-spell.t"
-	"t/pod.t"
-)
-RDEPEND="dev-libs/libconfig
-	virtual/perl-XSLoader"
-DEPEND="${RDEPEND}
-	dev-perl/ExtUtils-PkgConfig
-	test? (
-		>=dev-perl/Test-Exception-0.430.0
-		>=dev-perl/Test-Deep-1.127.0
-		>=dev-perl/Test-Warn-0.320.0
-	)"


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2020-08-13 20:32 Kent Fredric
  0 siblings, 0 replies; 18+ messages in thread
From: Kent Fredric @ 2020-08-13 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     91c4226f5dba611a884adceb88766962994f449b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 20:26:30 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 20:32:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c4226f

dev-perl/Conf-Libconfig: Copy-forward s390 keywording

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

 dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
index 6d48e73fb60..0dfa4a34074 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl extension for libconfig"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~s390 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2020-07-05 18:49 Kent Fredric
  0 siblings, 0 replies; 18+ messages in thread
From: Kent Fredric @ 2020-07-05 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2ee6646eaf46c09e589a6f1f85c5a6662cbf0553
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  5 18:41:09 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul  5 18:41:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee6646e

dev-perl/Conf-Libconfig: -r bump for EAPI7 + CFLAGS love

- EAPI7
- Ensure CFLAGS passed to make/compiler

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Conf-Libconfig-0.100.0-r1.ebuild               | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
new file mode 100644
index 00000000000..6d48e73fb60
--- /dev/null
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=CNANGEL
+DIST_VERSION="0.100"
+
+inherit perl-module
+
+DESCRIPTION="Perl extension for libconfig"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+PERL_RM_FILES=(
+	"t/boilerplate.t"
+	"t/pod-coverage.t"
+	"t/pod-spell.t"
+	"t/pod.t"
+)
+RDEPEND="
+	dev-libs/libconfig
+	virtual/perl-XSLoader
+"
+DEPEND="
+	dev-libs/libconfig
+"
+BDEPEND="${RDEPEND}
+	dev-perl/ExtUtils-PkgConfig
+	test? (
+		>=dev-perl/Test-Exception-0.430.0
+		>=dev-perl/Test-Deep-1.127.0
+		>=dev-perl/Test-Warn-0.320.0
+	)
+"
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2019-08-11 11:35 David Seifert
  0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2019-08-11 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     81351a38395c417cb8fa4c26e1aed76186683665
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:34:43 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:34:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81351a38

dev-perl/Conf-Libconfig: [QA] Fix maintainer type

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-perl/Conf-Libconfig/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Conf-Libconfig/metadata.xml b/dev-perl/Conf-Libconfig/metadata.xml
index 2c4ba4a16b0..9f30055bb69 100644
--- a/dev-perl/Conf-Libconfig/metadata.xml
+++ b/dev-perl/Conf-Libconfig/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
+  <maintainer type="person">
     <email>candrews@gentoo.org</email>
     <name>Craig Andrwes</name>
   </maintainer>


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2019-08-02  8:17 Mikle Kolyada
  0 siblings, 0 replies; 18+ messages in thread
From: Mikle Kolyada @ 2019-08-02  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     70322f562b44c5b69aeede3f1962c7424d8ac7bb
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 08:17:13 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 08:17:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70322f56

dev-perl/Conf-Libconfig: Add ~arm keyword wrt bug #689338

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
index 224397d7e09..53d510d9817 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl extension for libconfig"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
 PERL_RM_FILES=(


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2019-07-18 19:23 Craig Andrews
  0 siblings, 0 replies; 18+ messages in thread
From: Craig Andrews @ 2019-07-18 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     af5638f305fc1ac1cecb1a94fe74be9b8c117165
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 19:21:56 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 19:22:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5638f3

dev-perl/Conf-Libconfig: Remove 0.100, the correct version is 0.100.0

See https://wiki.gentoo.org/wiki/Project:Perl/Version-Scheme

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 .../Conf-Libconfig/Conf-Libconfig-0.100.ebuild     | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild
deleted file mode 100644
index ec3993e513a..00000000000
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR="CNANGEL"
-DIST_VERSION="0.100"
-
-inherit perl-module
-
-DESCRIPTION="Perl extension for libconfig"
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-libs/libconfig
-	virtual/perl-XSLoader"
-DEPEND="${RDEPEND}
-	dev-perl/ExtUtils-PkgConfig
-	test? (
-		dev-perl/Test-Pod
-		>=dev-perl/Test-Exception-0.430.0
-		>=dev-perl/Test-Deep-1.127.0
-		>=dev-perl/Test-Warn-0.320.0
-	)"


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2019-07-18 19:23 Craig Andrews
  0 siblings, 0 replies; 18+ messages in thread
From: Craig Andrews @ 2019-07-18 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     69ec45f1e13d79e062baa3f0e8332ea455134537
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 19:06:38 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 19:22:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ec45f1

dev-perl/Conf-Libconfig: Fix version; it should be 0.100.0

See https://wiki.gentoo.org/wiki/Project:Perl/Version-Scheme

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 .../Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild   | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
new file mode 100644
index 00000000000..ec3993e513a
--- /dev/null
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR="CNANGEL"
+DIST_VERSION="0.100"
+
+inherit perl-module
+
+DESCRIPTION="Perl extension for libconfig"
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-libs/libconfig
+	virtual/perl-XSLoader"
+DEPEND="${RDEPEND}
+	dev-perl/ExtUtils-PkgConfig
+	test? (
+		dev-perl/Test-Pod
+		>=dev-perl/Test-Exception-0.430.0
+		>=dev-perl/Test-Deep-1.127.0
+		>=dev-perl/Test-Warn-0.320.0
+	)"


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2019-07-18 19:23 Craig Andrews
  0 siblings, 0 replies; 18+ messages in thread
From: Craig Andrews @ 2019-07-18 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     6e89c31e13b55f90e7e4299cf7ebea6879a1799d
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 19:13:09 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 19:22:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e89c31e

dev-perl/Conf-Libconfig: remove test dependency on dev-perl/Test-Pod

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
index ec3993e513a..35136b147d8 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
@@ -15,12 +15,17 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
+PERL_RM_FILES=(
+	"t/boilerplate.t"
+	"t/pod-coverage.t"
+	"t/pod-spell.t"
+	"t/pod.t"
+)
 RDEPEND="dev-libs/libconfig
 	virtual/perl-XSLoader"
 DEPEND="${RDEPEND}
 	dev-perl/ExtUtils-PkgConfig
 	test? (
-		dev-perl/Test-Pod
 		>=dev-perl/Test-Exception-0.430.0
 		>=dev-perl/Test-Deep-1.127.0
 		>=dev-perl/Test-Warn-0.320.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2019-07-18 19:23 Craig Andrews
  0 siblings, 0 replies; 18+ messages in thread
From: Craig Andrews @ 2019-07-18 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2e4de610ce5f47d7ab33d9d3d6fd18d93afa4748
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 19:05:37 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 19:18:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4de610

dev-perl/Conf-Libconfig: Add perl <AT> gentoo.org as a maintainer

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-perl/Conf-Libconfig/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-perl/Conf-Libconfig/metadata.xml b/dev-perl/Conf-Libconfig/metadata.xml
index bf0bb0013d5..2c4ba4a16b0 100644
--- a/dev-perl/Conf-Libconfig/metadata.xml
+++ b/dev-perl/Conf-Libconfig/metadata.xml
@@ -5,6 +5,10 @@
     <email>candrews@gentoo.org</email>
     <name>Craig Andrwes</name>
   </maintainer>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
   <upstream>
     <remote-id type="cpan">Conf-Libconfig</remote-id>
     <remote-id type="cpan-module">Config::Libconfig</remote-id>


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2019-07-18 19:23 Craig Andrews
  0 siblings, 0 replies; 18+ messages in thread
From: Craig Andrews @ 2019-07-18 19:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4dd101be1e7710f5648a4a01c78bf80e8853542b
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 19:16:28 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 19:22:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd101be

dev-perl/Conf-Libconfig: License is BSD

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
index 35136b147d8..224397d7e09 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Perl extension for libconfig"
 
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2019-07-18 14:36 Thomas Deutschmann
  0 siblings, 0 replies; 18+ messages in thread
From: Thomas Deutschmann @ 2019-07-18 14:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3bed32826e3351d7523f7da323d9f86df5f9da4c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 14:34:35 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 14:35:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bed3282

dev-perl/Conf-Libconfig: x86 keyworded (bug #689338)

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild
index d657ab31449..ec3993e513a 100644
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl extension for libconfig"
 
 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="dev-libs/libconfig


^ permalink raw reply related	[flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/
@ 2019-07-06  0:41 Craig Andrews
  0 siblings, 0 replies; 18+ messages in thread
From: Craig Andrews @ 2019-07-06  0:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ebfc5784e89e4a9719a9e2aeddc2f863459bcaa6
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  6 00:07:31 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Jul  6 00:40:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebfc5784

dev-perl/Conf-Libconfig: Perl extension for libconfig

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 .../Conf-Libconfig/Conf-Libconfig-0.100.ebuild     | 27 ++++++++++++++++++++++
 dev-perl/Conf-Libconfig/Manifest                   |  1 +
 dev-perl/Conf-Libconfig/metadata.xml               | 12 ++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild
new file mode 100644
index 00000000000..d657ab31449
--- /dev/null
+++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR="CNANGEL"
+DIST_VERSION="0.100"
+
+inherit perl-module
+
+DESCRIPTION="Perl extension for libconfig"
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-libs/libconfig
+	virtual/perl-XSLoader"
+DEPEND="${RDEPEND}
+	dev-perl/ExtUtils-PkgConfig
+	test? (
+		dev-perl/Test-Pod
+		>=dev-perl/Test-Exception-0.430.0
+		>=dev-perl/Test-Deep-1.127.0
+		>=dev-perl/Test-Warn-0.320.0
+	)"

diff --git a/dev-perl/Conf-Libconfig/Manifest b/dev-perl/Conf-Libconfig/Manifest
new file mode 100644
index 00000000000..f73fae83a53
--- /dev/null
+++ b/dev-perl/Conf-Libconfig/Manifest
@@ -0,0 +1 @@
+DIST Conf-Libconfig-0.100.tar.gz 47742 BLAKE2B c41ae5722d4e657121457ae0c8f8ec5daa10644ade5ec42999edbbe0140440ebbe3e0ec77c9bad7e8afc516a56771cc176bd4421f50a59d34e0b8ed00a196073 SHA512 52f652bd55131b0357aae6cc8f83811a4ceb5ec005977765ed70e5cb08f828c789d8bcbe247880c1807110b5486915dc90f84d52263b2e7f60adb2ee4654d2a3

diff --git a/dev-perl/Conf-Libconfig/metadata.xml b/dev-perl/Conf-Libconfig/metadata.xml
new file mode 100644
index 00000000000..bf0bb0013d5
--- /dev/null
+++ b/dev-perl/Conf-Libconfig/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>candrews@gentoo.org</email>
+    <name>Craig Andrwes</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Conf-Libconfig</remote-id>
+    <remote-id type="cpan-module">Config::Libconfig</remote-id>
+  </upstream>
+</pkgmetadata>


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

end of thread, other threads:[~2023-06-22  7:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-13 16:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Conf-Libconfig/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-06-22  7:18 Sam James
2023-06-22  2:37 Sam James
2021-02-22  3:35 Joshua Kinard
2021-01-30  9:30 Kent Fredric
2021-01-02  0:49 Sam James
2020-09-26  9:37 Kent Fredric
2020-08-13 20:32 Kent Fredric
2020-07-05 18:49 Kent Fredric
2019-08-11 11:35 David Seifert
2019-08-02  8:17 Mikle Kolyada
2019-07-18 19:23 Craig Andrews
2019-07-18 19:23 Craig Andrews
2019-07-18 19:23 Craig Andrews
2019-07-18 19:23 Craig Andrews
2019-07-18 19:23 Craig Andrews
2019-07-18 14:36 Thomas Deutschmann
2019-07-06  0:41 Craig Andrews

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