public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Fast/
@ 2018-03-28  3:34 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2018-03-28  3:34 UTC (permalink / raw
  To: gentoo-commits

commit:     6c6f979a6a849e047a073f7a9c5cdca8361e2f86
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 03:33:38 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 03:33:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6f979a

dev-perl/XML-Fast: Bump to version 0.170.0

- EAPI6
- Enable parallel tests

Upstream:
- Fix undef text nodes with undef attr's
- Support emoji
- Fix CCFLAGS bug
- Fix reading of UTF8 XML

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/XML-Fast/Manifest                |  1 +
 dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-perl/XML-Fast/Manifest b/dev-perl/XML-Fast/Manifest
index 27277622f14..4a473f952da 100644
--- a/dev-perl/XML-Fast/Manifest
+++ b/dev-perl/XML-Fast/Manifest
@@ -1 +1,2 @@
 DIST XML-Fast-0.11.tar.gz 152643 BLAKE2B 9a9b91b68f8b546056fc6f82eedd5dc968c1a9d78435ff3473eb78262cd93d5517952d018608bbe1fc68b78bd5cf098dac96944e3e279cba61f3cacc72f65dfc SHA512 933e26c68037410f90c2e9a7aeac245edb18cd83f17a81c960b3a7b14da015023e5d682a0fb0d035b77eeb39a67af3fe3c921969d5332a7815d624127240312b
+DIST XML-Fast-0.17.tar.gz 156166 BLAKE2B 41e50f1e9dd98010d80f9283a0ebdd215035c2bbce28b63617f191e6df7178042988ac425d081484b442471239a6b10d4c7ef71f5bd1084ca2a8cac642ea03bd SHA512 2319ba25263dd8942a6239d0e094e1375871f1d7ce5e5cb3f5734d0e4fd69d7dec240cdb903f8bbe2fab373ae5801dbfee5def0d66216988a1685d29853fa2ae

diff --git a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild b/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
new file mode 100644
index 00000000000..e05ecc6e618
--- /dev/null
+++ b/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MONS
+DIST_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="Simple and very fast XML to hash conversion"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/perl-Encode"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Fast/
@ 2018-08-18 22:15 Thomas Deutschmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2018-08-18 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     309b732e0353a34bf9d34244bf7ff404ecc8f181
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 22:04:10 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 22:14:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309b732e

dev-perl/XML-Fast: x86 stable (bug #663944)

Package-Manager: Portage-2.3.46, Repoman-2.3.10

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

diff --git a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild b/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
index e05ecc6e618..2da1f5c17c6 100644
--- a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
+++ b/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Simple and very fast XML to hash conversion"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="virtual/perl-Encode"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Fast/
@ 2018-08-24  3:39 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2018-08-24  3:39 UTC (permalink / raw
  To: gentoo-commits

commit:     9a1db46e5e5b0dd4c4fb80f67f860e1e94349362
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 24 03:27:42 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Aug 24 03:27:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1db46e

dev-perl/XML-Fast: amd64 stable wrt bug #663944

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild b/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
index 2da1f5c17c6..dfe6dafa67d 100644
--- a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
+++ b/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Simple and very fast XML to hash conversion"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="virtual/perl-Encode"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Fast/
@ 2020-04-15 17:05 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2020-04-15 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     67550978b7eb30caa9ae81db364ca4369407ff3b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 16:44:35 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 17:04:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67550978

dev-perl/XML-Fast: Remove old 0.110.0-r1

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

 dev-perl/XML-Fast/Manifest                   |  1 -
 dev-perl/XML-Fast/XML-Fast-0.110.0-r1.ebuild | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/XML-Fast/Manifest b/dev-perl/XML-Fast/Manifest
index 4a473f952da..9bfb7441ba1 100644
--- a/dev-perl/XML-Fast/Manifest
+++ b/dev-perl/XML-Fast/Manifest
@@ -1,2 +1 @@
-DIST XML-Fast-0.11.tar.gz 152643 BLAKE2B 9a9b91b68f8b546056fc6f82eedd5dc968c1a9d78435ff3473eb78262cd93d5517952d018608bbe1fc68b78bd5cf098dac96944e3e279cba61f3cacc72f65dfc SHA512 933e26c68037410f90c2e9a7aeac245edb18cd83f17a81c960b3a7b14da015023e5d682a0fb0d035b77eeb39a67af3fe3c921969d5332a7815d624127240312b
 DIST XML-Fast-0.17.tar.gz 156166 BLAKE2B 41e50f1e9dd98010d80f9283a0ebdd215035c2bbce28b63617f191e6df7178042988ac425d081484b442471239a6b10d4c7ef71f5bd1084ca2a8cac642ea03bd SHA512 2319ba25263dd8942a6239d0e094e1375871f1d7ce5e5cb3f5734d0e4fd69d7dec240cdb903f8bbe2fab373ae5801dbfee5def0d66216988a1685d29853fa2ae

diff --git a/dev-perl/XML-Fast/XML-Fast-0.110.0-r1.ebuild b/dev-perl/XML-Fast/XML-Fast-0.110.0-r1.ebuild
deleted file mode 100644
index ed19ab3fb20..00000000000
--- a/dev-perl/XML-Fast/XML-Fast-0.110.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MONS
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="Simple and very fast XML to hash conversion"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="virtual/perl-Encode"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker"
-
-SRC_TEST=do


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

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

commit:     40fc130317b05a3c4e78e56e32b5081deac17918
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 22:31:19 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 22:51:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fc1303

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

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

 ...{XML-Fast-0.170.0.ebuild => XML-Fast-0.170.0-r1.ebuild} | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild b/dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild
similarity index 60%
rename from dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
rename to dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild
index dfe6dafa67d..83ce2259192 100644
--- a/dev-perl/XML-Fast/XML-Fast-0.170.0.ebuild
+++ b/dev-perl/XML-Fast/XML-Fast-0.170.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=MONS
 DIST_VERSION=0.17
@@ -11,8 +11,10 @@ DESCRIPTION="Simple and very fast XML to hash conversion"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
-RDEPEND="virtual/perl-Encode"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker"
+RDEPEND="
+	virtual/perl-Encode
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"


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

end of thread, other threads:[~2021-10-05 22:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-24  3:39 [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Fast/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2021-10-05 22:52 Andreas K. Hüttel
2020-04-15 17:05 Kent Fredric
2018-08-18 22:15 Thomas Deutschmann
2018-03-28  3:34 Kent Fredric

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