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

2023-08-30 Thread Sam James
commit: 8c928c8904a9f7293b5a2556475855b4f30c93f4
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed Aug 23 08:06:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 30 07:53:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c928c89

dev-perl/XML-SAX-Expat: shift phases to match execution order

Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/32419
Signed-off-by: Sam James  gentoo.org>

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild
index e3ea50cf60e7..75272853609d 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -25,16 +25,16 @@ BDEPEND="${RDEPEND}
)
 "
 
-src_test() {
-   perl_rm_files t/98podsyn.t t/99podcov.t
-   perl-module_src_test
-}
-
 src_compile() {
export SKIP_SAX_INSTALL=1
perl-module_src_compile
 }
 
+src_test() {
+   perl_rm_files t/98podsyn.t t/99podcov.t
+   perl-module_src_test
+}
+
 pkg_postinst() {
pkg_update_parser add XML::SAX::Expat
 }



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

2022-05-14 Thread WANG Xuerui
commit: 690edb2004e0a477c6d1acdbd00c40df1ba22a6e
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat May 14 06:52:43 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat May 14 06:52:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690edb20

dev-perl/XML-SAX-Writer: keyword 0.570.0-r1 for ~loong

Tests passed on real hardware.

Signed-off-by: WANG Xuerui  gentoo.org>

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

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0-r1.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0-r1.ebuild
index f7f01075f973..57be55d8eb0b 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0-r1.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 XML Writer"
 
 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"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=virtual/perl-Encode-2.120.0



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

2022-04-22 Thread Sam James
commit: 4541971d52f945b506ab022706cb04fd3a209ae6
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 22 17:47:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 22 17:51:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4541971d

dev-perl/XML-SAX-Expat: depend on newer XML-Sax

Needed to avoid "miscompilation" (essentially empty install), as newer XML-Sax
has the ROOT check fixed.

Closes: https://bugs.gentoo.org/840053
Signed-off-by: Sam James  gentoo.org>

 ...L-SAX-Expat-0.510.0-r2.ebuild => XML-SAX-Expat-0.510.0-r3.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r2.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild
similarity index 84%
rename from dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r2.ebuild
rename to dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild
index ed0c6210e4f9..2a2c86d12c50 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r2.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r3.ebuild
@@ -11,8 +11,11 @@ DESCRIPTION="SAX2 Driver for Expat"
 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"
 
+# >= on XML-Sax needed to avoid "miscompilation" (essentially empty install), 
as newer XML-Sax
+# has the ROOT check fixed. Didn't happen with XML-SAX-Expat, but best to be 
careful.
+# bug #840053
 RDEPEND="
-   >=dev-perl/XML-SAX-0.150.0-r1
+   >=dev-perl/XML-SAX-1.20.0-r1
>=dev-perl/XML-NamespaceSupport-1.90.0
dev-perl/XML-Parser
 "



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

2022-04-22 Thread Sam James
commit: 115bff19b509ec3474312a7c0da1f18d3307fb36
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 22 17:33:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 22 17:36:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115bff19

dev-perl/XML-SAX: fix ROOT check in pkg_postinst

Bug: https://bugs.gentoo.org/840053
Signed-off-by: Sam James  gentoo.org>

 dev-perl/XML-SAX/{XML-SAX-1.20.0.ebuild => XML-SAX-1.20.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.20.0-r1.ebuild
similarity index 94%
rename from dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
rename to dev-perl/XML-SAX/XML-SAX-1.20.0-r1.ebuild
index 1a9070f92e88..b03a479f01a2 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.20.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -33,7 +33,7 @@ pkg_update_parser() {
local action=$1
local parser_module=$2
 
-   if [[ "$ROOT" = "/" ]] ; then
+   if [[ -z "${ROOT}" ]] ; then
einfo "Update Parser: $1 $2"
perl -MXML::SAX -e 
"XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
|| ewarn "Update Parser: $1 $2 failed"



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

2022-04-22 Thread Sam James
commit: 2877f9c61d72d9bd3168b7b8994092a54a8e88cb
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 22 16:17:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 22 17:36:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2877f9c6

dev-perl/XML-SAX-Expat: fix ROOT check in pkg_postinst

Closes: https://bugs.gentoo.org/840053
Signed-off-by: Sam James  gentoo.org>

 ...ML-SAX-Expat-0.510.0-r1.ebuild => XML-SAX-Expat-0.510.0-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r1.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r2.ebuild
similarity index 94%
rename from dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r1.ebuild
rename to dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r2.ebuild
index 22648f93e9d0..ed0c6210e4f9 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r1.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -45,7 +45,7 @@ pkg_update_parser() {
local action=$1
local parser_module=$2
 
-   if [[ "$ROOT" = "/" ]] ; then
+   if [[ -z "${ROOT}" ]] ; then
einfo "Update Parser: $1 $2"
perl -MXML::SAX -e 
"XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
|| ewarn "Update Parser: $1 $2 failed"



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

2021-12-11 Thread Andreas K. Hüttel
commit: e68eec8a0683d5e1b53b56f811704a2eeed368cf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec 11 15:21:54 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Dec 11 15:52:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68eec8a

dev-perl/XML-SAX: Remove old

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

 dev-perl/XML-SAX/Manifest |  1 -
 dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-perl/XML-SAX/Manifest b/dev-perl/XML-SAX/Manifest
index 2fab83d6dae0..50f79d17566e 100644
--- a/dev-perl/XML-SAX/Manifest
+++ b/dev-perl/XML-SAX/Manifest
@@ -1,2 +1 @@
-DIST XML-SAX-1.00.tar.gz 46808 BLAKE2B 
c81b42050c98d749f5c8e133733c6acc2576dd31d156c98370030c387baccfcbfafcce644152edab114062039ca1075ced38f079ab9c4876470a79549dc8caa1
 SHA512 
95553c9693d8a310747b4b86d4e80a58d4056b18cfc334f6979c98d0e9034a34253bfb17daecfc5bb28b1bd65e6baf52136f5135a969fadba86aa4148ea9bc1d
 DIST XML-SAX-1.02.tar.gz 47318 BLAKE2B 
4f22eafa92fa5a7bce04c1a26e2977b56ef35eb02eca4679330e92aae172f55f93b9b258369c4255813366f989399b647c17072e1fce05e3b688270ed52895cc
 SHA512 
bb30ddbbcf27803825d2f0936257e102999a197cb14bd77fa8b7a469f3a24fb7d861ef4eb03230e5581e4ed88beb8676cbb907b2cb63e9ef1a64b2c211ebdc5a

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
deleted file mode 100644
index bee190f6056d..
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=GRANTM
-DIST_VERSION=1.00
-inherit perl-module
-
-DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-   >=dev-perl/XML-SAX-Base-1.50.0
-   >=dev-perl/XML-NamespaceSupport-1.40.0
-   >=dev-libs/libxml2-2.4.1
-   virtual/perl-File-Temp
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"
-PATCHES=("${FILESDIR}/${PN}-1.00-noautoini.patch")
-
-pkg_postinst() {
-   pkg_update_parser add XML::SAX::PurePerl
-}
-
-pkg_update_parser() {
-   # pkg_update_parser [add|remove] $parser_module
-   local action=$1
-   local parser_module=$2
-
-   if [[ "$ROOT" = "/" ]] ; then
-   einfo "Update Parser: $1 $2"
-   perl -MXML::SAX -e 
"XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
-   || ewarn "Update Parser: $1 $2 failed"
-   else
-   elog "To $1 $2 run:"
-   elog "perl -MXML::SAX -e 
'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'"
-   fi
-}



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

2021-12-09 Thread Sam James
commit: b7165122d868a78e9237e9849979dec06daa6bc9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec  9 16:34:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec  9 21:58:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7165122

dev-perl/XML-SAX: stable 1.20.0 for hppa, bug #828242

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
index b27016468038..1a9070f92e88 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~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 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-perl/XML-SAX-Base-1.50.0



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

2021-12-05 Thread Sam James
commit: fd7a8d6f4d5c31349189a488f48e635c93a6600f
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec  6 00:12:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec  6 00:12:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7a8d6f

dev-perl/XML-SAX: Stabilize 1.20.0 arm64, #828242

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
index 6c748fe2a0ff..b27016468038 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~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 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-perl/XML-SAX-Base-1.50.0



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

2021-12-05 Thread Arthur Zamarin
commit: 7ed905ca03fc824b228c623cb3b97337fb9460d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec  5 20:11:46 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec  5 20:12:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed905ca

dev-perl/XML-SAX: Stabilize 1.20.0 sparc, #828242

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
index 515df2136674..6c748fe2a0ff 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~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 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-perl/XML-SAX-Base-1.50.0



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

2021-12-05 Thread Sam James
commit: 3cb3c2d65755d782412a3949f05bcd6b1235f0ab
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 18:32:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 18:32:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb3c2d6

dev-perl/XML-SAX: Stabilize 1.20.0 arm, #828242

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
index ed5e44bcf207..515df2136674 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~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 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-perl/XML-SAX-Base-1.50.0



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

2021-12-04 Thread Sam James
commit: 8afe4bf8bdfb6e57617970e785c3e4cb472fbe11
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 05:17:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 05:17:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afe4bf8

dev-perl/XML-SAX: Stabilize 1.20.0 ppc, #828242

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
index d0c9255af375..ed5e44bcf207 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~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 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-perl/XML-SAX-Base-1.50.0



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

2021-12-04 Thread Sam James
commit: 80de68a33c269647f6edfc1fa4117e8b6ac853cb
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 05:09:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 05:09:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80de68a3

dev-perl/XML-SAX: Stabilize 1.20.0 ppc64, #828242

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
index ff16e059c878..d0c9255af375 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~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 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-perl/XML-SAX-Base-1.50.0



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

2021-12-04 Thread Sam James
commit: ae76ad17e97860fc78153ae8ea372a152cf3cf55
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:49:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:49:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae76ad17

dev-perl/XML-SAX: Stabilize 1.20.0 x86, #828242

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
index 6d4c3ca2c8c1..ff16e059c878 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~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 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-perl/XML-SAX-Base-1.50.0



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

2021-12-04 Thread Sam James
commit: 30210d5f7f282b49d6d9541f04445dac6bc88671
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 03:29:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 03:29:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30210d5f

dev-perl/XML-SAX: Stabilize 1.20.0 amd64, #828242

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
index ce49b20ac1f1..6d4c3ca2c8c1 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~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 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-perl/XML-SAX-Base-1.50.0



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

2021-10-06 Thread Andreas K. Hüttel
commit: 1f9ffe061c173069d7269f920c3910d0f0ddfc1e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Oct  6 16:44:27 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Oct  6 16:47:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9ffe06

dev-perl/XML-SAX-Expat: EAPI=8 bump

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

 ...10.0.ebuild => XML-SAX-Expat-0.510.0-r1.ebuild} | 24 ++
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r1.ebuild
similarity index 81%
rename from dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
rename to dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r1.ebuild
index e279e51d0d3..22648f93e9d 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0-r1.ebuild
@@ -1,28 +1,26 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=BJOERN
-MODULE_VERSION=0.51
+DIST_AUTHOR=BJOERN
+DIST_VERSION=0.51
 inherit perl-module
 
 DESCRIPTION="SAX2 Driver for Expat"
-LICENSE="|| ( Artistic GPL-2 )"
 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=">=dev-perl/XML-SAX-0.15-r1
-   >=dev-perl/XML-NamespaceSupport-1.09
-   dev-perl/XML-Parser"
-DEPEND="${RDEPEND}
+RDEPEND="
+   >=dev-perl/XML-SAX-0.150.0-r1
+   >=dev-perl/XML-NamespaceSupport-1.90.0
+   dev-perl/XML-Parser
+"
+BDEPEND="${RDEPEND}
test? (
virtual/perl-Test-Simple
-   )"
-
-SRC_TEST=do
+   )
+"
 
 src_test() {
perl_rm_files t/98podsyn.t t/99podcov.t



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

2021-10-06 Thread Andreas K. Hüttel
commit: 7b9fdc32696f538360b081a4b0568d104c687455
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Oct  6 16:45:49 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Oct  6 16:47:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9fdc32

dev-perl/XML-SAX-ExpatXS: EAPI=8 bump

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

 ...1.330.0.ebuild => XML-SAX-ExpatXS-1.330.0-r1.ebuild} | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild 
b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0-r1.ebuild
similarity index 59%
rename from dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild
rename to dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0-r1.ebuild
index a9ed0a4074e..7b5af9d499f 100644
--- a/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild
+++ b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=PCIMPRICH
 DIST_VERSION=1.33
@@ -10,12 +10,13 @@ inherit perl-module
 DESCRIPTION="Perl SAX 2 XS extension to Expat parser"
 SLOT="0"
 KEYWORDS="~amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND="dev-libs/expat
-   >=dev-perl/XML-SAX-0.960.0"
-DEPEND="${RDEPEND}
+RDEPEND="
+   dev-libs/expat
+   >=dev-perl/XML-SAX-0.960.0
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test
-   virtual/perl-Test-Harness )"
+   virtual/perl-Test-Harness )
+"



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

2021-10-06 Thread Andreas K. Hüttel
commit: 7b1cbc68a87a5a01da69695510078a130a08c471
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Oct  6 16:42:28 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Oct  6 16:47:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1cbc68

dev-perl/XML-SAX-Base: EAPI=8 bump

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

 .../{XML-SAX-Base-1.90.0.ebuild => XML-SAX-Base-1.90.0-r1.ebuild}   | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0-r1.ebuild
similarity index 89%
rename from dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
rename to dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0-r1.ebuild
index 712950cd472..b0b472cad34 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.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=1.09
@@ -11,13 +11,11 @@ DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~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-Test-Simple-0.880.0 )
 "



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

2021-10-06 Thread Andreas K. Hüttel
commit: 515a4bbe55851b95a7453029491e2e1db6fa4124
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Oct  6 16:46:57 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Oct  6 16:47:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515a4bbe

dev-perl/XML-SAX-Writer: EAPI=8 bump

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

 ...AX-Writer-0.570.0.ebuild => XML-SAX-Writer-0.570.0-r1.ebuild} | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0-r1.ebuild
similarity index 88%
rename from dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
rename to dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0-r1.ebuild
index a6798b1c4f7..f7f01075f97 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.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=PERIGRIN
 DIST_VERSION=0.57
@@ -11,16 +11,15 @@ DESCRIPTION="SAX2 XML Writer"
 
 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-Encode-2.120.0
>=dev-perl/XML-Filter-BufferText-1.0.0
>=dev-perl/XML-SAX-Base-1.10.0
>=dev-perl/XML-NamespaceSupport-1.40.0
-   >=dev-libs/libxml2-2.4.1"
-DEPEND="${RDEPEND}
+   >=dev-libs/libxml2-2.4.1
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec



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

2021-10-06 Thread Andreas K. Hüttel
commit: bf9990e40ef89ba2e3e97ce1c286ce5b1ce872ff
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Oct  6 16:41:20 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Oct  6 16:47:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9990e4

dev-perl/XML-SAX: Version bump 1.02

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

 dev-perl/XML-SAX/Manifest  |  1 +
 dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-perl/XML-SAX/Manifest b/dev-perl/XML-SAX/Manifest
index 770e9ba15c4..2fab83d6dae 100644
--- a/dev-perl/XML-SAX/Manifest
+++ b/dev-perl/XML-SAX/Manifest
@@ -1 +1,2 @@
 DIST XML-SAX-1.00.tar.gz 46808 BLAKE2B 
c81b42050c98d749f5c8e133733c6acc2576dd31d156c98370030c387baccfcbfafcce644152edab114062039ca1075ced38f079ab9c4876470a79549dc8caa1
 SHA512 
95553c9693d8a310747b4b86d4e80a58d4056b18cfc334f6979c98d0e9034a34253bfb17daecfc5bb28b1bd65e6baf52136f5135a969fadba86aa4148ea9bc1d
+DIST XML-SAX-1.02.tar.gz 47318 BLAKE2B 
4f22eafa92fa5a7bce04c1a26e2977b56ef35eb02eca4679330e92aae172f55f93b9b258369c4255813366f989399b647c17072e1fce05e3b688270ed52895cc
 SHA512 
bb30ddbbcf27803825d2f0936257e102999a197cb14bd77fa8b7a469f3a24fb7d861ef4eb03230e5581e4ed88beb8676cbb907b2cb63e9ef1a64b2c211ebdc5a

diff --git a/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
new file mode 100644
index 000..ce49b20ac1f
--- /dev/null
+++ b/dev-perl/XML-SAX/XML-SAX-1.20.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=GRANTM
+DIST_VERSION=1.02
+inherit perl-module
+
+DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   >=dev-perl/XML-SAX-Base-1.50.0
+   >=dev-perl/XML-NamespaceSupport-0.30.0
+   >=dev-libs/libxml2-2.4.1
+   virtual/perl-File-Temp
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+
+PATCHES=("${FILESDIR}/${PN}-1.00-noautoini.patch")
+
+pkg_postinst() {
+   pkg_update_parser add XML::SAX::PurePerl
+}
+
+pkg_update_parser() {
+   # pkg_update_parser [add|remove] $parser_module
+   local action=$1
+   local parser_module=$2
+
+   if [[ "$ROOT" = "/" ]] ; then
+   einfo "Update Parser: $1 $2"
+   perl -MXML::SAX -e 
"XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
+   || ewarn "Update Parser: $1 $2 failed"
+   else
+   elog "To $1 $2 run:"
+   elog "perl -MXML::SAX -e 
'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'"
+   fi
+}



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

2021-09-17 Thread Yixun Lan
commit: 560ab6208976d2f86d6d183c4bf7daf979c0c70d
Author: Alex Fan  yahoo  com>
AuthorDate: Thu Sep 16 11:30:15 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Sep 17 07:50:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560ab620

dev-perl/XML-SAX-Expat: keyword 0.510.0 for ~riscv

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

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index 86212b80ea2..e279e51d0d3 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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-SAX-Writer/

2021-07-19 Thread Yixun Lan
commit: 321ae84f35841e99c5cacc43e86dc0065525ec99
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jul 17 02:49:18 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jul 19 14:23:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321ae84f

dev-perl/XML-SAX-Writer: keyword ~riscv

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
index 036fa50bead..a6798b1c4f7 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 XML Writer"
 
 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-SAX/, dev-perl/XML-SAX/files/

2021-04-18 Thread Andreas Sturmlechner
commit: bb9053be0dcc59b1e32ebaba8b8803a843cbff7f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 18 09:05:43 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 18 18:35:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9053be

dev-perl/XML-SAX: Drop 0.990.0-r1, EAPI5--

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-perl/XML-SAX/Manifest  |  1 -
 dev-perl/XML-SAX/XML-SAX-0.990.0-r1.ebuild | 49 --
 dev-perl/XML-SAX/files/encodings.patch | 11 ---
 3 files changed, 61 deletions(-)

diff --git a/dev-perl/XML-SAX/Manifest b/dev-perl/XML-SAX/Manifest
index 4581e9fdbce..770e9ba15c4 100644
--- a/dev-perl/XML-SAX/Manifest
+++ b/dev-perl/XML-SAX/Manifest
@@ -1,2 +1 @@
-DIST XML-SAX-0.99.tar.gz 46703 BLAKE2B 
e31da35dceab72c9b2c1efc35e49e00c4693ed10991f59e4f5b228b4c4ddff912744c2a9bd867afe37bfd8f3c105a9c3674f0b6221f519fc00e64e246eb8671e
 SHA512 
f0c55efee4e3010deb474377394f9635bd8adc50108b562aeef54a2eef312cf87fb240d0495b5a5bd0c4cd5251db1bc74ba6cb549614708b1627f330959735e1
 DIST XML-SAX-1.00.tar.gz 46808 BLAKE2B 
c81b42050c98d749f5c8e133733c6acc2576dd31d156c98370030c387baccfcbfafcce644152edab114062039ca1075ced38f079ab9c4876470a79549dc8caa1
 SHA512 
95553c9693d8a310747b4b86d4e80a58d4056b18cfc334f6979c98d0e9034a34253bfb17daecfc5bb28b1bd65e6baf52136f5135a969fadba86aa4148ea9bc1d

diff --git a/dev-perl/XML-SAX/XML-SAX-0.990.0-r1.ebuild 
b/dev-perl/XML-SAX/XML-SAX-0.990.0-r1.ebuild
deleted file mode 100644
index 33780d6ff27..000
--- a/dev-perl/XML-SAX/XML-SAX-0.990.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GRANTM
-MODULE_VERSION=0.99
-inherit perl-module epatch
-
-DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-RDEPEND="
-   dev-perl/XML-SAX-Base
-   >=dev-perl/XML-NamespaceSupport-1.40.0
-   >=dev-libs/libxml2-2.4.1
-"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-src_prepare() {
-   sed -i \
-   -e 's/if (\$write_ini_ok)/if (0 \&\& $write_ini_ok)/' \
-   Makefile.PL || die
-   epatch "${FILESDIR}"/encodings.patch
-}
-
-pkg_postinst() {
-   pkg_update_parser add XML::SAX::PurePerl
-}
-
-pkg_update_parser() {
-   # pkg_update_parser [add|remove] $parser_module
-   local action=$1
-   local parser_module=$2
-
-   if [[ "$ROOT" = "/" ]] ; then
-   einfo "Update Parser: $1 $2"
-   perl -MXML::SAX -e 
"XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
-   || ewarn "Update Parser: $1 $2 failed"
-   else
-   elog "To $1 $2 run:"
-   elog "perl -MXML::SAX -e 
'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'"
-   fi
-}

diff --git a/dev-perl/XML-SAX/files/encodings.patch 
b/dev-perl/XML-SAX/files/encodings.patch
deleted file mode 100644
index 0608024d0be..000
--- a/dev-perl/XML-SAX/files/encodings.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 SAX/PurePerl/EncodingDetect.pm.orig2006-05-08 12:08:40.0 
-0400
-+++ SAX/PurePerl/EncodingDetect.pm 2006-05-08 12:14:23.0 -0400
-@@ -93,7 +93,7 @@ sub encoding_detect {
- return;
- }
- 
--warn("Unable to recognise encoding of this document");
-+#warn("Unable to recognise encoding of this document");
- return;
- }
- 



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

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

dev-perl/XML-SAX-Writer: 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-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
index 131a0694f96..f2678a579a4 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 XML Writer"
 
 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-SAX-Expat/

2020-12-27 Thread Fabian Groffen
commit: b816a647aa7df180405676a2389d2eb32de6fcee
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 27 16:18:09 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 27 16:19:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b816a647

dev-perl/XML-SAX-Expat: 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-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index f5f12510e29..4cd2512ddcc 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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-SAX/

2020-12-27 Thread Fabian Groffen
commit: 8efec67e51dbb9730420f436ed9f1e412056154d
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 27 16:17:26 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 27 16:19:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efec67e

dev-perl/XML-SAX: 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-SAX/XML-SAX-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index abb4f6ccf20..c1a22c1a356 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 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 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2020-12-27 Thread Fabian Groffen
commit: 43b1802fe381d921ce70d4db8e91c1ee1fdb772b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 27 16:17:47 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 27 16:19:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b1802f

dev-perl/XML-SAX-Base: 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-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index 382c2315e53..8e29171c05f 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 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 ~m68k ~mips ppc ppc64 ~riscv 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-SAX-Writer/

2020-04-15 Thread Kent Fredric
commit: 032bfb2f693c420396c2f15ab131c7d4b3fc4a5f
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Apr 15 16:56:53 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Apr 15 17:04:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032bfb2f

dev-perl/XML-SAX-Writer: Remove old 0.560.0

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

 dev-perl/XML-SAX-Writer/Manifest   |  1 -
 .../XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild   | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-perl/XML-SAX-Writer/Manifest b/dev-perl/XML-SAX-Writer/Manifest
index 0295fe48db1..feae26a4cda 100644
--- a/dev-perl/XML-SAX-Writer/Manifest
+++ b/dev-perl/XML-SAX-Writer/Manifest
@@ -1,2 +1 @@
-DIST XML-SAX-Writer-0.56.tar.gz 21484 BLAKE2B 
acb6ae3c5d4fbeb471af9d39df02452810b7925c36913b9960a36e9416e38fa7b686594f2eab7df62ca2583f18265bfe1eb61e48dc5a37383e7ce4e9a3459276
 SHA512 
af792d43394133adef608a80fcbaa0e24098e9b0408daac91aefb43735d20a27fcb003c90c95d1e472d2b951b64d5ce81ca9e1da956973eed1856f8b111cc866
 DIST XML-SAX-Writer-0.57.tar.gz 22120 BLAKE2B 
08126b613fe0727356f341bfc7189eca04bac5e987c2ecb47950dcfb56d1981fc5f98520a3241a6be3da2de9f86647f91bda6497fbda9e370323ef0c7a9ef71f
 SHA512 
8a6e8befdd91278b6e1dbce8ef62a630675f43e2debfb5833809fc46707d449c779d792e7aff44089f0509f9c3f8f10d576570ab0b8255f9f793802be92ad94f

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
deleted file mode 100644
index d7e8f2ea2a0..000
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=PERIGRIN
-MODULE_VERSION=0.56
-inherit perl-module
-
-DESCRIPTION="SAX2 Writer"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="dev-perl/XML-Filter-BufferText
-   dev-perl/XML-SAX
-   >=dev-perl/XML-NamespaceSupport-1.04
-   >=dev-libs/libxml2-2.4.1"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"



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

2019-05-05 Thread Mikle Kolyada
commit: b4183960121f345c70f9080650a4291e62f8f694
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:28:11 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:28:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4183960

dev-perl/XML-SAX: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index 5dfdffcdcc1..9712aa67a50 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh 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=""
 
 RDEPEND="



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

2019-05-05 Thread Mikle Kolyada
commit: bc57d97c6265f96d5cd5110496a7a44822af0d8a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 19:28:38 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 19:28:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc57d97c

dev-perl/XML-SAX-Base: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index 539f17b0454..08066ff0cee 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh 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-SAX/

2018-12-27 Thread Mikle Kolyada
commit: 4c455d79f3bb550f8f679f79115ce2dcd3dbfecc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Dec 28 07:04:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Dec 28 07:04:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c455d79

dev-perl/XML-SAX: s390 stable wrt bug #671730

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index b75766f5bd6..5dfdffcdcc1 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 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=""
 
 RDEPEND="



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

2018-12-08 Thread Mikle Kolyada
commit: e336dbe1c2655bea5ede8484829074dfb15c949b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec  8 12:33:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec  8 12:34:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e336dbe1

dev-perl/XML-SAX-Writer: s390 stable wrt bug #667266

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
index 0429ff159cd..1680480224f 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 XML Writer"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 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"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh 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-SAX-Writer/

2018-12-01 Thread Sergei Trofimovich
commit: 47f405540ab190f2b6fdd9c8a2f9087f986f5151
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Dec  1 15:09:09 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec  1 15:09:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f40554

dev-perl/XML-SAX-Writer: stable 0.570.0 for hppa, bug #667266

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
index ef0663e0085..0429ff159cd 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 XML Writer"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 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"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 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-SAX/

2018-11-24 Thread Sergei Trofimovich
commit: 0b187e2988b2bedd4816f34e10ad545aee337ae7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 24 10:37:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 24 10:38:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b187e29

dev-perl/XML-SAX: stable 1.0.0 for hppa, bug #671730

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index ef4fb58dc3b..b75766f5bd6 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
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"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
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=""
 
 RDEPEND="



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

2018-10-27 Thread Fabian Groffen
commit: 9d731faa52e676333ad863c8296e7cfc95915d23
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Oct 27 19:37:48 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Oct 27 19:50:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d731faa

dev-perl/XML-SAX-Writer: 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-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
index fec0b3fa26f..ef0663e0085 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.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="SAX2 XML Writer"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 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-SAX-Base/

2018-10-27 Thread Fabian Groffen
commit: 1294d2302c789ae11a6a93a254694db3ba6cca0a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Oct 27 15:30:06 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Oct 27 15:39:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1294d230

dev-perl/XML-SAX-Base: 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-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index b3e1d522b81..539f17b0454 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.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="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 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-SAX/

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

dev-perl/XML-SAX: 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-SAX/XML-SAX-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index 9972d70a85d..ef4fb58dc3b 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.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 eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
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=""
 
 RDEPEND="



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

2018-10-27 Thread Fabian Groffen
commit: 58f42d8dc3285e80184e8ef840bed2a6bc3e90e6
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Oct 27 15:38:40 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Oct 27 15:39:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f42d8d

dev-perl/XML-SAX-Expat: 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-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index 99f62c635ca..19f44dd8013 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.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=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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=">=dev-perl/XML-SAX-0.15-r1



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

2018-09-26 Thread Markus Meier
commit: 7de066b5c818dc41a372fca20ab4f6a0a0abf8c3
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Sep 26 19:05:16 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Sep 26 19:05:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de066b5

dev-perl/XML-SAX-Writer: arm stable, bug #663944

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

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
index e8a35815560..fec0b3fa26f 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 XML Writer"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2018-09-26 Thread Markus Meier
commit: 82c8f2e3787cdf833883fc3b02f7eb5cf059f6ea
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Sep 26 19:05:11 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Sep 26 19:05:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c8f2e3

dev-perl/XML-SAX: arm stable, bug #663944

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

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index c1c0afd1de5..9972d70a85d 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2018-08-23 Thread Mikle Kolyada
commit: 9cbf865e2676ac08c15753ac6d16580020e11672
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Aug 24 03:30:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Aug 24 03:30:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cbf865e

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

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
index 029cdf09d52..e8a35815560 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 XML Writer"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2018-08-23 Thread Mikle Kolyada
commit: d9d52318ac518cb8a6b51e33dbbabfd0724cf1e5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Aug 24 03:29:56 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Aug 24 03:29:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d52318

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

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index 659f82f6d9f..1c49c99960b 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2018-08-22 Thread Mart Raudsepp
commit: 1cf9dd40be1ecfe836d80960e9a7dce4cb0a67d4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Aug 22 21:37:56 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Aug 22 21:37:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf9dd40

dev-perl/XML-SAX-1.0.0: arm64 stable (bug #663944)

Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index be3fbdda75c..659f82f6d9f 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2018-08-20 Thread Sergei Trofimovich
commit: 3f1582fb78fb189e6085fb1f41ad2a285188fd6f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 21 00:04:12 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 21 00:04:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1582fb

dev-perl/XML-SAX: stable 1.0.0 for ia64, bug #663944

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

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index 16f9ed8133f..be3fbdda75c 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2018-08-20 Thread Sergei Trofimovich
commit: 53c915fb670f66ea3f4891541a02833a75b4aed6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 21 00:04:19 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 21 00:04:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c915fb

dev-perl/XML-SAX-Writer: stable 0.570.0 for ia64, bug #663944

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

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
index 6fe062a5f14..029cdf09d52 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 XML Writer"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2018-08-19 Thread Matt Turner
commit: 7e9080cb0d9688adfdf4d95f214dbc2ea0eb1a5f
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 20 04:12:56 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 20 04:12:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9080cb

dev-perl/XML-SAX-Writer-0.570.0: alpha stable, bug 663944

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
index 668dfadc6a3..6fe062a5f14 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 XML Writer"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2018-08-19 Thread Matt Turner
commit: 02c1f0ffddc8c03d86daafa580a851cd96bbad03
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug 20 04:12:55 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug 20 04:12:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c1f0ff

dev-perl/XML-SAX-1.0.0: alpha stable, bug 663944

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index ccedd3f84bd..16f9ed8133f 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2018-08-19 Thread Matt Turner
commit: 9edb28b81fd4ab2f18688e169d815c4d0c65d47d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Aug 19 18:45:27 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 19 18:45:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edb28b8

dev-perl/XML-SAX-1.0.0: ppc stable, bug 663944

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index ac7d19b484b..ccedd3f84bd 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2018-08-19 Thread Matt Turner
commit: 9fe21a5de29bea6c955dc692f7f4f9098d5ad478
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Aug 19 18:45:28 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 19 18:45:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe21a5d

dev-perl/XML-SAX-Writer-0.570.0: ppc stable, bug 663944

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
index eb3c9291dd5..668dfadc6a3 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 XML Writer"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2018-08-19 Thread Matt Turner
commit: d57197a53146248967c4976aa9aacaa85b5bb198
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Aug 19 18:39:00 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 19 18:39:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57197a5

dev-perl/XML-SAX-1.0.0: ppc64 stable, bug 663944

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index 51efa1a5b16..ac7d19b484b 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2018-08-19 Thread Matt Turner
commit: def9c9922872caadd1f45e22c28e1565cad8f500
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Aug 19 18:39:01 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 19 18:39:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def9c992

dev-perl/XML-SAX-Writer-0.570.0: ppc64 stable, bug 663944

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
index 7f55616c956..eb3c9291dd5 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 XML Writer"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2018-08-18 Thread Thomas Deutschmann
commit: de52381db38949cf1cbe29f0b8172fadaf5b52a1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 18 22:07:15 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 18 22:14:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de52381d

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

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
index 9183b2f71f5..5ae7ee82547 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 XML Writer"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2018-08-18 Thread Thomas Deutschmann
commit: a4929fb63ced7080b09761ca399bc6451fe7b1a4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 18 22:06:27 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 18 22:14:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4929fb6

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

Package-Manager: Portage-2.3.46, Repoman-2.3.10

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

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
index a6ecf069013..88de6c74a9d 100644
--- a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2018-07-22 Thread Mikle Kolyada
commit: 9be81fe5d3684dd08971395c231c98635ef873ee
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 21:26:29 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 21:26:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be81fe5

dev-perl/XML-SAX-Writer: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
index d1ad2d3e952..7d65b35c7d8 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Writer"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="dev-perl/XML-Filter-BufferText



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

2018-07-01 Thread Mikle Kolyada
commit: 1c7e826d71676a8796fd49dc4e6797430f07fd03
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul  1 13:37:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul  1 13:37:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7e826d

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

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index 39e3f9cc5f5..99f62c635ca 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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=">=dev-perl/XML-SAX-0.15-r1



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

2018-06-22 Thread Mikle Kolyada
commit: de43dc6864e66018d681aee9a7be23023450f5da
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jun 22 10:47:02 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jun 22 10:47:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de43dc68

dev-perl/XML-SAX-Base: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index fe67014cdb9..2b50375f07b 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-04-01 Thread Kent Fredric
commit: fe8864fc022a4475c0cc37286331b2c9234b2103
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Apr  1 19:32:36 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Apr  1 19:32:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8864fc

dev-perl/XML-SAX-Base: Cleanup old re bug #614532

Closes: https://bugs.gentoo.org/614532
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/XML-SAX-Base/Manifest  |  1 -
 dev-perl/XML-SAX-Base/XML-SAX-Base-1.80.0-r1.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-perl/XML-SAX-Base/Manifest b/dev-perl/XML-SAX-Base/Manifest
index 5cb5b2bfaa7..87edafcee2e 100644
--- a/dev-perl/XML-SAX-Base/Manifest
+++ b/dev-perl/XML-SAX-Base/Manifest
@@ -1,2 +1 @@
-DIST XML-SAX-Base-1.08.tar.gz 28197 BLAKE2B 
af6b718525396654ab6e8bb5d5849d2a6bc2de836a484ef5677161a2d333c5020c013b776333f46fb99963c21168b8ebb606da552ff9d61265c2ea4427edcb64
 SHA512 
2149a4772b10d31b6d0f4f0cf8d07145cdb103de518d3055f09ed921748a5b6c8269c9d7c017e865b8c251a3e930cf752eb33780d5291b4287c003af3b6ff47f
 DIST XML-SAX-Base-1.09.tar.gz 28215 BLAKE2B 
a723958c23cbc81fde872bc29d9ccdc021952331460161f873360d94743af6ad68ed1eb061ebceb1100a26e1a47cb2884688820a735f15439de81fbf22fb6910
 SHA512 
72a34fd2b0375222cad3a42a0e2d92f793d7a2ac27d831a8a8d3322fdc75ba246ca53c33cdc0fbade81f3a96ad977ebf5d4cddc6d75d76be79b2e655f316d532

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.80.0-r1.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.80.0-r1.ebuild
deleted file mode 100644
index dc6f230e17a..000
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.80.0-r1.ebuild
+++ /dev/null
@@ -1,19 +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=1.08
-inherit perl-module eutils
-
-DESCRIPTION="Base class SAX Drivers and Filters"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-   !

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

2018-03-28 Thread Kent Fredric
commit: b2b8a71d993b780a91c838896c8ab59c9c2c46ea
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Mar 28 07:25:35 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Mar 28 07:25:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b8a71d

dev-perl/XML-SAX-Writer: Bump to version 0.570.0

- EAPI6
- Fix DESCRIPTION
- Enable parallel tests

Upstream:
- Use double quotes in XML declarations
- Defensively guard against perl's automatic charset conversion in
  output.
- Properly escape whitespace in attribute values
- use warnings

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/XML-SAX-Writer/Manifest   |  1 +
 .../XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/XML-SAX-Writer/Manifest b/dev-perl/XML-SAX-Writer/Manifest
index 2c560c3b66f..0295fe48db1 100644
--- a/dev-perl/XML-SAX-Writer/Manifest
+++ b/dev-perl/XML-SAX-Writer/Manifest
@@ -1 +1,2 @@
 DIST XML-SAX-Writer-0.56.tar.gz 21484 BLAKE2B 
acb6ae3c5d4fbeb471af9d39df02452810b7925c36913b9960a36e9416e38fa7b686594f2eab7df62ca2583f18265bfe1eb61e48dc5a37383e7ce4e9a3459276
 SHA512 
af792d43394133adef608a80fcbaa0e24098e9b0408daac91aefb43735d20a27fcb003c90c95d1e472d2b951b64d5ce81ca9e1da956973eed1856f8b111cc866
+DIST XML-SAX-Writer-0.57.tar.gz 22120 BLAKE2B 
08126b613fe0727356f341bfc7189eca04bac5e987c2ecb47950dcfb56d1981fc5f98520a3241a6be3da2de9f86647f91bda6497fbda9e370323ef0c7a9ef71f
 SHA512 
8a6e8befdd91278b6e1dbce8ef62a630675f43e2debfb5833809fc46707d449c779d792e7aff44089f0509f9c3f8f10d576570ab0b8255f9f793802be92ad94f

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
new file mode 100644
index 000..9183b2f71f5
--- /dev/null
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.570.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PERIGRIN
+DIST_VERSION=0.57
+inherit perl-module
+
+DESCRIPTION="SAX2 XML Writer"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+   >=virtual/perl-Encode-2.120.0
+   >=dev-perl/XML-Filter-BufferText-1.0.0
+   >=dev-perl/XML-SAX-Base-1.10.0
+   >=dev-perl/XML-NamespaceSupport-1.40.0
+   >=dev-libs/libxml2-2.4.1"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   >=virtual/perl-Test-Simple-0.400.0
+   )
+"



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

2018-03-28 Thread Kent Fredric
commit: dbd810acd7ca84e9359926edc54adf8172e89f12
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Mar 28 07:06:55 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Mar 28 07:07:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd810ac

dev-perl/XML-SAX: Bump to version 1.0.0

- EAPI6
- Enable parallel tests
- Rework auto-ini-generation removal logic as a patch
- Cease using encodings.patch which now appears of little value ( was
included as part of #127735 but the fix that fixed that issue is
long upstreamed and tests indicate it no longer relevant )

Upstream:
- Build order fixes for vanilla installs

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

 dev-perl/XML-SAX/Manifest  |  1 +
 dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild  | 44 +++
 .../XML-SAX/files/XML-SAX-1.00-noautoini.patch | 63 ++
 3 files changed, 108 insertions(+)

diff --git a/dev-perl/XML-SAX/Manifest b/dev-perl/XML-SAX/Manifest
index da7506dc31c..4581e9fdbce 100644
--- a/dev-perl/XML-SAX/Manifest
+++ b/dev-perl/XML-SAX/Manifest
@@ -1 +1,2 @@
 DIST XML-SAX-0.99.tar.gz 46703 BLAKE2B 
e31da35dceab72c9b2c1efc35e49e00c4693ed10991f59e4f5b228b4c4ddff912744c2a9bd867afe37bfd8f3c105a9c3674f0b6221f519fc00e64e246eb8671e
 SHA512 
f0c55efee4e3010deb474377394f9635bd8adc50108b562aeef54a2eef312cf87fb240d0495b5a5bd0c4cd5251db1bc74ba6cb549614708b1627f330959735e1
+DIST XML-SAX-1.00.tar.gz 46808 BLAKE2B 
c81b42050c98d749f5c8e133733c6acc2576dd31d156c98370030c387baccfcbfafcce644152edab114062039ca1075ced38f079ab9c4876470a79549dc8caa1
 SHA512 
95553c9693d8a310747b4b86d4e80a58d4056b18cfc334f6979c98d0e9034a34253bfb17daecfc5bb28b1bd65e6baf52136f5135a969fadba86aa4148ea9bc1d

diff --git a/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild 
b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
new file mode 100644
index 000..a6ecf069013
--- /dev/null
+++ b/dev-perl/XML-SAX/XML-SAX-1.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=GRANTM
+DIST_VERSION=1.00
+inherit perl-module eutils
+
+DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+   >=dev-perl/XML-SAX-Base-1.50.0
+   >=dev-perl/XML-NamespaceSupport-1.40.0
+   >=dev-libs/libxml2-2.4.1
+   virtual/perl-File-Temp
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
+PATCHES=("${FILESDIR}/${PN}-1.00-noautoini.patch")
+
+pkg_postinst() {
+   pkg_update_parser add XML::SAX::PurePerl
+}
+
+pkg_update_parser() {
+   # pkg_update_parser [add|remove] $parser_module
+   local action=$1
+   local parser_module=$2
+
+   if [[ "$ROOT" = "/" ]] ; then
+   einfo "Update Parser: $1 $2"
+   perl -MXML::SAX -e 
"XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
+   || ewarn "Update Parser: $1 $2 failed"
+   else
+   elog "To $1 $2 run:"
+   elog "perl -MXML::SAX -e 
'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'"
+   fi
+}

diff --git a/dev-perl/XML-SAX/files/XML-SAX-1.00-noautoini.patch 
b/dev-perl/XML-SAX/files/XML-SAX-1.00-noautoini.patch
new file mode 100644
index 000..75ec799e17e
--- /dev/null
+++ b/dev-perl/XML-SAX/files/XML-SAX-1.00-noautoini.patch
@@ -0,0 +1,63 @@
+From 69984a8dbd2553d5a3c504c0f945b955d243380f Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Wed, 28 Mar 2018 19:48:34 +1300
+Subject: Remove all of the automatic INI generation code.
+
+As this will be handled by Gentoo outside the install phase anyway.
+
+Bug: https://bugs.gentoo.org/168988
+---
+ Makefile.PL | 40 
+ 1 file changed, 40 deletions(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index b0b09c7..78c5f3b 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -12,43 +12,3 @@ WriteMakefile(
+ 'XML::NamespaceSupport' => 0.03,
+ },
+ );
+-
+-sub MY::install {
+-package MY;
+-my $script = shift->SUPER::install(@_);
+-
+-# Only modify existing ParserDetails.ini if user agrees
+-
+-my $write_ini_ok = 0;
+-
+-eval { require XML::SAX };
+-if ($@) {
+-$write_ini_ok = 1;
+-}
+-else {
+-my $dir = File::Basename::dirname($INC{'XML/SAX.pm'});
+-if (-e File::Spec->catfile($dir, 'SAX', 'ParserDetails.ini')) {
+-$write_ini_ok =
+-ExtUtils::MakeMaker::prompt(
+-"Do you want XML::SAX to alter ParserDetails.ini?", "Y"
+-) =~ /^y/i;
+-}
+-else 

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

2018-03-22 Thread Mart Raudsepp
commit: 20314f2f7a698e69fed0891811ecfa0e65c15e34
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 22 08:05:15 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 22 08:06:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20314f2f

dev-perl/XML-SAX-Expat-0.510.0: arm64 stable (bug #623194)

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

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index aa22e9b004d..39e3f9cc5f5 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.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=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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=">=dev-perl/XML-SAX-0.15-r1



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

2018-03-22 Thread Mart Raudsepp
commit: b27f0e97060c7b7524f361db1fccda3ec6f5a24a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 22 06:23:34 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 22 06:27:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27f0e97

dev-perl/XML-SAX-Base-1.90.0: arm64 stable (bug #619066)

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

 dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index d02ba30f80c..fe67014cdb9 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.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="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

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

dev-perl/XML-SAX-Expat-0.510.0: hppa stable, bug 623194

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index 873f30bbb67..aa22e9b004d 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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=">=dev-perl/XML-SAX-0.15-r1



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

2018-03-01 Thread Michał Górny
commit: b476cda36d0de638f95a91796c316ed4a0c81369
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 14:08:48 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  1 14:28:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b476cda3

dev-perl/XML-SAX-Writer: Tested on ~amd64-fbsd

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
index 9c3f833e3ea..d1ad2d3e952 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.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=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Writer"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="dev-perl/XML-Filter-BufferText



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

2017-12-03 Thread Sergei Trofimovich
commit: 6577d221d71d87541ac92ffbc58504251480bfd2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec  3 23:13:12 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  3 23:13:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6577d221

dev-perl/XML-SAX-Base: stable 1.90.0 for hppa, bug #619066

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-perl/XML-SAX-Base/Manifest   | 4 ++--
 dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/XML-SAX-Base/Manifest b/dev-perl/XML-SAX-Base/Manifest
index 46226d99409..5cb5b2bfaa7 100644
--- a/dev-perl/XML-SAX-Base/Manifest
+++ b/dev-perl/XML-SAX-Base/Manifest
@@ -1,2 +1,2 @@
-DIST XML-SAX-Base-1.08.tar.gz 28197 SHA256 
666270318b15f88b8427e585198abbc19bc2e6ccb36dc4c0a4f2d9807330219e SHA512 
2149a4772b10d31b6d0f4f0cf8d07145cdb103de518d3055f09ed921748a5b6c8269c9d7c017e865b8c251a3e930cf752eb33780d5291b4287c003af3b6ff47f
 WHIRLPOOL 
c42f1ecccf199f212b62e2fd42cd00ba719de37c36a654f65b75d82b36d3784534e1cd62f5b5e5e1ea0f7ee96f40698c87045d4042496d8798dfbe3a450e1a20
-DIST XML-SAX-Base-1.09.tar.gz 28215 SHA256 
66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0 SHA512 
72a34fd2b0375222cad3a42a0e2d92f793d7a2ac27d831a8a8d3322fdc75ba246ca53c33cdc0fbade81f3a96ad977ebf5d4cddc6d75d76be79b2e655f316d532
 WHIRLPOOL 
576312ecdab50d14bc1ed4867cccaad1303296ebe612ac4089616fdce6fd54419cd0bc9919df411743ed2d567a4b898117cc34866a9951fa46067c829cdf1b19
+DIST XML-SAX-Base-1.08.tar.gz 28197 BLAKE2B 
af6b718525396654ab6e8bb5d5849d2a6bc2de836a484ef5677161a2d333c5020c013b776333f46fb99963c21168b8ebb606da552ff9d61265c2ea4427edcb64
 SHA512 
2149a4772b10d31b6d0f4f0cf8d07145cdb103de518d3055f09ed921748a5b6c8269c9d7c017e865b8c251a3e930cf752eb33780d5291b4287c003af3b6ff47f
+DIST XML-SAX-Base-1.09.tar.gz 28215 BLAKE2B 
a723958c23cbc81fde872bc29d9ccdc021952331460161f873360d94743af6ad68ed1eb061ebceb1100a26e1a47cb2884688820a735f15439de81fbf22fb6910
 SHA512 
72a34fd2b0375222cad3a42a0e2d92f793d7a2ac27d831a8a8d3322fdc75ba246ca53c33cdc0fbade81f3a96ad977ebf5d4cddc6d75d76be79b2e655f316d532

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index 2bf5d3f9d11..d02ba30f80c 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

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

dev-perl/XML-SAX-Expat-0.510.0: added ~mips, bug 608236

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index 9e13b4803e7..873f30bbb67 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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=">=dev-perl/XML-SAX-0.15-r1



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

2017-10-26 Thread Thomas Deutschmann
commit: 85abb63e0c6e2a0b9f10f7722506b7c4aa6654d8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Oct 26 20:11:58 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Oct 26 20:18:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85abb63e

dev-perl/XML-SAX-ExpatXS: x86 stable (bug #632664)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild 
b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild
index 94a5a2e9517..dd549229fc5 100644
--- a/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild
+++ b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Perl SAX 2 XS extension to Expat parser"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 
 RDEPEND="dev-libs/expat



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

2017-09-18 Thread Kent Fredric
commit: e10b62414f81e94c84a4406d5fab81d514f7d7b7
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Sep 18 16:48:36 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Sep 18 16:50:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10b6241

dev-perl/XML-SAX-ExpatXS: fix mixed metadata.xml indentation

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/XML-SAX-ExpatXS/metadata.xml | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-perl/XML-SAX-ExpatXS/metadata.xml 
b/dev-perl/XML-SAX-ExpatXS/metadata.xml
index c246d5dd3ac..c92fab0fce5 100644
--- a/dev-perl/XML-SAX-ExpatXS/metadata.xml
+++ b/dev-perl/XML-SAX-ExpatXS/metadata.xml
@@ -2,13 +2,13 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-   p...@gentoo.org
-   Gentoo Perl Project
+p...@gentoo.org
+Gentoo Perl Project
   
   
-   XML-SAX-ExpatXS
-   XML::SAX::ExpatXS
-   XML::SAX::ExpatXS::Encoding
-   XML::SAX::ExpatXS::Preload
+XML-SAX-ExpatXS
+XML::SAX::ExpatXS
+XML::SAX::ExpatXS::Encoding
+XML::SAX::ExpatXS::Preload
   
 



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

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

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

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

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index ccef7bf5eae..60a371bca46 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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=">=dev-perl/XML-SAX-0.15-r1



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

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

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

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index aa078347768..ccef7bf5eae 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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=">=dev-perl/XML-SAX-0.15-r1



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

2017-07-04 Thread Agostino Sarubbo
commit: 9cbb55933bf136c8925d40127602322e42d91433
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul  4 15:48:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul  4 15:48:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cbb5593

dev-perl/XML-SAX-Expat: 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-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index fe3444a722b..ca7195ca062 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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=">=dev-perl/XML-SAX-0.15-r1



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

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

dev-perl/XML-SAX-Expat: 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-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index ebec995743f..fe3444a722b 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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=">=dev-perl/XML-SAX-0.15-r1



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

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

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

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

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index 475e5215ea8..ebec995743f 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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=">=dev-perl/XML-SAX-0.15-r1



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

2017-05-28 Thread Markus Meier
commit: c3d38626fce29aeec173455b0dbc5ccc174cd6ef
Author: Markus Meier  gentoo  org>
AuthorDate: Sun May 28 06:44:50 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun May 28 06:44:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d38626

dev-perl/XML-SAX-Base: arm stable, bug #619066

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

 dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index 8d689c1dc9a..ce6a91c137d 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2017-05-22 Thread Tobias Klausmann
commit: a2c42c6fba9756032b571ba593b7cc38445e3dda
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 13:22:52 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 13:24:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c42c6f

dev-perl/XML-SAX-Base-1.90.0-r0: add alpha keyword

Gentoo-Bug: 619066

 dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index c924392b8f2..8d689c1dc9a 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2017-05-22 Thread Michael Weber
commit: c7226e8125e86371d7b120e55439d8435ddcbccf
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 22 10:48:36 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 22 10:48:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7226e81

dev-perl/XML-SAX-Base: ppc64 stable (bug 619066)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index bc185b560b3..13b75979250 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2017-05-22 Thread Michael Weber
commit: 822a372a139ac6978e414c4810b1450ad30fb026
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 22 10:40:20 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 22 10:40:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822a372a

dev-perl/XML-SAX-Base: ppc stable (bug 619066)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index 48de6a0b743..bc185b560b3 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2017-05-22 Thread Agostino Sarubbo
commit: 235fcf6a1d37f3673beb66bd1f0dcb999b95c957
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 22 09:24:12 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 22 09:24:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235fcf6a

dev-perl/XML-SAX-Base: x86 stable wrt bug #619066

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

 dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index 424580a6114..48de6a0b743 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2017-05-21 Thread Agostino Sarubbo
commit: f08795c5316fd021371e7a2a296c4231924e4aff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May 21 08:08:56 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May 21 08:08:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08795c5

dev-perl/XML-SAX-Base: amd64 stable wrt bug #619066

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

 dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
index e2fe2778147..424580a6114 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

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

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

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

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index 8cc23a1e62b..475e5215ea8 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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=">=dev-perl/XML-SAX-0.15-r1



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

2017-02-27 Thread Markus Meier
commit: 16077ea4142a75e1dbb7d467f60e224e35153ab2
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Feb 27 20:09:37 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Feb 27 20:09:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16077ea4

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

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

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index 71d5357184..38fb35e404 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-perl/XML-SAX-0.15-r1



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

2017-02-23 Thread Markus Meier
commit: 6673e136462bcdf02b04ab1c92e008ecaddf8fc5
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Feb 23 17:12:50 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Feb 23 17:12:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6673e136

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

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

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index ac19e8c900..71d5357184 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-perl/XML-SAX-0.15-r1



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

2017-02-04 Thread Kent Fredric
commit: 15363433b2de90a2afa2ea676b1845f5b144c7f4
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Feb  4 16:54:04 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Feb  4 17:12:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15363433

dev-perl/XML-SAX-Expat,dev-perl/XML-Simple: Revert premature keywording re bug 
#595562

This reverts parts of commits 85ee1e46f2d69e35c65c8f33136cadd6ae36664c and 
importantly,
 fb1100b612cf75cac1c7a59d895980947273207d, where I accidentally added all the 
staged
 keyword changes to XML-SAX-Expat without realising, leading to having no arch 
testers
 actually test these arches.

I regret this mistake and many apologies for time wasted :(

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index 275a1ef..ac19e8c 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-perl/XML-SAX-0.15-r1

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 55bd80a..f1cae6a 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 ~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"
+KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



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

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

dev-perl/XML-SAX: dropped ~x86-freebsd ~x86-interix

Package-Manager: portage-2.3.3

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

diff --git a/dev-perl/XML-SAX/XML-SAX-0.990.0-r1.ebuild 
b/dev-perl/XML-SAX/XML-SAX-0.990.0-r1.ebuild
index 65d6937..1300f32 100644
--- a/dev-perl/XML-SAX/XML-SAX-0.990.0-r1.ebuild
+++ b/dev-perl/XML-SAX/XML-SAX-0.990.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 eutils
 DESCRIPTION="Perl module for using and building Perl SAX2 XML parsers, 
filters, and drivers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2017-01-29 Thread Fabian Groffen
commit: a29a8461c593c4235ef430184e12d3ce8a5da5d8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 16:52:52 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 16:58:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29a8461

dev-perl/XML-SAX-Base: dropped ~x86-interix

Package-Manager: portage-2.3.3

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

diff --git a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.80.0-r1.ebuild 
b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.80.0-r1.ebuild
index 300b5f6..1de00eb 100644
--- a/dev-perl/XML-SAX-Base/XML-SAX-Base-1.80.0-r1.ebuild
+++ b/dev-perl/XML-SAX-Base/XML-SAX-Base-1.80.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 eutils
 DESCRIPTION="Base class SAX Drivers and Filters"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2017-01-29 Thread Fabian Groffen
commit: 4fd46b0f15275018b0f01656f3219297925718e0
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 16:53:08 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 16:58:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd46b0f

dev-perl/XML-SAX-Expat: dropped ~x86-interix

Package-Manager: portage-2.3.3

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index bafa482..275a1ef 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.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="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-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 ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=">=dev-perl/XML-SAX-0.15-r1



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

2017-01-29 Thread Fabian Groffen
commit: dcb615b4767c1c3228f21a4700974597c84150d8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 16:53:24 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 16:58:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb615b4

dev-perl/XML-SAX-Writer: dropped ~x86-freebsd

Package-Manager: portage-2.3.3

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
index 7d04a94..55b57fe 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.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="SAX2 Writer"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="dev-perl/XML-Filter-BufferText



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

2016-12-27 Thread Kent Fredric
commit: fb1100b612cf75cac1c7a59d895980947273207d
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Dec 27 09:57:59 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Dec 27 10:28:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1100b6

dev-perl/XML-SAX-Expat: Remove POD Author tests

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index 2447087..bafa482 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.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="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 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 ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=">=dev-perl/XML-SAX-0.15-r1
@@ -19,12 +19,16 @@ RDEPEND=">=dev-perl/XML-SAX-0.15-r1
dev-perl/XML-Parser"
 DEPEND="${RDEPEND}
test? (
-   dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage
+   virtual/perl-Test-Simple
)"
 
 SRC_TEST=do
 
+src_test() {
+   perl_rm_files t/98podsyn.t t/99podcov.t
+   perl-module_src_test
+}
+
 src_compile() {
export SKIP_SAX_INSTALL=1
perl-module_src_compile



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

2016-11-05 Thread Michael Palimaka
commit: 7defa73e27f84c03e6570ddea487f30e1b3b35c5
Author: Yuta Satoh  gmail  com>
AuthorDate: Fri Nov  4 19:53:40 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Nov  5 15:07:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7defa73e

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

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

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index 5919a0a..2447087 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="test"
 
 RDEPEND=">=dev-perl/XML-SAX-0.15-r1



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

2016-10-22 Thread Andreas Hüttel
commit: aeb3a49f761333d70f2d6a0d4e5dc018d1324105
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Oct 22 21:50:11 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Oct 22 21:50:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb3a49f

dev-perl/XML-SAX-Writer: Remove old

Package-Manager: portage-2.3.2

 dev-perl/XML-SAX-Writer/Manifest   |  1 -
 .../XML-SAX-Writer/XML-SAX-Writer-0.540.0.ebuild   | 23 --
 2 files changed, 24 deletions(-)

diff --git a/dev-perl/XML-SAX-Writer/Manifest b/dev-perl/XML-SAX-Writer/Manifest
index 89facd3..5e36a01 100644
--- a/dev-perl/XML-SAX-Writer/Manifest
+++ b/dev-perl/XML-SAX-Writer/Manifest
@@ -1,2 +1 @@
-DIST XML-SAX-Writer-0.54.tar.gz 21399 SHA256 
a1b4d959aed8f8337523c4cef4b431e56e619c795dc6f99a868548952101cf3d SHA512 
c7c7dcf157b872b2f4c4dbe4119945e31fe4ffc1eaf7df68e19b0e892cba5ff1ea0b4213199fdeca2747ca75169d14a3811a90c16915c40454b3ef22b754cf27
 WHIRLPOOL 
853411b4a32f7f973e46542b6aa4e52de926e0947f65e6884617739156fe81a13fe87ae7571dc44b13e93335c0c2a9e09c7efb8990580b3f63e18ac59d04b7c7
 DIST XML-SAX-Writer-0.56.tar.gz 21484 SHA256 
d073f7a25072c8150317b86b99d07031316a15bffab99e63e5afe591c8217d03 SHA512 
af792d43394133adef608a80fcbaa0e24098e9b0408daac91aefb43735d20a27fcb003c90c95d1e472d2b951b64d5ce81ca9e1da956973eed1856f8b111cc866
 WHIRLPOOL 
9bb10032f899b5a6286990046591d44be4a820ad32a650c51bf4191b8628cabe5d555ffef54824f641f86b1c8291a25186b0d33c3f2c8b241ed4b80e798a6692

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.540.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.540.0.ebuild
deleted file mode 100644
index b2eed38..
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.540.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=PERIGRIN
-MODULE_VERSION=0.54
-inherit perl-module
-
-DESCRIPTION="SAX2 Writer"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="dev-perl/XML-Filter-BufferText
-   dev-perl/XML-SAX
-   >=dev-perl/XML-NamespaceSupport-1.04
-   >=dev-libs/libxml2-2.4.1"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"



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

2016-10-22 Thread Andreas Hüttel
commit: cc7d167dc67c74a0df3bb530602fbbe1bf54d5cb
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Oct 22 21:49:46 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Oct 22 21:50:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7d167d

dev-perl/XML-SAX-Writer: Stable for remaining arches (ALLARCHES, bug 595058)

Package-Manager: portage-2.3.2

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
index e4af395..7d04a94 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Writer"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="dev-perl/XML-Filter-BufferText



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

2016-10-05 Thread Markus Meier
commit: 8a30cceb4b997230543120f82aec3d2655821094
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Oct  5 19:08:13 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Oct  5 19:08:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a30cceb

dev-perl/XML-SAX-Writer: arm stable, bug #595058

Package-Manager: portage-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
index 48a7770..e4af395 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 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="SAX2 Writer"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE=""
 
 RDEPEND="dev-perl/XML-Filter-BufferText



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

2016-10-04 Thread Tobias Klausmann
commit: 7399f34406e4d9d457b221f77e8c4348b8504919
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=7399f344

dev-perl/XML-SAX-Expat-0.510.0-r0: keyworded for ~alpha

Gentoo-Bug: 595562

 dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
index 470be2a..5919a0a 100644
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
+++ b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.510.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Driver for Expat"
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
 IUSE="test"
 
 RDEPEND=">=dev-perl/XML-SAX-0.15-r1



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

2016-09-26 Thread Tobias Klausmann
commit: fc9ee3a48e250aa1e4fc6c363340706f6842eada
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Sep 26 15:20:28 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Sep 26 15:21:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9ee3a4

dev-perl/XML-SAX-Writer-0.560.0-r0: add alpha keyword

Gentoo-Bug: 595058

 dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
index 8ff4f26..48a7770 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.560.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="SAX2 Writer"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE=""
 
 RDEPEND="dev-perl/XML-Filter-BufferText



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

2016-09-24 Thread Andreas Hüttel
commit: b63fa507e56a70ec681117952510dfc396b8ea31
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Sep 24 18:55:54 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 24 18:58:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63fa507

dev-perl/XML-SAX-Writer: Remove old

Package-Manager: portage-2.3.0

 dev-perl/XML-SAX-Writer/Manifest   |  1 -
 .../XML-SAX-Writer-0.530.0-r1.ebuild   | 23 --
 2 files changed, 24 deletions(-)

diff --git a/dev-perl/XML-SAX-Writer/Manifest b/dev-perl/XML-SAX-Writer/Manifest
index faf84e0..89facd3 100644
--- a/dev-perl/XML-SAX-Writer/Manifest
+++ b/dev-perl/XML-SAX-Writer/Manifest
@@ -1,3 +1,2 @@
-DIST XML-SAX-Writer-0.53.tar.gz 30754 SHA256 
8250e36a061e2ed05a9935c556bb0874a7de5b6d61a94d43407ae78bde2c89ac SHA512 
157e67821dbf37f7bc956308b51104079b7ac6b08623a115c40d61c6352767e542c04d316e82a9e245f22d289d1c3151cd54670574ca62465322da9edd8ae68e
 WHIRLPOOL 
fe900d86424e6d91bce130abb6da5cc1a4ac0d64ff96bccdaf214ac71387d330dc6706d24ec4cedb6da20dadf318f1d362508189af0b06e5d0c4f3d57866bcf3
 DIST XML-SAX-Writer-0.54.tar.gz 21399 SHA256 
a1b4d959aed8f8337523c4cef4b431e56e619c795dc6f99a868548952101cf3d SHA512 
c7c7dcf157b872b2f4c4dbe4119945e31fe4ffc1eaf7df68e19b0e892cba5ff1ea0b4213199fdeca2747ca75169d14a3811a90c16915c40454b3ef22b754cf27
 WHIRLPOOL 
853411b4a32f7f973e46542b6aa4e52de926e0947f65e6884617739156fe81a13fe87ae7571dc44b13e93335c0c2a9e09c7efb8990580b3f63e18ac59d04b7c7
 DIST XML-SAX-Writer-0.56.tar.gz 21484 SHA256 
d073f7a25072c8150317b86b99d07031316a15bffab99e63e5afe591c8217d03 SHA512 
af792d43394133adef608a80fcbaa0e24098e9b0408daac91aefb43735d20a27fcb003c90c95d1e472d2b951b64d5ce81ca9e1da956973eed1856f8b111cc866
 WHIRLPOOL 
9bb10032f899b5a6286990046591d44be4a820ad32a650c51bf4191b8628cabe5d555ffef54824f641f86b1c8291a25186b0d33c3f2c8b241ed4b80e798a6692

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild
deleted file mode 100644
index 1449b42..
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=PERIGRIN
-MODULE_VERSION=0.53
-inherit perl-module
-
-DESCRIPTION="SAX2 Writer"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="dev-perl/XML-Filter-BufferText
-   dev-perl/XML-SAX
-   >=dev-perl/XML-NamespaceSupport-1.04
-   >=dev-libs/libxml2-2.4.1"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"



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

2016-09-24 Thread Andreas Hüttel
commit: 114b41ac30a8b47a65ad0b80511625888d36b99b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Sep 24 18:55:07 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Sep 24 18:58:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114b41ac

dev-perl/XML-SAX-Expat: Remove old

Package-Manager: portage-2.3.0

 dev-perl/XML-SAX-Expat/Manifest|  2 -
 .../XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild | 52 --
 .../XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild | 52 --
 3 files changed, 106 deletions(-)

diff --git a/dev-perl/XML-SAX-Expat/Manifest b/dev-perl/XML-SAX-Expat/Manifest
index 9bd501a..62d8b8a 100644
--- a/dev-perl/XML-SAX-Expat/Manifest
+++ b/dev-perl/XML-SAX-Expat/Manifest
@@ -1,3 +1 @@
-DIST XML-SAX-Expat-0.40.tar.gz 6510 SHA256 
4b477dd7afba6e8d3f6117a28a2012381f8635e5cfb996d3cd4d0ee624c39930 SHA512 
71f5419ae677e36f3c4471052944af8dc73fa599538afe077502c1c00a6c39e8c1a387da4d69d36ccaa90235e5ba5adee57c1aea18d0b0c789aa81f82347a0be
 WHIRLPOOL 
3e5a463415da14bf195edeecbc0cda924140b13d449be42613cb345302bdb84359b1c85f5efe23604367991e01064a1aa3d8d7a57f45007b732484739024cc4a
-DIST XML-SAX-Expat-0.50.tar.gz 7090 SHA256 
a506e64cf3b6f3828e95085148226be1f3487b46e317c4d362dfdb755e954a12 SHA512 
be015e608a923c8d8632c8dd44b6f7780fa3daa7075b1cdb961e45af5da3516826cdbfa198aa6ec52a31c27860830227e6bb6b22344780cbb630aa7ca6f0663f
 WHIRLPOOL 
e50438ea881cf435be5f1d73b1f78b07f5c3a45a070e5a2436c780dba864f06bd399130e1b8d731fb4352366018014ffc6d2407df4efc6ffeaffd28ead51442a
 DIST XML-SAX-Expat-0.51.tar.gz 7134 SHA256 
4c016213d0ce7db2c494e30086b59917b302db8c292dcd21f39deebd9780c83f SHA512 
9cd3c7a1cdf0b0a49ea9f871095984fb67ff54c9e5ed49884c591a450c2662acbd6d0f5232a5720663bcab09ff4f41093d414daa0b72457dc98eea5001270478
 WHIRLPOOL 
bfac47b4e8b3af2b06f49cff868938c97af5a935ebb74bca81e6d097439302728b7257d11f243967bebd9d2b73e6cea042c0656279ca1ae9a268c5ecd450

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild
deleted file mode 100644
index 0b4e086..
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.400.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=BJOERN
-MODULE_VERSION=0.40
-inherit perl-module
-
-DESCRIPTION="SAX2 Driver for Expat"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/XML-SAX-0.15-r1
-   >=dev-perl/XML-NamespaceSupport-1.09
-   dev-perl/XML-Parser"
-DEPEND="${RDEPEND}
-   test? ( dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do
-
-src_compile() {
-   export SKIP_SAX_INSTALL=1
-   perl-module_src_compile
-}
-
-pkg_postinst() {
-   pkg_update_parser add XML::SAX::Expat
-}
-
-pkg_postrm() {
-   pkg_update_parser remove XML::SAX::Expat
-}
-
-pkg_update_parser() {
-   # pkg_update_parser [add|remove] $parser_module
-   local action=$1
-   local parser_module=$2
-
-   if [[ "$ROOT" = "/" ]] ; then
-   einfo "Update Parser: $1 $2"
-   perl -MXML::SAX -e 
"XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
-   || ewarn "Update Parser: $1 $2 failed"
-   else
-   elog "To $1 $2 run:"
-   elog "perl -MXML::SAX -e 
'XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()'"
-   fi
-}

diff --git a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild 
b/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild
deleted file mode 100644
index cb04a08..
--- a/dev-perl/XML-SAX-Expat/XML-SAX-Expat-0.500.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=BJOERN
-MODULE_VERSION=0.50
-inherit perl-module
-
-DESCRIPTION="SAX2 Driver for Expat"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/XML-SAX-0.15-r1
-   >=dev-perl/XML-NamespaceSupport-1.09
-   dev-perl/XML-Parser"
-DEPEND="${RDEPEND}
-   test? ( dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do
-
-src_compile() {
-   export SKIP_SAX_INSTALL=1
-   perl-module_src_compile
-}
-
-pkg_postinst() {
-   pkg_update_parser add XML::SAX::Expat
-}
-
-pkg_postrm() {
-   pkg_update_parser remove XML::SAX::Expat
-}
-
-pkg_update_parser() {
-   # pkg_update_parser [add|remove] $parser_module
-   local action=$1
-   local parser_module=$2
-
-   if [[ "$ROOT" = "/" ]] ; then
-   einfo "Update Parser: $1 $2"
-   perl -MXML::SAX -e 
"XML::SAX->${action}_parser(q(${parser_module}))->save_parsers()" \
-   || ewarn "Update Parser: $1 $2 failed"
-   else

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

2016-08-17 Thread Kent Fredric
commit: 0be84a45f89a2667397279a6590aff4aeecd1790
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Aug 16 05:25:02 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Aug 18 03:00:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be84a45

dev-perl/XML-SAX-Writer: 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-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild 
b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild
index 3e6ab58..1449b42 100644
--- a/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.0-r1.ebuild
+++ b/dev-perl/XML-SAX-Writer/XML-SAX-Writer-0.530.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="SAX2 Writer"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="dev-perl/XML-Filter-BufferText



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

2016-04-03 Thread Andreas Hüttel
commit: 60a123811c9872aa17b7344a83164f4167443e98
Author: Matthew Brewer  sina  cn>
AuthorDate: Thu Mar 31 13:11:35 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sun Apr  3 21:23:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a12381

dev-perl/XML-SAX-ExpatXS: initial ebuild, version 1.330.0

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

 dev-perl/XML-SAX-ExpatXS/Manifest  |  1 +
 .../XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild | 22 ++
 dev-perl/XML-SAX-ExpatXS/metadata.xml  | 14 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/XML-SAX-ExpatXS/Manifest 
b/dev-perl/XML-SAX-ExpatXS/Manifest
new file mode 100644
index 000..8f9054a
--- /dev/null
+++ b/dev-perl/XML-SAX-ExpatXS/Manifest
@@ -0,0 +1 @@
+DIST XML-SAX-ExpatXS-1.33.tar.gz 156436 SHA256 
1e3db191853d235c42c7d2a5dc2ea055158ff29c7d54c5c673d271cdbd43bc6a SHA512 
bf00b444611baf215886534acc6ae16cbc8dc593223698762f3a68f2baca661fe82a6287e1c1c4bf3c5c005f165516eae32b22af7505c502009da0a46aeca40f
 WHIRLPOOL 
e98d1e72e54c661be2cd83ff8a0adfc618d860c1e541496fa267b51bc92e0934125860d75e9d49af481ee016ced7e3a613b513e38aa1a5dfdbfc0d6a2870

diff --git a/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild 
b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild
new file mode 100644
index 000..c77ad3c
--- /dev/null
+++ b/dev-perl/XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.330.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=PCIMPRICH
+DIST_VERSION=1.33
+inherit perl-module
+
+DESCRIPTION="Perl SAX 2 XS extension to Expat parser"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-libs/expat
+   >=dev-perl/XML-SAX-0.960.0"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-ExtUtils-Command
+   virtual/perl-Test
+   virtual/perl-Test-Harness )"

diff --git a/dev-perl/XML-SAX-ExpatXS/metadata.xml 
b/dev-perl/XML-SAX-ExpatXS/metadata.xml
new file mode 100644
index 000..c246d5d
--- /dev/null
+++ b/dev-perl/XML-SAX-ExpatXS/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+   p...@gentoo.org
+   Gentoo Perl Project
+  
+  
+   XML-SAX-ExpatXS
+   XML::SAX::ExpatXS
+   XML::SAX::ExpatXS::Encoding
+   XML::SAX::ExpatXS::Preload
+  
+