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

2023-09-15 Thread Hans de Graaff
commit: 93bba53bc7ec24708ddc042d044ee98ef82e2436
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 16 05:21:35 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 16 05:21:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bba53b

dev-ruby/actionpack-xml_parser: drop 2.0.1-r2

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

 .../actionpack-xml_parser-2.0.1-r2.ebuild  | 38 --
 1 file changed, 38 deletions(-)

diff --git 
a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
deleted file mode 100644
index 142cc9781dea..
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_GEMSPEC="actionpack-xml_parser.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="XML parameters parser for Action Pack (removed from core in Rails 
4.0)"
-HOMEPAGE="https://github.com/rails/actionpack-xml_parser;
-SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="2"
-IUSE=""
-
-ruby_add_rdepend "
-   || ( dev-ruby/actionpack:6.1 )
-   || ( dev-ruby/railties:6.1 )
-"
-
-ruby_add_bdepend "test? ( =dev-ruby/railties-6* )"
-
-all_ruby_prepare() {
-   sed -i -e "/bundler/d" Rakefile test/helper.rb || die
-   sed -i -e '1igem "actionpack", "~>6.0"' test/helper.rb || die
-
-   # Skip test that is not compatible with Rails 5.2
-   sed -i -e '/occurring a parse error if parsing unsuccessful/askip 
"rails 5.2"' test/xml_params_parsing_test.rb || die
-}
-
-each_ruby_test() {
-   MT_NO_PLUGINS=true ${RUBY} -Ilib:.:test -e 
"Dir['test/*_test.rb'].each{|f| require f}" || die
-}



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

2023-07-16 Thread Hans de Graaff
commit: e09bcaad489e46192d78f0290804555bc28a0df5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 17 04:42:56 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 17 04:42:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09bcaad

dev-ruby/actionpack-xml_parser: update EAPI 7 -> 8

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

 .../actionpack-xml_parser-2.0.1-r3.ebuild  | 38 ++
 1 file changed, 38 insertions(+)

diff --git 
a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r3.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r3.ebuild
new file mode 100644
index ..94174f034697
--- /dev/null
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_GEMSPEC="actionpack-xml_parser.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="XML parameters parser for Action Pack (removed from core in Rails 
4.0)"
+HOMEPAGE="https://github.com/rails/actionpack-xml_parser;
+SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="2"
+IUSE=""
+
+ruby_add_rdepend "
+   || ( dev-ruby/actionpack:6.1 )
+   || ( dev-ruby/railties:6.1 )
+"
+
+ruby_add_bdepend "test? ( =dev-ruby/railties-6* )"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile test/helper.rb || die
+   sed -i -e '1igem "actionpack", "~>6.0"' test/helper.rb || die
+
+   # Skip test that is not compatible with Rails 5.2
+   sed -i -e '/occurring a parse error if parsing unsuccessful/askip 
"rails 5.2"' test/xml_params_parsing_test.rb || die
+}
+
+each_ruby_test() {
+   MT_NO_PLUGINS=true ${RUBY} -Ilib:.:test -e 
"Dir['test/*_test.rb'].each{|f| require f}" || die
+}



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

2023-07-16 Thread Hans de Graaff
commit: 1c9a2da03ff8c41a54d335239e30ce522c1a2224
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 17 04:41:58 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 17 04:41:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9a2da0

dev-ruby/actionpack-xml_parser: drop obsolete rails 6.0

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

 dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
index 2020a3a67911..142cc9781dea 100644
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
@@ -19,8 +19,8 @@ SLOT="2"
 IUSE=""
 
 ruby_add_rdepend "
-   || ( dev-ruby/actionpack:6.1 dev-ruby/actionpack:6.0 )
-   || ( dev-ruby/railties:6.1 dev-ruby/railties:6.0 )
+   || ( dev-ruby/actionpack:6.1 )
+   || ( dev-ruby/railties:6.1 )
 "
 
 ruby_add_bdepend "test? ( =dev-ruby/railties-6* )"



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

2023-03-26 Thread Hans de Graaff
commit: 990c3ac3e50dd1377e0d5fc95e3187680082284e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 26 08:02:29 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Mar 26 08:02:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990c3ac3

dev-ruby/actionpack-xml_parser: remove obsolete rails:5.2 deps

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

 .../actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild   | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
index e85bc66d5d0f..2020a3a67911 100644
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_GEMSPEC="actionpack-xml_parser.gemspec"
 
@@ -19,8 +19,8 @@ SLOT="2"
 IUSE=""
 
 ruby_add_rdepend "
-   || ( dev-ruby/actionpack:6.1 dev-ruby/actionpack:6.0 
dev-ruby/actionpack:5.2 )
-   || ( dev-ruby/railties:6.1 dev-ruby/railties:6.0 dev-ruby/railties:5.2 )
+   || ( dev-ruby/actionpack:6.1 dev-ruby/actionpack:6.0 )
+   || ( dev-ruby/railties:6.1 dev-ruby/railties:6.0 )
 "
 
 ruby_add_bdepend "test? ( =dev-ruby/railties-6* )"



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

2022-12-07 Thread Hans de Graaff
commit: 5d2aa6d8b97dcbdb7bd48fc52ee8246fc20564b5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  7 17:44:48 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  7 17:57:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2aa6d8

dev-ruby/actionpack-xml_parser: enable ruby31

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

 dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
index bf9852deb7b4..e85bc66d5d0f 100644
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_GEMSPEC="actionpack-xml_parser.gemspec"
 



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

2022-12-07 Thread Hans de Graaff
commit: 6a6ff99caa479f94410695a7a9009f24d4f24fa9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec  7 17:44:01 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec  7 17:57:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6ff99c

dev-ruby/actionpack-xml_parser: drop 2.0.1-r1

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

 .../actionpack-xml_parser-2.0.1-r1.ebuild  | 31 --
 1 file changed, 31 deletions(-)

diff --git 
a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r1.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r1.ebuild
deleted file mode 100644
index fd564734e40c..
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-inherit ruby-fakegem
-
-DESCRIPTION="XML parameters parser for Action Pack (removed from core in Rails 
4.0)"
-HOMEPAGE="https://github.com/rails/actionpack-xml_parser;
-SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="2"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/actionpack-6.0*:* =dev-ruby/railties-6.0*:*"
-
-all_ruby_prepare() {
-   sed -i -e "/bundler/d" Rakefile test/helper.rb || die
-   sed -i -e '1igem "actionpack", "~>6.0.0"' test/helper.rb || die
-
-   # Skip test that is not compatible with Rails 5.2
-   sed -i -e '/occurring a parse error if parsing unsuccessful/askip 
"rails 5.2"' test/xml_params_parsing_test.rb || die
-}
-
-each_ruby_test() {
-   MT_NO_PLUGINS=true ${RUBY} -Ilib:.:test -e 
"Dir['test/*_test.rb'].each{|f| require f}" || die
-}



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

2022-05-07 Thread Hans de Graaff
commit: fa84f6c0bf8f736ebb7d07a64a2f3f7937a17616
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May  7 07:40:49 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May  8 05:43:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa84f6c0

dev-ruby/actionpack-xml_parser: add ruby30

Fix rails dependencies to include more versions.

Closes: https://bugs.gentoo.org/805563
Signed-off-by: Hans de Graaff  gentoo.org>

 .../actionpack-xml_parser-2.0.1-r2.ebuild  | 38 ++
 1 file changed, 38 insertions(+)

diff --git 
a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
new file mode 100644
index ..bf9852deb7b4
--- /dev/null
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_GEMSPEC="actionpack-xml_parser.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="XML parameters parser for Action Pack (removed from core in Rails 
4.0)"
+HOMEPAGE="https://github.com/rails/actionpack-xml_parser;
+SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="2"
+IUSE=""
+
+ruby_add_rdepend "
+   || ( dev-ruby/actionpack:6.1 dev-ruby/actionpack:6.0 
dev-ruby/actionpack:5.2 )
+   || ( dev-ruby/railties:6.1 dev-ruby/railties:6.0 dev-ruby/railties:5.2 )
+"
+
+ruby_add_bdepend "test? ( =dev-ruby/railties-6* )"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile test/helper.rb || die
+   sed -i -e '1igem "actionpack", "~>6.0"' test/helper.rb || die
+
+   # Skip test that is not compatible with Rails 5.2
+   sed -i -e '/occurring a parse error if parsing unsuccessful/askip 
"rails 5.2"' test/xml_params_parsing_test.rb || die
+}
+
+each_ruby_test() {
+   MT_NO_PLUGINS=true ${RUBY} -Ilib:.:test -e 
"Dir['test/*_test.rb'].each{|f| require f}" || die
+}



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

2021-07-17 Thread Hans de Graaff
commit: 2dbeaffbed4099fe9532f988c92a45d4c7722817
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 18 05:49:11 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 18 05:49:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbeaffb

dev-ruby/actionpack-xml_parser: cleanup

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

 .../actionpack-xml_parser-2.0.1.ebuild | 33 --
 1 file changed, 33 deletions(-)

diff --git a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild
deleted file mode 100644
index 48e5bf081ed..000
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="XML parameters parser for Action Pack (removed from core in Rails 
4.0)"
-HOMEPAGE="https://github.com/rails/actionpack-xml_parser;
-SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="2"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/actionpack-5*:* =dev-ruby/railties-5*:*"
-
-all_ruby_prepare() {
-   sed -i -e "/bundler/d" Rakefile test/helper.rb || die
-   sed -i -e '1igem "actionpack", "~>5.2"' test/helper.rb || die
-
-   # Skip test that is not compatible with Rails 5.2
-   sed -i -e '/occurring a parse error if parsing unsuccessful/askip 
"rails 5.2"' test/xml_params_parsing_test.rb || die
-}
-
-each_ruby_test() {
-   MT_NO_PLUGINS=true ${RUBY} -Ilib:.:test -e 
"Dir['test/*_test.rb'].each{|f| require f}" || die
-}



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

2021-07-07 Thread Hans de Graaff
commit: 9976c8b748d02801d98fd7d5fb1e69cf737d4095
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul  7 17:42:35 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul  7 19:15:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9976c8b7

dev-ruby/actionpack-xml_parser: add ruby27

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

 .../actionpack-xml_parser-2.0.1-r1.ebuild  | 31 ++
 1 file changed, 31 insertions(+)

diff --git 
a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r1.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r1.ebuild
new file mode 100644
index 000..fd564734e40
--- /dev/null
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+inherit ruby-fakegem
+
+DESCRIPTION="XML parameters parser for Action Pack (removed from core in Rails 
4.0)"
+HOMEPAGE="https://github.com/rails/actionpack-xml_parser;
+SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="2"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/actionpack-6.0*:* =dev-ruby/railties-6.0*:*"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile test/helper.rb || die
+   sed -i -e '1igem "actionpack", "~>6.0.0"' test/helper.rb || die
+
+   # Skip test that is not compatible with Rails 5.2
+   sed -i -e '/occurring a parse error if parsing unsuccessful/askip 
"rails 5.2"' test/xml_params_parsing_test.rb || die
+}
+
+each_ruby_test() {
+   MT_NO_PLUGINS=true ${RUBY} -Ilib:.:test -e 
"Dir['test/*_test.rb'].each{|f| require f}" || die
+}



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

2020-05-05 Thread Hans de Graaff
commit: de80d82a86f89ff198b7d66be6b5739b79ef2d37
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May  5 07:57:01 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May  5 08:05:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de80d82a

dev-ruby/actionpack-xml_parser: remove masked slot

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

 dev-ruby/actionpack-xml_parser/Manifest|  1 -
 .../actionpack-xml_parser-1.0.2.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/actionpack-xml_parser/Manifest 
b/dev-ruby/actionpack-xml_parser/Manifest
index b05e9ec7d92..2b2144aedb0 100644
--- a/dev-ruby/actionpack-xml_parser/Manifest
+++ b/dev-ruby/actionpack-xml_parser/Manifest
@@ -1,2 +1 @@
-DIST actionpack-xml_parser-1.0.2.tar.gz 6623 BLAKE2B 
4dc039b2db8397d41f7da5cc643e8e990b4a3a5a1e86e67657a6a59681688144562a66484d1bec49b7166b1df5d2e30ddd882dcb2448cd14e6b44580e2fc354c
 SHA512 
6fb9323b2632059d6c253083dfe6a09c413d4a5f7d622457402db95529ccad6d28b0471b01f4555c4e448b65183e6d07ef639de994c47c4858d2bfe5318aaa0b
 DIST actionpack-xml_parser-2.0.1.tar.gz 6494 BLAKE2B 
271e1352085e7c75754253222c9f861f7ece9875102a0bb4c47e20311367fcc040c5680ad0406112f8e312c4a8ae1a3f9b6d33f3736db3614ca1c3584942f800
 SHA512 
a240e59178722025a0c967cfc2f63ca1ed8a2aff55ad913652f06018b712a7009eecd915f494dc4087de12ad5dbe5a0f3c7290fc530a2e475b39318520809112

diff --git a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild
deleted file mode 100644
index 5d0dbebe3eb..000
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="XML parameters parser for Action Pack (removed from core in Rails 
4.0)"
-HOMEPAGE="https://github.com/rails/actionpack-xml_parser;
-SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/actionpack-4.0.0:* =dev-ruby/activesupport-4.0.0 )"
-
-all_ruby_prepare() {
-   sed -i -e "/bundler/d" Rakefile test/helper.rb || die
-   sed -i -e '1igem "actionpack", "~>4.0"' test/helper.rb || die
-}
-
-each_ruby_test() {
-   MT_NO_PLUGINS=true ${RUBY} -Ilib:test test/xml_params_parsing_test.rb 
|| die
-}



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

2019-12-14 Thread Hans de Graaff
commit: 2bca3d41eaf9473b00735f08caffee5869b8fd9f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 15 07:21:48 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 15 07:21:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bca3d41

dev-ruby/actionpack-xml_parser: add ruby25, ruby26

Fix tests to work with Rails 5.2.

Closes: https://bugs.gentoo.org/702926
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 .../actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild  | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild
index 469ece6f256..48e5bf081ed 100644
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# 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="ruby22 ruby23 ruby24"
+USE_RUBY="ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_DOC=""
 
@@ -22,9 +22,12 @@ ruby_add_rdepend "=dev-ruby/actionpack-5*:* 
=dev-ruby/railties-5*:*"
 
 all_ruby_prepare() {
sed -i -e "/bundler/d" Rakefile test/helper.rb || die
-   sed -i -e '1igem "actionpack", "~>5.0"' test/helper.rb || die
+   sed -i -e '1igem "actionpack", "~>5.2"' test/helper.rb || die
+
+   # Skip test that is not compatible with Rails 5.2
+   sed -i -e '/occurring a parse error if parsing unsuccessful/askip 
"rails 5.2"' test/xml_params_parsing_test.rb || die
 }
 
 each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e "Dir['test/*_test.rb'].each{|f| require f}"
+   MT_NO_PLUGINS=true ${RUBY} -Ilib:.:test -e 
"Dir['test/*_test.rb'].each{|f| require f}" || die
 }



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

2018-04-28 Thread Hans de Graaff
commit: bd417f7daf7d20904da1dde93612569b9b592573
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 28 07:02:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 28 07:05:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd417f7d

dev-ruby/actionpack-xml_parser: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/actionpack-xml_parser/Manifest|  1 -
 .../actionpack-xml_parser-2.0.0.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-ruby/actionpack-xml_parser/Manifest 
b/dev-ruby/actionpack-xml_parser/Manifest
index 89be547bac4..b05e9ec7d92 100644
--- a/dev-ruby/actionpack-xml_parser/Manifest
+++ b/dev-ruby/actionpack-xml_parser/Manifest
@@ -1,3 +1,2 @@
 DIST actionpack-xml_parser-1.0.2.tar.gz 6623 BLAKE2B 
4dc039b2db8397d41f7da5cc643e8e990b4a3a5a1e86e67657a6a59681688144562a66484d1bec49b7166b1df5d2e30ddd882dcb2448cd14e6b44580e2fc354c
 SHA512 
6fb9323b2632059d6c253083dfe6a09c413d4a5f7d622457402db95529ccad6d28b0471b01f4555c4e448b65183e6d07ef639de994c47c4858d2bfe5318aaa0b
-DIST actionpack-xml_parser-2.0.0.tar.gz 6499 BLAKE2B 
260cef14c65ae7b723c60f53206dc16eebec719c80147c353bf82124ca07db4afb59b2d4c7354b58746045b34c57b50826661b515ceff768608d1620e2d98f03
 SHA512 
fb1a9c551a3ff6751e0b9e95b1c667ef5dd6da50b4e5cf4d010468f76d022cb437b20a02e8ee795da757de98e3e45e8b71b9f37f2c0dc16f1a338f8d335d712f
 DIST actionpack-xml_parser-2.0.1.tar.gz 6494 BLAKE2B 
271e1352085e7c75754253222c9f861f7ece9875102a0bb4c47e20311367fcc040c5680ad0406112f8e312c4a8ae1a3f9b6d33f3736db3614ca1c3584942f800
 SHA512 
a240e59178722025a0c967cfc2f63ca1ed8a2aff55ad913652f06018b712a7009eecd915f494dc4087de12ad5dbe5a0f3c7290fc530a2e475b39318520809112

diff --git a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.0.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.0.ebuild
deleted file mode 100644
index 3f42e2c7db6..000
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="XML parameters parser for Action Pack (removed from core in Rails 
4.0)"
-HOMEPAGE="https://github.com/rails/actionpack-xml_parser;
-SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="2"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/actionpack-5*:* =dev-ruby/railties-5*:*"
-
-all_ruby_prepare() {
-   sed -i -e "/bundler/d" Rakefile test/helper.rb || die
-   sed -i -e '1igem "actionpack", "~>5.0"' test/helper.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:.:test -e "Dir['test/*_test.rb'].each{|f| require f}"
-}



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

2018-04-28 Thread Hans de Graaff
commit: 727f7f999b53fe2d2dc40bef3e8f07af454ccda9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 28 07:02:00 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 28 07:05:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727f7f99

dev-ruby/actionpack-xml_parser: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild
index 58acb6a6150..5d0dbebe3eb 100644
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 
@@ -27,5 +27,5 @@ all_ruby_prepare() {
 }
 
 each_ruby_test() {
-   ${RUBY} -Ilib:test test/xml_params_parsing_test.rb || die
+   MT_NO_PLUGINS=true ${RUBY} -Ilib:test test/xml_params_parsing_test.rb 
|| die
 }



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

2018-03-22 Thread Hans de Graaff
commit: 9d32187a15268cbbbde8a9088e2072dabe3da6f9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar 22 06:33:07 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Mar 22 06:50:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d32187a

dev-ruby/actionpack-xml_parser: add ruby24

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild
index 102baa46a2f..469ece6f256 100644
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 



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

2017-05-12 Thread Hans de Graaff
commit: 653a7fe647c66cdaa497acd32f7af4015a461db9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 12 05:47:10 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 06:36:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653a7fe6

dev-ruby/actionpack-xml_parser: add 2.0.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/actionpack-xml_parser/Manifest|  1 +
 .../actionpack-xml_parser-2.0.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/actionpack-xml_parser/Manifest 
b/dev-ruby/actionpack-xml_parser/Manifest
index bdd5879b251..addaa63aeab 100644
--- a/dev-ruby/actionpack-xml_parser/Manifest
+++ b/dev-ruby/actionpack-xml_parser/Manifest
@@ -1,2 +1,3 @@
 DIST actionpack-xml_parser-1.0.2.tar.gz 6623 SHA256 
6bed4e15ba11ed4bb33eacae77f15b78a78a0b81a6196203377208d5785178a2 SHA512 
6fb9323b2632059d6c253083dfe6a09c413d4a5f7d622457402db95529ccad6d28b0471b01f4555c4e448b65183e6d07ef639de994c47c4858d2bfe5318aaa0b
 WHIRLPOOL 
48f3fccf9207840ac1459026ea094f4c72af68e4b7904a21c9db40f735f9f9ccef5be84bc47e7687ee424ebcde17d3553db95eb2cf88cfe05a0fafbbe46b2e55
 DIST actionpack-xml_parser-2.0.0.tar.gz 6499 SHA256 
f2aafb0c9e935ce6b7b25a8c947d46fef4dd091e145b6f93cb8a7d7d4d638a5d SHA512 
fb1a9c551a3ff6751e0b9e95b1c667ef5dd6da50b4e5cf4d010468f76d022cb437b20a02e8ee795da757de98e3e45e8b71b9f37f2c0dc16f1a338f8d335d712f
 WHIRLPOOL 
6e30ed00ab7a579bef827ed52276a8fb98a0f95b90dc8408e72b98d910d08645ec4c06e42a54e4b5b3c077501847176638112c0b8694919b5ca72138e4ae7435
+DIST actionpack-xml_parser-2.0.1.tar.gz 6494 SHA256 
d9e43954a605dc712b1cd080db94c26da09cc4c4fe2ce1ad087d47609035b841 SHA512 
a240e59178722025a0c967cfc2f63ca1ed8a2aff55ad913652f06018b712a7009eecd915f494dc4087de12ad5dbe5a0f3c7290fc530a2e475b39318520809112
 WHIRLPOOL 
34acdf10558f03ce461506ce8097e2795eb6e2a5262cae7c26bf554b933095dfbe58f17af11dd06bddf3372258b3b786d859309a3810a6bd5ab307a947c955f6

diff --git a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild
new file mode 100644
index 000..102baa46a2f
--- /dev/null
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="XML parameters parser for Action Pack (removed from core in Rails 
4.0)"
+HOMEPAGE="https://github.com/rails/actionpack-xml_parser;
+SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="2"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/actionpack-5*:* =dev-ruby/railties-5*:*"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile test/helper.rb || die
+   sed -i -e '1igem "actionpack", "~>5.0"' test/helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e "Dir['test/*_test.rb'].each{|f| require f}"
+}



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

2016-09-09 Thread Hans de Graaff
commit: e578c2d0c74f63e02abf43d86db046d6f0d27462
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep 10 05:48:01 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep 10 05:48:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e578c2d0

dev-ruby/actionpack-xml_parser: add 2.0.0

Package-Manager: portage-2.2.28

 dev-ruby/actionpack-xml_parser/Manifest|  1 +
 .../actionpack-xml_parser-2.0.0.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/actionpack-xml_parser/Manifest 
b/dev-ruby/actionpack-xml_parser/Manifest
index 40b3d0c..bdd5879 100644
--- a/dev-ruby/actionpack-xml_parser/Manifest
+++ b/dev-ruby/actionpack-xml_parser/Manifest
@@ -1 +1,2 @@
 DIST actionpack-xml_parser-1.0.2.tar.gz 6623 SHA256 
6bed4e15ba11ed4bb33eacae77f15b78a78a0b81a6196203377208d5785178a2 SHA512 
6fb9323b2632059d6c253083dfe6a09c413d4a5f7d622457402db95529ccad6d28b0471b01f4555c4e448b65183e6d07ef639de994c47c4858d2bfe5318aaa0b
 WHIRLPOOL 
48f3fccf9207840ac1459026ea094f4c72af68e4b7904a21c9db40f735f9f9ccef5be84bc47e7687ee424ebcde17d3553db95eb2cf88cfe05a0fafbbe46b2e55
+DIST actionpack-xml_parser-2.0.0.tar.gz 6499 SHA256 
f2aafb0c9e935ce6b7b25a8c947d46fef4dd091e145b6f93cb8a7d7d4d638a5d SHA512 
fb1a9c551a3ff6751e0b9e95b1c667ef5dd6da50b4e5cf4d010468f76d022cb437b20a02e8ee795da757de98e3e45e8b71b9f37f2c0dc16f1a338f8d335d712f
 WHIRLPOOL 
6e30ed00ab7a579bef827ed52276a8fb98a0f95b90dc8408e72b98d910d08645ec4c06e42a54e4b5b3c077501847176638112c0b8694919b5ca72138e4ae7435

diff --git a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.0.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.0.ebuild
new file mode 100644
index ..a6e5359
--- /dev/null
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="XML parameters parser for Action Pack (removed from core in Rails 
4.0)"
+HOMEPAGE="https://github.com/rails/actionpack-xml_parser;
+SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="2"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/actionpack-5*:* =dev-ruby/railties-5*:*"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile test/helper.rb || die
+   sed -i -e '1igem "actionpack", "~>5.0"' test/helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e "Dir['test/*_test.rb'].each{|f| require f}"
+}



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

2016-07-23 Thread Hans de Graaff
commit: 9100fb7dff190c9f125bc4108b44a47bbf86294f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Jul 23 18:52:10 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Jul 23 19:09:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9100fb7d

dev-ruby/actionpack-xml_parser: add ruby22, ruby23

Package-Manager: portage-2.2.28

 dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild
index 7e16cb1..a3f31f4 100644
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 
@@ -19,11 +19,12 @@ KEYWORDS="~amd64"
 SLOT="0"
 IUSE=""
 
-ruby_add_rdepend ">=dev-ruby/actionpack-4.0.0"
+ruby_add_rdepend ">=dev-ruby/actionpack-4.0.0:* =dev-ruby/activesupport-4.0.0 )"
 
 all_ruby_prepare() {
sed -i -e "/bundler/d" Rakefile test/helper.rb || die
+   sed -i -e '1igem "actionpack", "~>4.0"' test/helper.rb || die
 }
 
 each_ruby_test() {



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

2016-03-13 Thread Manuel Rüger
commit: 8e86ccc6cdf33d954ca3bbc34191e7af303a8d61
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 13 13:32:37 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 13 13:32:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e86ccc6

dev-ruby/actionpack-xml_parser: Remove ruby19

Package-Manager: portage-2.2.28

 dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild
index bdf46f0..7e16cb1 100644
--- a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-1.0.2.ebuild
@@ -1,9 +1,9 @@
-# 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"
+USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""