public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Generator/
@ 2016-08-18  3:01 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2016-08-18  3:01 UTC (permalink / raw
  To: gentoo-commits

commit:     28ee6ed16c062c90769c66abd62ac43c298914af
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 05:43:19 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 03:00:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ee6ed1

dev-perl/XML-Generator: Remove unneeded stable bits on exp arches

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/XML-Generator/XML-Generator-1.40.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-Generator/XML-Generator-1.40.0-r1.ebuild b/dev-perl/XML-Generator/XML-Generator-1.40.0-r1.ebuild
index 09d2cb1..118708b 100644
--- a/dev-perl/XML-Generator/XML-Generator-1.40.0-r1.ebuild
+++ b/dev-perl/XML-Generator/XML-Generator-1.40.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$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl XML::Generator - A module to help in generating XML documents"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/expat"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Generator/
@ 2021-10-05 22:52 Andreas K. Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-10-05 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     05018beba53e788651edfd649a3e0a14dc9cc6a4
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 22:49:12 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 22:52:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05018beb

dev-perl/XML-Generator: EAPI=8 bump

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

 ...r-1.40.0-r1.ebuild => XML-Generator-1.40.0-r2.ebuild} | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-perl/XML-Generator/XML-Generator-1.40.0-r1.ebuild b/dev-perl/XML-Generator/XML-Generator-1.40.0-r2.ebuild
similarity index 67%
rename from dev-perl/XML-Generator/XML-Generator-1.40.0-r1.ebuild
rename to dev-perl/XML-Generator/XML-Generator-1.40.0-r2.ebuild
index eb50bcae824..ba4adab51f7 100644
--- a/dev-perl/XML-Generator/XML-Generator-1.40.0-r1.ebuild
+++ b/dev-perl/XML-Generator/XML-Generator-1.40.0-r2.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=BHOLZMAN
-MODULE_VERSION=1.04
+DIST_AUTHOR=BHOLZMAN
+DIST_VERSION=1.04
 inherit perl-module
 
 DESCRIPTION="Perl XML::Generator - A module to help in generating XML documents"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
 
-DEPEND="dev-libs/expat"
+DEPEND="
+	dev-libs/expat
+"
 RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
+BDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Generator/
@ 2023-05-10 21:25 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-05-10 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b1da236ecddbfa468e1c89b869d803ec65d8d20e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 10 21:20:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 10 21:25:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1da236e

dev-perl/XML-Generator: add 1.130.0

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

 dev-perl/XML-Generator/Manifest                     |  1 +
 dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-perl/XML-Generator/Manifest b/dev-perl/XML-Generator/Manifest
index 85ebbbd9019e..047e5deffcd2 100644
--- a/dev-perl/XML-Generator/Manifest
+++ b/dev-perl/XML-Generator/Manifest
@@ -1 +1,2 @@
 DIST XML-Generator-1.04.tar.gz 24606 BLAKE2B 0cf29f7a146a376b17f50fc7164d90fa606ccbb7bfe24e70f12ae88bf0fd692e4a60c7185cd08827f535f5623d7e33364cee099b51de2ba112592f8c09faa044 SHA512 ce151a2d575c9ec4cd42819a5d573bfc4985e0daa3945c310d61bb0a6376e4b8a0dcef5ce89e444795d99c9751719d45981675d1418ba6d729d152187688d552
+DIST XML-Generator-1.13.tar.gz 45541 BLAKE2B 41cd92a53eb80f9c286e5784c99de93b747506933e37491fe4ffdfc11c18b8a9cd2132a7ff0d03117382665f61705ec11dfe30536a906109135d6ea9e51f3235 SHA512 ae2b09633a7d9d1bf6cc3ca8c19532585e69534f865e712969cff50d60d1e05589dfbfae6a5ecdb59ef68fbb127431744bf09b0bf91a1c86a9853c596667d248

diff --git a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
new file mode 100644
index 000000000000..c3475a663cbe
--- /dev/null
+++ b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TIMLEGGE
+DIST_VERSION=1.13
+inherit perl-module
+
+DESCRIPTION="Perl XML::Generator - A module to help in generating XML documents"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+DEPEND="
+	dev-libs/expat
+"
+RDEPEND="${DEPEND}"
+BDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Generator/
@ 2023-06-10 19:26 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-06-10 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     fc1486a1fb4e3919ebb7d03df9dbc0045a19bc8e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 19:25:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 19:25:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1486a1

dev-perl/XML-Generator: Stabilize 1.130.0 ppc64, #908265

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

 dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
index add0ec5a157e..3b6f553e48d6 100644
--- a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
+++ b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl XML::Generator - A module to help in generating XML documents"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
 
 DEPEND="
 	dev-libs/expat


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Generator/
@ 2023-06-10 19:26 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-06-10 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c0a48537adba4770baa9ea454b30f3957efe44b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 19:25:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 19:25:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a48537

dev-perl/XML-Generator: Stabilize 1.130.0 sparc, #908265

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

 dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
index 3b6f553e48d6..e32b60b61b6a 100644
--- a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
+++ b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl XML::Generator - A module to help in generating XML documents"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
 
 DEPEND="
 	dev-libs/expat


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Generator/
@ 2023-06-10 19:26 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-06-10 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     ec66e20daefc41ee5ec28d4a85f7f4534d4ba01b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 19:25:32 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 19:25:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec66e20d

dev-perl/XML-Generator: Stabilize 1.130.0 arm, #908265

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

 dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
index e32b60b61b6a..43528d5fdbda 100644
--- a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
+++ b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl XML::Generator - A module to help in generating XML documents"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
 
 DEPEND="
 	dev-libs/expat


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Generator/
@ 2023-06-10 19:26 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-06-10 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     158e74ade890539050cf75788d1f232872ddb5ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 19:25:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 19:25:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=158e74ad

dev-perl/XML-Generator: Stabilize 1.130.0 ppc, #908265

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

 dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
index c3475a663cbe..add0ec5a157e 100644
--- a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
+++ b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl XML::Generator - A module to help in generating XML documents"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86"
 
 DEPEND="
 	dev-libs/expat


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Generator/
@ 2023-06-10 19:29 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-06-10 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     4570342386bfbfe94b9ff80b8161826c60891ccc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 19:29:31 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 19:29:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45703423

dev-perl/XML-Generator: Stabilize 1.130.0 amd64, #908265

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

 dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
index 43528d5fdbda..d6d3f93d1a3d 100644
--- a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
+++ b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl XML::Generator - A module to help in generating XML documents"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
 
 DEPEND="
 	dev-libs/expat


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Generator/
@ 2023-06-10 19:29 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-06-10 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2253419398e5a55304a7007d739aec0c1fa0ff95
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 19:29:32 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 19:29:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22534193

dev-perl/XML-Generator: Stabilize 1.130.0 x86, #908265

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

 dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
index d6d3f93d1a3d..a34b74771bd5 100644
--- a/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
+++ b/dev-perl/XML-Generator/XML-Generator-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl XML::Generator - A module to help in generating XML documents"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 DEPEND="
 	dev-libs/expat


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

end of thread, other threads:[~2023-06-10 19:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-10 19:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Generator/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-06-10 19:29 Sam James
2023-06-10 19:29 Sam James
2023-06-10 19:26 Sam James
2023-06-10 19:26 Sam James
2023-06-10 19:26 Sam James
2023-05-10 21:25 Sam James
2021-10-05 22:52 Andreas K. Hüttel
2016-08-18  3:01 Kent Fredric

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