[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2024-05-07 Thread Hans de Graaff
commit: 90907b9c01ed8740c5da25be1ffd0a5b89c3f452
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May  8 05:03:45 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May  8 05:06:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90907b9c

dev-ruby/multi_xml: add 0.7.1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/multi_xml/Manifest   |  1 +
 dev-ruby/multi_xml/multi_xml-0.7.1.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/multi_xml/Manifest b/dev-ruby/multi_xml/Manifest
index 3d6d37c07f1e..eb89c9e35999 100644
--- a/dev-ruby/multi_xml/Manifest
+++ b/dev-ruby/multi_xml/Manifest
@@ -1,2 +1,3 @@
 DIST multi_xml-0.6.0.tar.gz 16571 BLAKE2B 
1492eab7782823915167ebdb529b6d4699b31f3b66c48eee5acf7857dc25caae62b63a0da10a0bd862ade22865432bc6c4290a3f6ff8e99a889fcf09b56f6b7f
 SHA512 
67e280d838ba07373a6ad5cbe4658b32655102906d8e0ed5429d21220475c21e07ea2ec0d2729df4d30a1bf7d0a5e6ff2d4482342098873135cb12e18c53194a
 DIST multi_xml-0.7.0.tar.gz 17139 BLAKE2B 
8b1e8352a8e7e5860d08e0ebe7bf65b2e5b0213371066c6e3a83515164c865c8db3ab4a4918dd3e8f9e5f73f6bc5fedee1cf2ec710e84303c365d335ade3d06e
 SHA512 
d05a1b387c5a29445a71a838a24f1ac782c01dbaa41785a5c0375f72d8c3ec6d59f0ee5eed64e327282fc47390c08bdd602beb83b657e771844f6d740a75d3d5
+DIST multi_xml-0.7.1.tar.gz 17122 BLAKE2B 
09b8006a12ae99d85435b85c2c32afe20009cdd6bd0970ce5129c37411274aa402ed955f7ca692e90e7641120a90883b75a03a9ae8d88bd4a53e295095e040c4
 SHA512 
c578b6b4cadc48182ab94219d5f1550f645398c08460576cb5f6c72d8d6d01ef90b982437848d27e72f1157b9eff03dcafc29d04f298e52c14ae5b76df9082b0

diff --git a/dev-ruby/multi_xml/multi_xml-0.7.1.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.7.1.ebuild
new file mode 100644
index ..fdfcb1a2ba9c
--- /dev/null
+++ b/dev-ruby/multi_xml/multi_xml-0.7.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC="yard"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A generic swappable back-end for XML parsing"
+HOMEPAGE="https://www.rubydoc.info/gems/multi_xml";
+SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="doc test"
+
+ruby_add_rdepend ">=dev-ruby/bigdecimal-3.1:0"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/ox )"
+
+all_ruby_prepare() {
+   sed -e 's:_relative ": "./:' \
+   -e 's/__dir__/"."/' \
+   -e 's/git ls-files -z/find * -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
+   sed -e '/bundler/I s:^:#:' \
+   -e '/yardstick/,/end/ s:^:#:' \
+   -e '/rubocop/I s:^:#:' \
+   -i Rakefile || die
+}
+
+each_ruby_test() {
+   CI=true each_fakegem_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2024-04-30 Thread Hans de Graaff
commit: 355269bfda01c82499dbfbaee7d03b55692d6c5b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May  1 05:34:45 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May  1 06:36:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355269bf

dev-ruby/multi_xml: add 0.7.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/multi_xml/Manifest   |  1 +
 dev-ruby/multi_xml/multi_xml-0.7.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/multi_xml/Manifest b/dev-ruby/multi_xml/Manifest
index 783212feca59..3d6d37c07f1e 100644
--- a/dev-ruby/multi_xml/Manifest
+++ b/dev-ruby/multi_xml/Manifest
@@ -1 +1,2 @@
 DIST multi_xml-0.6.0.tar.gz 16571 BLAKE2B 
1492eab7782823915167ebdb529b6d4699b31f3b66c48eee5acf7857dc25caae62b63a0da10a0bd862ade22865432bc6c4290a3f6ff8e99a889fcf09b56f6b7f
 SHA512 
67e280d838ba07373a6ad5cbe4658b32655102906d8e0ed5429d21220475c21e07ea2ec0d2729df4d30a1bf7d0a5e6ff2d4482342098873135cb12e18c53194a
+DIST multi_xml-0.7.0.tar.gz 17139 BLAKE2B 
8b1e8352a8e7e5860d08e0ebe7bf65b2e5b0213371066c6e3a83515164c865c8db3ab4a4918dd3e8f9e5f73f6bc5fedee1cf2ec710e84303c365d335ade3d06e
 SHA512 
d05a1b387c5a29445a71a838a24f1ac782c01dbaa41785a5c0375f72d8c3ec6d59f0ee5eed64e327282fc47390c08bdd602beb83b657e771844f6d740a75d3d5

diff --git a/dev-ruby/multi_xml/multi_xml-0.7.0.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.7.0.ebuild
new file mode 100644
index ..fdfcb1a2ba9c
--- /dev/null
+++ b/dev-ruby/multi_xml/multi_xml-0.7.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC="yard"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A generic swappable back-end for XML parsing"
+HOMEPAGE="https://www.rubydoc.info/gems/multi_xml";
+SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="doc test"
+
+ruby_add_rdepend ">=dev-ruby/bigdecimal-3.1:0"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/ox )"
+
+all_ruby_prepare() {
+   sed -e 's:_relative ": "./:' \
+   -e 's/__dir__/"."/' \
+   -e 's/git ls-files -z/find * -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
+   sed -e '/bundler/I s:^:#:' \
+   -e '/yardstick/,/end/ s:^:#:' \
+   -e '/rubocop/I s:^:#:' \
+   -i Rakefile || die
+}
+
+each_ruby_test() {
+   CI=true each_fakegem_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2024-02-10 Thread Hans de Graaff
commit: a83722cd2b94ae405b55529cadfbd15d27296f1d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 11 07:20:34 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 11 07:26:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83722cd

dev-ruby/multi_xml: enable ruby33

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
index acb6c3f931b5..743db1e19e19 100644
--- a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC="yard"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2023-03-27 Thread Sam James
commit: 90cc9150af43ca7fc478e8a568864ea27947fa00
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 27 08:47:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 27 09:14:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cc9150

dev-ruby/multi_xml: enable ruby32

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

 dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
index 0ddead2eb594..acb6c3f931b5 100644
--- a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC="yard"
@@ -18,10 +18,10 @@ inherit ruby-fakegem
 DESCRIPTION="A generic swappable back-end for XML parsing"
 HOMEPAGE="https://www.rubydoc.info/gems/multi_xml";
 SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
 
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+LICENSE="MIT"
 SLOT="0"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "doc? ( dev-ruby/yard )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2022-12-03 Thread Hans de Graaff
commit: fcc959eada988b55e7693895d9644dae2f3e9e5d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec  3 09:41:04 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec  3 10:22:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc959ea

dev-ruby/multi_xml: drop 0.6.0-r1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild | 42 
 1 file changed, 42 deletions(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
deleted file mode 100644
index d73279c77376..
--- a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="https://www.rubydoc.info/gems/multi_xml";
-SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/ox )"
-
-all_ruby_prepare() {
-   eapply "${FILESDIR}/${P}-ox24.patch"
-
-   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
-   sed -e '/bundler/I s:^:#:' \
-   -e '/yardstick/,/end/ s:^:#:' \
-   -e '/rubocop/I s:^:#:' \
-   -i Rakefile || die
-}
-
-each_ruby_test() {
-   CI=true each_fakegem_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2022-06-25 Thread Hans de Graaff
commit: 7c23f012144033ae3f3d2876b3e2d67add96d883
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jun 25 06:23:31 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jun 25 07:28:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c23f012

dev-ruby/multi_xml: stabilize 0.6.0-r2 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
index bf9b47ed2436..0ddead2eb594 100644
--- a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://www.rubydoc.info/gems/multi_xml";
 SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2022-06-12 Thread Hans de Graaff
commit: 1068b7acb92edabee49b0eb14e145b25f53e3c0e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 12 08:19:47 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 12 08:33:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1068b7ac

dev-ruby/multi_xml: enable ruby31

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
index 4fe8cc4c3005..bf9b47ed2436 100644
--- a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC="yard"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2021-10-08 Thread Hans de Graaff
commit: a5b476cd26582b9220392fa313714c3feb43c0bb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct  8 10:11:28 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct  8 10:49:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b476cd

dev-ruby/multi_xml: EAPI 8; add ruby30

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild | 42 
 1 file changed, 42 insertions(+)

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
new file mode 100644
index 000..4fe8cc4c300
--- /dev/null
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC="yard"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A generic swappable back-end for XML parsing"
+HOMEPAGE="https://www.rubydoc.info/gems/multi_xml";
+SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/ox )"
+
+all_ruby_prepare() {
+   eapply "${FILESDIR}/${P}-ox24.patch"
+
+   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
+   sed -e '/bundler/I s:^:#:' \
+   -e '/yardstick/,/end/ s:^:#:' \
+   -e '/rubocop/I s:^:#:' \
+   -i Rakefile || die
+}
+
+each_ruby_test() {
+   CI=true each_fakegem_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2020-06-26 Thread Hans de Graaff
commit: b8d155bb988460c8cecf1d0406782282f8bfb757
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 26 13:57:12 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 26 14:32:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d155bb

dev-ruby/multi_xml: avoid dep on rubocop

Closes: https://bugs.gentoo.org/704142
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
index daa192d2ecf..d73279c7737 100644
--- a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
@@ -31,7 +31,10 @@ all_ruby_prepare() {
eapply "${FILESDIR}/${P}-ox24.patch"
 
sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
-   sed -i -e '/bundler/I s:^:#:' -e '/yardstick/,/end/ s:^:#:' Rakefile || 
die
+   sed -e '/bundler/I s:^:#:' \
+   -e '/yardstick/,/end/ s:^:#:' \
+   -e '/rubocop/I s:^:#:' \
+   -i Rakefile || die
 }
 
 each_ruby_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2020-02-15 Thread Hans de Graaff
commit: a4b1c27c6ee985f1e511416db12a8f132d53b6c9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 16 07:04:34 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 16 07:30:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b1c27c

dev-ruby/multi_xml: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
index 4ad8142a21e..daa192d2ecf 100644
--- a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC="yard"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2019-05-13 Thread Hans de Graaff
commit: 42ee7beb921b0e81f9609c8277d2e7bf533e0382
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May 13 17:44:37 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May 13 18:04:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ee7beb

dev-ruby/multi_xml: add ruby26

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
index 435d55988c1..4ad8142a21e 100644
--- a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 RUBY_FAKEGEM_TASK_DOC="yard"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2018-11-12 Thread Hans de Graaff
commit: 87ecf1e16d56bf7e85abbbeca9419f5274d03eb3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Nov 13 05:40:17 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Nov 13 05:40:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ecf1e1

dev-ruby/multi_xml: cleanup

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/multi_xml/Manifest   |  1 -
 dev-ruby/multi_xml/multi_xml-0.5.5.ebuild | 34 
 dev-ruby/multi_xml/multi_xml-0.6.0.ebuild | 37 ---
 3 files changed, 72 deletions(-)

diff --git a/dev-ruby/multi_xml/Manifest b/dev-ruby/multi_xml/Manifest
index 4d8c3194fa1..783212feca5 100644
--- a/dev-ruby/multi_xml/Manifest
+++ b/dev-ruby/multi_xml/Manifest
@@ -1,2 +1 @@
-DIST multi_xml-0.5.5.gem 20992 BLAKE2B 
8dbd35ca1cf2209850e2c694c435e7bddfc204a15663091d005c6f45faf85c91e8331b2b1fc37ead4f28732a5f73d878c50f13ec7d4681c3ac598a230d4f34b2
 SHA512 
692f55908ec5e9ee27bec858325ff9a0b15037a6563d5a21bd742ec3c959f3dbc04f1a232782f20827c9af49f3dd14fd725a0c19dbacb3708067c19dedf427ba
 DIST multi_xml-0.6.0.tar.gz 16571 BLAKE2B 
1492eab7782823915167ebdb529b6d4699b31f3b66c48eee5acf7857dc25caae62b63a0da10a0bd862ade22865432bc6c4290a3f6ff8e99a889fcf09b56f6b7f
 SHA512 
67e280d838ba07373a6ad5cbe4658b32655102906d8e0ed5429d21220475c21e07ea2ec0d2729df4d30a1bf7d0a5e6ff2d4482342098873135cb12e18c53194a

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
deleted file mode 100644
index 306f842813c..000
--- a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC="doc:yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="http://rdoc.info/gems/multi_xml";
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/ox )"
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#:' spec/helper.rb || die
-   sed -i -e '/bundler/I s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
-   CI=true each_fakegem_test
-}

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
deleted file mode 100644
index f99474a2df5..000
--- a/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC="yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="http://rdoc.info/gems/multi_xml";
-SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-ruby_add_bdepend "test? ( dev-ruby/ox )"
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
-   sed -i -e '/bundler/I s:^:#:' -e '/yardstick/,/end/ s:^:#:' Rakefile || 
die
-}
-
-each_ruby_test() {
-   CI=true each_fakegem_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2018-08-25 Thread Hans de Graaff
commit: d1765286b763b20df21d9e0f539b9ee7091d5365
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 25 06:40:03 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 25 07:31:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1765286

dev-ruby/multi_xml: amd64 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
index e995f1ad720..435d55988c1 100644
--- a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://www.rubydoc.info/gems/multi_xml";
 SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/, dev-ruby/multi_xml/files/

2018-07-01 Thread Hans de Graaff
commit: 9cff2e3f8b003d0a30e31244f8c26f8cc6acb031
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul  1 08:24:43 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul  1 08:25:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cff2e3f

dev-ruby/multi_xml: fix compat with ox > 2.4.11

Backport upstream pull requests approved by ox maintainer to fix
specs with ox > 2.4.11 and ensure more consistent options.

Closes: https://bugs.gentoo.org/640090
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../multi_xml/files/multi_xml-0.6.0-ox24.patch | 23 +
 dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild   | 39 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/multi_xml/files/multi_xml-0.6.0-ox24.patch 
b/dev-ruby/multi_xml/files/multi_xml-0.6.0-ox24.patch
new file mode 100644
index 000..a0568a8fb52
--- /dev/null
+++ b/dev-ruby/multi_xml/files/multi_xml-0.6.0-ox24.patch
@@ -0,0 +1,23 @@
+From f9d18d87c3340aa53f524524bf189b99459ab1e6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= 
+Date: Thu, 18 May 2017 23:10:48 +0200
+Subject: [PATCH] Update for ox > 2.4.11
+
+There is more pedantic parsing of white-space characters in ox > 2.4.11. 
Better to set explicitly the expected skip mode.
+---
+ lib/multi_xml/parsers/ox.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/multi_xml/parsers/ox.rb b/lib/multi_xml/parsers/ox.rb
+index e52a560..dc1413e 100644
+--- a/lib/multi_xml/parsers/ox.rb
 b/lib/multi_xml/parsers/ox.rb
+@@ -29,7 +29,7 @@ def parse_error
+ 
+   def parse(io)
+ handler = Handler.new
+-::Ox.sax_parse(handler, io, :convert_special => true)
++::Ox.sax_parse(handler, io, convert_special: true, skip: :skip_return)
+ handler.doc
+   end
+ 

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
new file mode 100644
index 000..e995f1ad720
--- /dev/null
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC="yard"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A generic swappable back-end for XML parsing"
+HOMEPAGE="https://www.rubydoc.info/gems/multi_xml";
+SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/ox )"
+
+all_ruby_prepare() {
+   eapply "${FILESDIR}/${P}-ox24.patch"
+
+   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
+   sed -i -e '/bundler/I s:^:#:' -e '/yardstick/,/end/ s:^:#:' Rakefile || 
die
+}
+
+each_ruby_test() {
+   CI=true each_fakegem_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2018-01-22 Thread Hans de Graaff
commit: 6484be99eb8d50edea77d26437ad80aa36380024
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan 22 19:18:45 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan 22 19:26:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6484be99

dev-ruby/multi_xml: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/multi_xml/Manifest  |  1 -
 dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/dev-ruby/multi_xml/Manifest b/dev-ruby/multi_xml/Manifest
index 1273308187c..4d8c3194fa1 100644
--- a/dev-ruby/multi_xml/Manifest
+++ b/dev-ruby/multi_xml/Manifest
@@ -1,3 +1,2 @@
-DIST multi_xml-0.5.4.gem 20992 BLAKE2B 
2ed4fd154a44ff7717e702c03d29ab06cd688d6950861bd02b6f57a1b78daae94ab6b3c6d30f15cfa9f6516758a29df5d35d1b31427188378203e7c0ea8e0b76
 SHA512 
d78ae3c401741c4d396bed6074efd24e8712cd70d9b9ef7008abb3ff662edc2292be42dfbd101be384aaf2ce207271004eb7b7cadccba746b9afe385a9fbdb7a
 DIST multi_xml-0.5.5.gem 20992 BLAKE2B 
8dbd35ca1cf2209850e2c694c435e7bddfc204a15663091d005c6f45faf85c91e8331b2b1fc37ead4f28732a5f73d878c50f13ec7d4681c3ac598a230d4f34b2
 SHA512 
692f55908ec5e9ee27bec858325ff9a0b15037a6563d5a21bd742ec3c959f3dbc04f1a232782f20827c9af49f3dd14fd725a0c19dbacb3708067c19dedf427ba
 DIST multi_xml-0.6.0.tar.gz 16571 BLAKE2B 
1492eab7782823915167ebdb529b6d4699b31f3b66c48eee5acf7857dc25caae62b63a0da10a0bd862ade22865432bc6c4290a3f6ff8e99a889fcf09b56f6b7f
 SHA512 
67e280d838ba07373a6ad5cbe4658b32655102906d8e0ed5429d21220475c21e07ea2ec0d2729df4d30a1bf7d0a5e6ff2d4482342098873135cb12e18c53194a

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild
deleted file mode 100644
index 1effd90c7a2..000
--- a/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC="doc:yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="http://rdoc.info/gems/multi_xml";
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#:' spec/helper.rb || die
-   sed -i -e '/bundler/I s:^:#:' Rakefile || die
-}
-
-each_ruby_test() {
-   CI=true each_fakegem_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2017-12-03 Thread Hans de Graaff
commit: b5dcb19acd1ca6d6ef0b436b078afc36309341c1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Dec  4 06:53:56 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Dec  4 07:04:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5dcb19a

dev-ruby/multi_xml: amd64 stable

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/multi_xml/Manifest   | 6 +++---
 dev-ruby/multi_xml/multi_xml-0.5.5.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/multi_xml/Manifest b/dev-ruby/multi_xml/Manifest
index f760a613100..1273308187c 100644
--- a/dev-ruby/multi_xml/Manifest
+++ b/dev-ruby/multi_xml/Manifest
@@ -1,3 +1,3 @@
-DIST multi_xml-0.5.4.gem 20992 SHA256 
6365ba9aced7eb993b6237a5a6d8c854be5cd84ad2ea1aad4de63ee0bf3bfd53 SHA512 
d78ae3c401741c4d396bed6074efd24e8712cd70d9b9ef7008abb3ff662edc2292be42dfbd101be384aaf2ce207271004eb7b7cadccba746b9afe385a9fbdb7a
 WHIRLPOOL 
5aaefe9e3db22e0fa4b0922d35acc19370bb9866701d1761c6ed45142548d6ad67585a9323ef382019a0be239b11fb474c0461af2153cdfcc6c678a8f704b0e2
-DIST multi_xml-0.5.5.gem 20992 SHA256 
08936dc294586ee1d178217cce577febe26315d7880e01e4f8e97cf2753b1945 SHA512 
692f55908ec5e9ee27bec858325ff9a0b15037a6563d5a21bd742ec3c959f3dbc04f1a232782f20827c9af49f3dd14fd725a0c19dbacb3708067c19dedf427ba
 WHIRLPOOL 
e21f6239983c9f88d32f5f90266e18d1d533bc4c5735bf0d8ea5f1fb32ec2b2f2814305bf86809ae6f2098560e5ed8fa774a879ee9c337b6663933b1100f924d
-DIST multi_xml-0.6.0.tar.gz 16571 SHA256 
cc80d979f0540e1b585cb42c416b05c4b597269da409c5e9cd7cc00f8ca8f3e5 SHA512 
67e280d838ba07373a6ad5cbe4658b32655102906d8e0ed5429d21220475c21e07ea2ec0d2729df4d30a1bf7d0a5e6ff2d4482342098873135cb12e18c53194a
 WHIRLPOOL 
9e60d01a46999514c91a9326af8b6193387a6e8bb24ffe54f47901005931561a5171967afdeab2fa2791f9a4f32489e438f062f425bf7b8fc21ed4f06c6593f1
+DIST multi_xml-0.5.4.gem 20992 BLAKE2B 
2ed4fd154a44ff7717e702c03d29ab06cd688d6950861bd02b6f57a1b78daae94ab6b3c6d30f15cfa9f6516758a29df5d35d1b31427188378203e7c0ea8e0b76
 SHA512 
d78ae3c401741c4d396bed6074efd24e8712cd70d9b9ef7008abb3ff662edc2292be42dfbd101be384aaf2ce207271004eb7b7cadccba746b9afe385a9fbdb7a
+DIST multi_xml-0.5.5.gem 20992 BLAKE2B 
8dbd35ca1cf2209850e2c694c435e7bddfc204a15663091d005c6f45faf85c91e8331b2b1fc37ead4f28732a5f73d878c50f13ec7d4681c3ac598a230d4f34b2
 SHA512 
692f55908ec5e9ee27bec858325ff9a0b15037a6563d5a21bd742ec3c959f3dbc04f1a232782f20827c9af49f3dd14fd725a0c19dbacb3708067c19dedf427ba
+DIST multi_xml-0.6.0.tar.gz 16571 BLAKE2B 
1492eab7782823915167ebdb529b6d4699b31f3b66c48eee5acf7857dc25caae62b63a0da10a0bd862ade22865432bc6c4290a3f6ff8e99a889fcf09b56f6b7f
 SHA512 
67e280d838ba07373a6ad5cbe4658b32655102906d8e0ed5429d21220475c21e07ea2ec0d2729df4d30a1bf7d0a5e6ff2d4482342098873135cb12e18c53194a

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
index 80b187bc3bc..306f842813c 100644
--- a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.5.5.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
 
 EAPI=5
@@ -17,7 +17,7 @@ DESCRIPTION="A generic swappable back-end for XML parsing"
 HOMEPAGE="http://rdoc.info/gems/multi_xml";
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2017-09-24 Thread Sergei Trofimovich
commit: 55b94a6a2a457704f2d8582f0ca6c02b9c76c2fe
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 24 10:37:26 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 24 10:39:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b94a6a

dev-ruby/multi_xml: keyworded 0.6.0 for ppc, bug #554410

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-ruby/multi_xml/multi_xml-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
index dce162cfc6d..f99474a2df5 100644
--- a/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="http://rdoc.info/gems/multi_xml";
 SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2017-07-28 Thread Hans de Graaff
commit: 1066a601fc7ca10677edfe087cfd9f9f2dfcce62
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 29 05:37:55 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 29 05:42:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1066a601

dev-ruby/multi_xml: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/multi_xml/multi_xml-0.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
index ad9193466ee..dce162cfc6d 100644
--- a/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="yard"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2016-12-09 Thread Hans de Graaff
commit: b85fe0e62f7154b987b3a93d143d6661f0596ec9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 10 05:37:04 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 10 05:37:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85fe0e6

dev-ruby/multi_xml: add 0.6.0

Package-Manager: portage-2.3.0

 dev-ruby/multi_xml/Manifest   |  1 +
 dev-ruby/multi_xml/multi_xml-0.6.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/multi_xml/Manifest b/dev-ruby/multi_xml/Manifest
index 067a1eb..f760a61 100644
--- a/dev-ruby/multi_xml/Manifest
+++ b/dev-ruby/multi_xml/Manifest
@@ -1,2 +1,3 @@
 DIST multi_xml-0.5.4.gem 20992 SHA256 
6365ba9aced7eb993b6237a5a6d8c854be5cd84ad2ea1aad4de63ee0bf3bfd53 SHA512 
d78ae3c401741c4d396bed6074efd24e8712cd70d9b9ef7008abb3ff662edc2292be42dfbd101be384aaf2ce207271004eb7b7cadccba746b9afe385a9fbdb7a
 WHIRLPOOL 
5aaefe9e3db22e0fa4b0922d35acc19370bb9866701d1761c6ed45142548d6ad67585a9323ef382019a0be239b11fb474c0461af2153cdfcc6c678a8f704b0e2
 DIST multi_xml-0.5.5.gem 20992 SHA256 
08936dc294586ee1d178217cce577febe26315d7880e01e4f8e97cf2753b1945 SHA512 
692f55908ec5e9ee27bec858325ff9a0b15037a6563d5a21bd742ec3c959f3dbc04f1a232782f20827c9af49f3dd14fd725a0c19dbacb3708067c19dedf427ba
 WHIRLPOOL 
e21f6239983c9f88d32f5f90266e18d1d533bc4c5735bf0d8ea5f1fb32ec2b2f2814305bf86809ae6f2098560e5ed8fa774a879ee9c337b6663933b1100f924d
+DIST multi_xml-0.6.0.tar.gz 16571 SHA256 
cc80d979f0540e1b585cb42c416b05c4b597269da409c5e9cd7cc00f8ca8f3e5 SHA512 
67e280d838ba07373a6ad5cbe4658b32655102906d8e0ed5429d21220475c21e07ea2ec0d2729df4d30a1bf7d0a5e6ff2d4482342098873135cb12e18c53194a
 WHIRLPOOL 
9e60d01a46999514c91a9326af8b6193387a6e8bb24ffe54f47901005931561a5171967afdeab2fa2791f9a4f32489e438f062f425bf7b8fc21ed4f06c6593f1

diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
new file mode 100644
index ..a3327e0
--- /dev/null
+++ b/dev-ruby/multi_xml/multi_xml-0.6.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_TASK_DOC="yard"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A generic swappable back-end for XML parsing"
+HOMEPAGE="http://rdoc.info/gems/multi_xml";
+SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~ppc64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/ox )"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
+   sed -i -e '/bundler/I s:^:#:' -e '/yardstick/,/end/ s:^:#:' Rakefile || 
die
+}
+
+each_ruby_test() {
+   CI=true each_fakegem_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2016-07-22 Thread Hans de Graaff
commit: 3991caf960b35226d92b603215af4aaed9ff1aed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 22 18:10:26 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 22 19:03:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3991caf9

dev-ruby/multi_xml: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild | 33 
 1 file changed, 33 deletions(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild
deleted file mode 100644
index 31147fc..000
--- a/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC="doc:yard"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A generic swappable back-end for XML parsing"
-HOMEPAGE="http://rdoc.info/gems/multi_xml";
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#:' spec/helper.rb || die
-}
-
-each_ruby_test() {
-   CI=true each_fakegem_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2016-07-22 Thread Hans de Graaff
commit: 01c6f2ae32ed1948e39029fcc08478a44cae1c6f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jul 22 18:09:28 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jul 22 19:03:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c6f2ae

dev-ruby/multi_xml: mark ruby21 revision stable

Package-Manager: portage-2.2.28

 dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild
index 1c998e5..0ce65ae 100644
--- a/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="A generic swappable back-end for XML parsing"
 HOMEPAGE="http://rdoc.info/gems/multi_xml";
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2016-06-14 Thread Hans de Graaff
commit: d1afc7bd71c578b8fadae2440a23db33ade8ca69
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jun 15 04:55:02 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jun 15 05:07:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1afc7bd

dev-ruby/multi_xml: drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild | 4 ++--
 dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild
index 71e7401..31147fc 100644
--- a/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.5.4-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="doc:yard"

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild
index f5fe3d7..1c998e5 100644
--- a/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.5.4-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="doc:yard"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2016-03-23 Thread Hans de Graaff
commit: d031debab5403afc41021b3b801f4b13592b4cdc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 23 15:58:20 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 24 06:16:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d031deba

dev-ruby/multi_xml: drop ruby19

Package-Manager: portage-2.2.26

 dev-ruby/multi_xml/multi_xml-0.5.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
index f74dfaa..126b95e 100644
--- a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="doc:yard"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2016-03-23 Thread Hans de Graaff
commit: 17901d43e2c015f5566820f2e5ea27de7430ac94
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 23 16:07:00 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 24 06:16:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17901d43

dev-ruby/multi_xml: add ruby23

Package-Manager: portage-2.2.26

 dev-ruby/multi_xml/multi_xml-0.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
index 126b95e..2e606e9 100644
--- a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="doc:yard"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/

2015-10-04 Thread Jeroen Roovers
commit: c690e003da939c552400c03f280ff2249926d575
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 08:07:15 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 08:07:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c690e003

dev-ruby/multi_xml: Mark ~ppc64 (bug #554410).

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

 dev-ruby/multi_xml/multi_xml-0.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
index 6154b69..f74dfaa 100644
--- a/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
+++ b/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="A generic swappable back-end for XML parsing"
 HOMEPAGE="http://rdoc.info/gems/multi_xml";
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 SLOT="0"
 IUSE=""