[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2021-10-07 Thread Andreas K. Hüttel
commit: 3b96d850fd21eee49080b1f0b570e533ceb085b5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct  7 20:34:32 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct  7 21:06:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b96d850

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

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

 .../{XML-Simple-2.250.0.ebuild => XML-Simple-2.250.0-r1.ebuild}   | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0-r1.ebuild
similarity index 91%
rename from dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
rename to dev-perl/XML-Simple/XML-Simple-2.250.0-r1.ebuild
index b2b57eed923..f2c6fb97e06 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=GRANTM
 DIST_VERSION=2.25
@@ -11,8 +11,6 @@ DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
virtual/perl-Storable
@@ -20,9 +18,11 @@ RDEPEND="
>=dev-perl/XML-SAX-0.150.0
dev-perl/XML-SAX-Expat
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( >=virtual/perl-Test-Simple-0.880.0 )
 "
+
 PATCHES=("${FILESDIR}/${PN}-2.25-saxtests.patch")
+
 PERL_RM_FILES=("t/author-pod-syntax.t")



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple-DTDReader/

2021-10-07 Thread Andreas K. Hüttel
commit: 740947f3aa4a606e93ea8c007ded230811ff3a82
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Oct  7 20:36:02 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Oct  7 21:06:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740947f3

dev-perl/XML-Simple-DTDReader: EAPI=8 bump

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

 ...r1.ebuild => XML-Simple-DTDReader-0.40.0-r2.ebuild} | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/dev-perl/XML-Simple-DTDReader/XML-Simple-DTDReader-0.40.0-r1.ebuild 
b/dev-perl/XML-Simple-DTDReader/XML-Simple-DTDReader-0.40.0-r2.ebuild
similarity index 52%
rename from dev-perl/XML-Simple-DTDReader/XML-Simple-DTDReader-0.40.0-r1.ebuild
rename to dev-perl/XML-Simple-DTDReader/XML-Simple-DTDReader-0.40.0-r2.ebuild
index ff874f64e43..a0781db46cd 100644
--- a/dev-perl/XML-Simple-DTDReader/XML-Simple-DTDReader-0.40.0-r1.ebuild
+++ b/dev-perl/XML-Simple-DTDReader/XML-Simple-DTDReader-0.40.0-r2.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=ALEXMV
-MODULE_VERSION=0.04
+DIST_AUTHOR=ALEXMV
+DIST_VERSION=0.04
 inherit perl-module
 
 DESCRIPTION="Simple XML file reading based on their DTDs"
 
 SLOT="0"
 KEYWORDS="~amd64 x86"
-IUSE=""
 
-DEPEND=">=dev-perl/XML-Parser-2.34"
-RDEPEND="${DEPEND}"
-
-SRC_TEST=do
+RDEPEND="
+   >=dev-perl/XML-Parser-2.340.0
+"
+BDEPEND="${RDEPEND}
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2021-09-17 Thread Yixun Lan
commit: 056c946fb589855d1ac0b6c2247af817a50ba38f
Author: Alex Fan  yahoo  com>
AuthorDate: Thu Sep 16 11:30:20 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Sep 17 07:50:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056c946f

dev-perl/XML-Simple: keyword 2.250.0 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
index 8bc1c7abf5d..b2b57eed923 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2020-12-27 Thread Fabian Groffen
commit: e1bbc4424fabc491c0fb024b8aa97e5202efddb0
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 27 16:21:02 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 27 16:25:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1bbc442

dev-perl/XML-Simple: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
index 7874af28954..d1e7ab32a8a 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2019-10-11 Thread Andreas K. Hüttel
commit: db3d92b41b2fb30fec591581c6a0707c51df7a6b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct 11 19:32:39 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Oct 11 19:32:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3d92b4

dev-perl/XML-Simple: Remove old

Closes: https://bugs.gentoo.org/625538
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/XML-Simple/Manifest |  2 --
 dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild | 23 --
 dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild| 25 
 3 files changed, 50 deletions(-)

diff --git a/dev-perl/XML-Simple/Manifest b/dev-perl/XML-Simple/Manifest
index 33fe2b614f4..84951bbf01e 100644
--- a/dev-perl/XML-Simple/Manifest
+++ b/dev-perl/XML-Simple/Manifest
@@ -1,3 +1 @@
-DIST XML-Simple-2.20.tar.gz 75993 BLAKE2B 
59edf0397247ff25f940c470263c87f7b49bae1806395b52a2399a3caca9d54485b9fb84c45065d4066315404722608bb176918a0f8e628108d903128d4d8294
 SHA512 
f953a0b9082c509c4616b92529da94a289b1e0300b18a5b88c08d0826bb4fd18e51f1e3854e6f870ef3cfb506366c0b47b9dd302433b63270a18b45f068d4658
-DIST XML-Simple-2.22.tar.gz 77937 BLAKE2B 
ccc9035584f468767e7408718e76821012173cefda53eb8b8cc7280ef11794c3443367ef1a2b1d84b98eeefc15394a7b231f856e3a2a412e094d20bb81a8
 SHA512 
b5e5d36726b8a0efcf7200522d802a7f733c883526db2dba64ce23bf7e044d20d9186fac3bb2f2940807a30f746301f690129c4c542341c8a57a735471b5f4d7
 DIST XML-Simple-2.25.tar.gz 78443 BLAKE2B 
6b990c0095fd573ce92db8ca4fbeaf259b33817992bbc0f465dcf1df1f77b56d5229b94a062a59178676500f7445ddf824a8e0d05b21df9ce1a5491d328eee48
 SHA512 
0f1a6a1bdb8f6ac6fa4deef33d09930eb4758b4a3ed4431624004ffa2b1eb02f0d6ce14cb4942162cb76f7aa39fea4ec6a71e1eb9ebd464b710db7024bdd990c

diff --git a/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild
deleted file mode 100644
index 55648301245..000
--- a/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GRANTM
-MODULE_VERSION=2.20
-inherit perl-module
-
-DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-RDEPEND="virtual/perl-Storable
-   dev-perl/XML-SAX
-   dev-perl/XML-LibXML
-   >=dev-perl/XML-NamespaceSupport-1.04
-   >=dev-perl/XML-Parser-2.30"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
deleted file mode 100644
index 020c6e3bbdd..000
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=GRANTM
-DIST_VERSION=2.22
-inherit perl-module
-
-DESCRIPTION="An API for simple XML files"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
-   virtual/perl-Storable
-   >=dev-perl/XML-NamespaceSupport-1.40.0
-   >=dev-perl/XML-SAX-0.150.0
-   dev-perl/XML-SAX-Expat
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? ( >=virtual/perl-Test-Simple-0.880.0 )
-"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2018-10-27 Thread Fabian Groffen
commit: 3c9400fa1b80fad94a26d4d2a0d7d60b1971a21f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Oct 27 15:33:00 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Oct 27 15:39:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9400fa

dev-perl/XML-Simple: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
index b1cc6837b4c..76707652ecb 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2018-09-15 Thread Sergei Trofimovich
commit: ce140c4109513bc444624c52aad4fac14abf9d41
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 15 12:10:03 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 15 12:10:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce140c41

dev-perl/XML-Simple: stable 2.250.0 for ia64, bug #657208

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
index cb6a9e71d21..b1cc6837b4c 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2018-07-24 Thread Sergei Trofimovich
commit: 1ee7d78c2bed6a6271d5161932c0aae00f49cceb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul 24 06:31:19 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul 24 06:31:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee7d78c

dev-perl/XML-Simple: stable 2.250.0 for hppa, bug #657208

Bug: https://bugs.gentoo.org/657208
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
index cde27eba078..9fca1d6c106 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2018-07-10 Thread Markus Meier
commit: 8c76eb164f16e32149265c946c0041ddb26de654
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jul 10 19:36:28 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jul 10 19:47:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c76eb16

dev-perl/XML-Simple: arm stable, bug #657208

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
index 1de5afaf162..cde27eba078 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2018-07-01 Thread Mikle Kolyada
commit: 4ce690a3a878442b322954df260c670d90ae8f56
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul  1 13:35:39 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul  1 13:36:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce690a3

dev-perl/XML-Simple: s390 stable wrt bug #657208

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
index 654252f4445..1de5afaf162 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2018-06-09 Thread Aaron Bauman
commit: 1723e780573f60ee9bec20fe00704a0043300f36
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Jun  9 19:17:57 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Jun  9 19:49:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1723e780

dev-perl/XML-Simple: amd64 stable wrt bug #657208

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
index 9f283aae5d4..96f1bbfff98 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2018-06-07 Thread Sergei Trofimovich
commit: 5356067fe2f784bf5366b86d61c467e835c89615
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun  7 16:51:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun  7 22:06:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5356067f

dev-perl/XML-Simple: stable 2.250.0 for sparc

Bug: https://bugs.gentoo.org/657208
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
index 2b73da21786..9f283aae5d4 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2018-06-06 Thread Thomas Deutschmann
commit: b31db73d064aedcc2a7ec996b048cb5da2000d01
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun  6 23:15:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun  6 23:22:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31db73d

dev-perl/XML-Simple: x86 stable (bug #657208)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
index 0b70de500e7..2b73da21786 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2018-06-03 Thread Mart Raudsepp
commit: 00d6d2deef180a134640c77edf02ea7fb958e10e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun  3 07:20:59 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun  3 08:00:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d6d2de

dev-perl/XML-Simple-2.250.0: arm64 stable (bug #657208)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
index 44f22539e97..0b70de500e7 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/, dev-perl/XML-Simple/files/

2018-03-27 Thread Kent Fredric
commit: 176344a770952235f2229bbd28a8078cbb9c3393
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Mar 28 01:15:10 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Mar 28 01:16:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176344a7

dev-perl/XML-Simple: Bump to version 2.250.0

- Fix tests failing with XML::LibXML::SAX ( #625538 )
- Purge author tests

Upstream:
- Improve circular reference detection
- Don't initialise PREFERRED_PARSER to undef during load
- Disable entity expansion when using XML::Parser
- Call to XML::Parser constructor now in isolated method for subclass
  overriding

Bug: https://bugs.gentoo.org/625538
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/XML-Simple/Manifest   |  1 +
 dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild  | 27 +
 .../files/XML-Simple-2.25-saxtests.patch   | 45 ++
 3 files changed, 73 insertions(+)

diff --git a/dev-perl/XML-Simple/Manifest b/dev-perl/XML-Simple/Manifest
index 0f2dcc6279f..33fe2b614f4 100644
--- a/dev-perl/XML-Simple/Manifest
+++ b/dev-perl/XML-Simple/Manifest
@@ -1,2 +1,3 @@
 DIST XML-Simple-2.20.tar.gz 75993 BLAKE2B 
59edf0397247ff25f940c470263c87f7b49bae1806395b52a2399a3caca9d54485b9fb84c45065d4066315404722608bb176918a0f8e628108d903128d4d8294
 SHA512 
f953a0b9082c509c4616b92529da94a289b1e0300b18a5b88c08d0826bb4fd18e51f1e3854e6f870ef3cfb506366c0b47b9dd302433b63270a18b45f068d4658
 DIST XML-Simple-2.22.tar.gz 77937 BLAKE2B 
ccc9035584f468767e7408718e76821012173cefda53eb8b8cc7280ef11794c3443367ef1a2b1d84b98eeefc15394a7b231f856e3a2a412e094d20bb81a8
 SHA512 
b5e5d36726b8a0efcf7200522d802a7f733c883526db2dba64ce23bf7e044d20d9186fac3bb2f2940807a30f746301f690129c4c542341c8a57a735471b5f4d7
+DIST XML-Simple-2.25.tar.gz 78443 BLAKE2B 
6b990c0095fd573ce92db8ca4fbeaf259b33817992bbc0f465dcf1df1f77b56d5229b94a062a59178676500f7445ddf824a8e0d05b21df9ce1a5491d328eee48
 SHA512 
0f1a6a1bdb8f6ac6fa4deef33d09930eb4758b4a3ed4431624004ffa2b1eb02f0d6ce14cb4942162cb76f7aa39fea4ec6a71e1eb9ebd464b710db7024bdd990c

diff --git a/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
new file mode 100644
index 000..44f22539e97
--- /dev/null
+++ b/dev-perl/XML-Simple/XML-Simple-2.250.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=GRANTM
+DIST_VERSION=2.25
+inherit perl-module
+
+DESCRIPTION="An API for simple XML files"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Storable
+   >=dev-perl/XML-NamespaceSupport-1.40.0
+   >=dev-perl/XML-SAX-0.150.0
+   dev-perl/XML-SAX-Expat
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"
+PATCHES=("${FILESDIR}/${PN}-2.25-saxtests.patch")
+PERL_RM_FILES=("t/author-pod-syntax.t")

diff --git a/dev-perl/XML-Simple/files/XML-Simple-2.25-saxtests.patch 
b/dev-perl/XML-Simple/files/XML-Simple-2.25-saxtests.patch
new file mode 100644
index 000..58739b7e490
--- /dev/null
+++ b/dev-perl/XML-Simple/files/XML-Simple-2.25-saxtests.patch
@@ -0,0 +1,45 @@
+From 83774c87a0cc98379bc166fc0f6d028e68063a53 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Tue, 27 Mar 2018 20:11:48 +1300
+Subject: Force XML::SAX::PurePerl for XMLin/XMLout tests
+
+As for some reason, accidentally getting XML::LibXML::SAX
+results in this test failing with encoding problems.
+
+Bug: https://bugs.gentoo.org/625538
+---
+ t/1_XMLin.t  | 3 +++
+ t/2_XMLout.t | 2 ++
+ 2 files changed, 5 insertions(+)
+
+diff --git a/t/1_XMLin.t b/t/1_XMLin.t
+index 84935cd..bd5cf71 100644
+--- a/t/1_XMLin.t
 b/t/1_XMLin.t
+@@ -6,6 +6,9 @@ use IO::File;
+ use File::Spec;
+ 
+ use XML::Simple;
++use XML::SAX;
++
++$XML::SAX::ParserPackage = "XML::SAX::PurePerl";
+ 
+ # Initialise filenames and check they're there
+ 
+diff --git a/t/2_XMLout.t b/t/2_XMLout.t
+index 471d9ce..d0d8dcf 100644
+--- a/t/2_XMLout.t
 b/t/2_XMLout.t
+@@ -26,7 +26,9 @@ sub ReadFile {
+ }
+ 
+ use XML::Simple;
++use XML::SAX;
+ 
++$XML::SAX::ParserPackage = "XML::SAX::PurePerl";
+ # Confirm error when mandatory parameter missing
+ 
+ $_ = eval {
+-- 
+2.16.2
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2018-03-22 Thread Mart Raudsepp
commit: 6af2389b24172df7f5086432bfcba7295a9892dc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 22 08:02:47 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 22 08:06:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af2389b

dev-perl/XML-Simple-2.220.0: arm64 stable (bug #623194)

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm64"

 dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 876f4139170..87d49e9002d 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.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="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2018-03-21 Thread Matt Turner
commit: 30341136932e5f521b63399c5ecaa3b7769f3e02
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 21 06:52:38 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 21 06:52:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30341136

dev-perl/XML-Simple-2.220.0: hppa stable, bug 623194

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 23a7ba46e79..876f4139170 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2017-11-08 Thread Matt Turner
commit: b431da447c9cbf8332fc33808692f5279564987f
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov  9 00:48:58 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov  9 00:49:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b431da44

dev-perl/XML-Simple-2.220.0: added ~mips, bug 608236

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 46982696cd7..23a7ba46e79 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2017-07-12 Thread Markus Meier
commit: 1bd712a0758e979279c495304cfb638e1f0fdc8e
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul 13 01:54:53 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul 13 01:54:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd712a0

dev-perl/XML-Simple: arm stable, bug #623194

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 45cffcca437..c07b30b9b7d 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2017-07-10 Thread Fabian Groffen
commit: 5c2e7c83ea8d95f779c08036d5545dc74bcee2ee
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jul 10 19:22:45 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jul 10 19:22:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2e7c83

dev-perl/XML-Simple: add Prefix keywords, bug #608236

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 93c486c3f02..45cffcca437 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2017-07-04 Thread Agostino Sarubbo
commit: 74555acac6e49d6d182f7ad06430a86a15b8143d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:49:01 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:49:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74555aca

dev-perl/XML-Simple: x86 stable wrt bug #623194

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 242131b8737..4a8014be1e3 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2017-07-04 Thread Agostino Sarubbo
commit: 4461f250ca205162c17151a1ddc96d756259dc3f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 10:17:19 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 10:17:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4461f250

dev-perl/XML-Simple: amd64 stable wrt bug #623194

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 944153bbc6f..242131b8737 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2017-07-01 Thread Sergei Trofimovich
commit: 6185408bfecd38e28b39c7d7ffa9aedff8c370cd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  1 20:51:47 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  1 20:52:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6185408b

dev-perl/XML-Simple: ia64 stable, bug #623194

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 9f520ebdb70..944153bbc6f 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2017-04-16 Thread Jeroen Roovers
commit: b088606b4ebb0e8a75bd40729b4b323617589ef6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Apr 16 08:13:05 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Apr 16 08:13:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b088606b

dev-perl/XML-Simple: Mark ~hppa (bug #608236).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index b4e4c25246c..9f520ebdb70 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2017-02-27 Thread Markus Meier
commit: e5f76243a24b35c29f809172851cdf75bbbdfd35
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Feb 27 20:10:10 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Feb 27 20:10:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f76243

dev-perl/XML-Simple: add ~arm, bug #608236

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 223edc716c..9f49f8c9e7 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2017-02-23 Thread Markus Meier
commit: 85ccf19de228ad89a07042df3a38b0081f2c1561
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Feb 23 17:13:11 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Feb 23 17:13:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ccf19d

dev-perl/XML-Simple: add ~arm64, bug #608236

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index f1cae6a98e..223edc716c 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2017-02-04 Thread Jeroen Roovers
commit: 85ee1e46f2d69e35c65c8f33136cadd6ae36664c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Feb  4 12:31:45 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Feb  4 12:31:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ee1e46

dev-perl/XML-Simple: Restore KEYWORDS (bug #595562).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index bc6a395..55bd80a 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2017-01-29 Thread Fabian Groffen
commit: 0cd5a696cb691d13fca5ed08650ba89cd7ae3e09
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 16:53:59 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 16:58:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd5a696

dev-perl/XML-Simple: dropped ~x86-interix

Package-Manager: portage-2.3.3

 dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild
index 6a34712..6bf7028 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/perl-Storable



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2016-11-05 Thread Michael Palimaka
commit: 00cff0cc2720a548c7519ee13469509c7e798954
Author: Yuta Satoh  gmail  com>
AuthorDate: Fri Nov  4 19:54:33 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov  5 15:07:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00cff0cc

dev-perl/XML-Simple: add ~amd64-fbsd, ~x86-fbsd KEYWORDS

https://bugs.gentoo.org/show_bug.cgi?id=595562

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 179954e..bc6a395 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2016-10-04 Thread Tobias Klausmann
commit: 4c7bb30ab81615a577dd7bd589d06471978a970c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Oct  4 07:58:39 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Oct  4 07:58:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7bb30a

dev-perl/XML-Simple-2.220.0-r0: keyworded for ~alpha

Gentoo-Bug: 595562

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

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
index 20fc1d7..179954e 100644
--- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="An API for simple XML files"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Simple/

2016-09-29 Thread Andreas Hüttel
commit: d1a6ed17a90a39cac2ecd803003840ca709326fc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 29 18:53:00 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Sep 29 19:06:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a6ed17

dev-perl/XML-Simple: Version bump

Package-Manager: portage-2.3.0

 dev-perl/XML-Simple/Manifest  |  1 +
 dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/XML-Simple/Manifest b/dev-perl/XML-Simple/Manifest
index d590039..4d37728 100644
--- a/dev-perl/XML-Simple/Manifest
+++ b/dev-perl/XML-Simple/Manifest
@@ -1 +1,2 @@
 DIST XML-Simple-2.20.tar.gz 75993 SHA256 
5cff13d0802792da1eb45895ce1be461903d98ec97c9c953bc8406af7294434a SHA512 
f953a0b9082c509c4616b92529da94a289b1e0300b18a5b88c08d0826bb4fd18e51f1e3854e6f870ef3cfb506366c0b47b9dd302433b63270a18b45f068d4658
 WHIRLPOOL 
5c4473ed30a48a0f0d966ea0dc1c73e7d66411b1f16e0109e835d4a50dd5d37e007430bf1c550f5a7ddf921518f45899321af346341474125925b97d9d5a4c52
+DIST XML-Simple-2.22.tar.gz 77937 SHA256 
b9450ef22ea9644ae5d6ada086dc4300fa105be050a2030ebd4efd28c198eb49 SHA512 
b5e5d36726b8a0efcf7200522d802a7f733c883526db2dba64ce23bf7e044d20d9186fac3bb2f2940807a30f746301f690129c4c542341c8a57a735471b5f4d7
 WHIRLPOOL 
6c7afa1178d94177979f377782d63f6215acb1859bd985254ee12697e16c14f531e4a003267947b59b8fd41fef9bd44efccb3c1961865854da2b6f002bad8293

diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild 
b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
new file mode 100644
index ..20fc1d7
--- /dev/null
+++ b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=GRANTM
+DIST_VERSION=2.22
+inherit perl-module
+
+DESCRIPTION="An API for simple XML files"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Storable
+   >=dev-perl/XML-NamespaceSupport-1.40.0
+   >=dev-perl/XML-SAX-0.150.0
+   dev-perl/XML-SAX-Expat
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"