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

2023-12-31 Thread Hans de Graaff
commit: 4a42a9ffb06e5e56039e53a484890ebf57755f2d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 31 07:55:29 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 31 07:55:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a42a9ff

dev-ruby/xpath: enable ruby33

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

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

diff --git a/dev-ruby/xpath/xpath-3.2.0-r1.ebuild 
b/dev-ruby/xpath/xpath-3.2.0-r1.ebuild
index 93dc28a3b062..b7a71070fc44 100644
--- a/dev-ruby/xpath/xpath-3.2.0-r1.ebuild
+++ b/dev-ruby/xpath/xpath-3.2.0-r1.ebuild
@@ -2,7 +2,7 @@
 # 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_EXTRADOC="README.md"
 



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

2023-03-10 Thread Hans de Graaff
commit: b9c1ac8a4be5439c7ceb141a21e593ccbfc4b56a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar 10 10:15:56 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar 10 20:29:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c1ac8a

dev-ruby/xpath: add ruby32, update HOMEPAGE

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

 dev-ruby/xpath/metadata.xml  | 3 ++-
 dev-ruby/xpath/xpath-3.2.0-r1.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/xpath/metadata.xml b/dev-ruby/xpath/metadata.xml
index 9681cadb8c35..b3826aa3c301 100644
--- a/dev-ruby/xpath/metadata.xml
+++ b/dev-ruby/xpath/metadata.xml
@@ -6,6 +6,7 @@
 Gentoo Ruby Project
   
   
-jnicklas/xpath
+teamcapybara/xpath
+xpath
   
 

diff --git a/dev-ruby/xpath/xpath-3.2.0-r1.ebuild 
b/dev-ruby/xpath/xpath-3.2.0-r1.ebuild
index b1bc0903ead4..93dc28a3b062 100644
--- a/dev-ruby/xpath/xpath-3.2.0-r1.ebuild
+++ b/dev-ruby/xpath/xpath-3.2.0-r1.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=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 inherit ruby-fakegem
 
 DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
-HOMEPAGE="https://github.com/jnicklas/xpath";
+HOMEPAGE="https://github.com/teamcapybara/xpath";
 LICENSE="MIT"
 
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"



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

2022-12-18 Thread Hans de Graaff
commit: 7e764526bfb488049df7ceea6debc3e9e7aaa2e7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 15:16:00 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 15:51:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e764526

dev-ruby/xpath: drop 3.2.0

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

 dev-ruby/xpath/xpath-3.2.0.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-ruby/xpath/xpath-3.2.0.ebuild 
b/dev-ruby/xpath/xpath-3.2.0.ebuild
deleted file mode 100644
index e13f6c3d7f17..
--- a/dev-ruby/xpath/xpath-3.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
-HOMEPAGE="https://github.com/jnicklas/xpath";
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-SLOT="3"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.8:0"
-
-all_ruby_prepare() {
-   sed -i -e '/\(bundler\|pry\)/d' spec/spec_helper.rb || die
-}



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

2022-07-21 Thread Hans de Graaff
commit: 71f386346b87089c78794bab9dd898917b13e7fe
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul 21 06:54:15 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul 21 07:24:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f38634

dev-ruby/xpath: stabilize 3.2.0-r1 for amd64

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

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

diff --git a/dev-ruby/xpath/xpath-3.2.0-r1.ebuild 
b/dev-ruby/xpath/xpath-3.2.0-r1.ebuild
index 497f4840b218..b1bc0903ead4 100644
--- a/dev-ruby/xpath/xpath-3.2.0-r1.ebuild
+++ b/dev-ruby/xpath/xpath-3.2.0-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
 HOMEPAGE="https://github.com/jnicklas/xpath";
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 SLOT="3"
 IUSE=""
 



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

2022-04-16 Thread Hans de Graaff
commit: 76aa6f7979922aa1fd3325d20adaa976ea70c16d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 16 06:26:47 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 16 06:26:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76aa6f79

dev-ruby/xpath: update EAPI 6 -> 8, add ruby31

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

 dev-ruby/xpath/xpath-3.2.0-r1.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-ruby/xpath/xpath-3.2.0-r1.ebuild 
b/dev-ruby/xpath/xpath-3.2.0-r1.ebuild
new file mode 100644
index ..497f4840b218
--- /dev/null
+++ b/dev-ruby/xpath/xpath-3.2.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
+HOMEPAGE="https://github.com/jnicklas/xpath";
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+SLOT="3"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/nokogiri-1.8:0"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|pry\)/d' spec/spec_helper.rb || die
+}



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

2021-09-07 Thread Marek Szuba
commit: d9eb8b9e33944b0ab3f0b85c9cb35aefbcc7f106
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Sep  7 19:09:56 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Sep  7 21:28:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9eb8b9e

dev-ruby/xpath: keyword 3.2.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-ruby/xpath/xpath-3.2.0.ebuild 
b/dev-ruby/xpath/xpath-3.2.0.ebuild
index 31e0e645324..e13f6c3d7f1 100644
--- a/dev-ruby/xpath/xpath-3.2.0.ebuild
+++ b/dev-ruby/xpath/xpath-3.2.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
 HOMEPAGE="https://github.com/jnicklas/xpath";
 LICENSE="MIT"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 SLOT="3"
 IUSE=""
 



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

2021-05-03 Thread Hans de Graaff
commit: 781510b0573516784adc666d224d9b2be512a999
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May  4 05:15:21 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May  4 05:29:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781510b0

dev-ruby/xpath: add ruby30

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

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

diff --git a/dev-ruby/xpath/xpath-3.2.0.ebuild 
b/dev-ruby/xpath/xpath-3.2.0.ebuild
index 53e37aa7468..31e0e645324 100644
--- a/dev-ruby/xpath/xpath-3.2.0.ebuild
+++ b/dev-ruby/xpath/xpath-3.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2020-12-20 Thread Sam James
commit: c7f8e7530882cd9f5d6bd5e798a2beac58795586
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 19:05:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 19:14:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f8e753

dev-ruby/xpath: Keyword 3.2.0 ppc, #692324

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

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

diff --git a/dev-ruby/xpath/xpath-3.2.0.ebuild 
b/dev-ruby/xpath/xpath-3.2.0.ebuild
index 13c9f86c43a..53e37aa7468 100644
--- a/dev-ruby/xpath/xpath-3.2.0.ebuild
+++ b/dev-ruby/xpath/xpath-3.2.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
 HOMEPAGE="https://github.com/jnicklas/xpath";
 LICENSE="MIT"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 SLOT="3"
 IUSE=""
 



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

2020-12-20 Thread Sam James
commit: 1101884b9e1091c18b135d01bcca52d38128df70
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 18:54:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 19:03:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1101884b

dev-ruby/xpath: Keyword 3.2.0 ppc64, #692324

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

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

diff --git a/dev-ruby/xpath/xpath-3.2.0.ebuild 
b/dev-ruby/xpath/xpath-3.2.0.ebuild
index 91a655c9230..13c9f86c43a 100644
--- a/dev-ruby/xpath/xpath-3.2.0.ebuild
+++ b/dev-ruby/xpath/xpath-3.2.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
 HOMEPAGE="https://github.com/jnicklas/xpath";
 LICENSE="MIT"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
 SLOT="3"
 IUSE=""
 



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

2020-09-05 Thread Hans de Graaff
commit: bef925b21dc54b1edecb07ca69d880e7553ab2f5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Sep  5 08:00:19 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Sep  5 08:01:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef925b2

dev-ruby/xpath: cleanup

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

 dev-ruby/xpath/Manifest   |  1 -
 dev-ruby/xpath/xpath-2.1.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-ruby/xpath/Manifest b/dev-ruby/xpath/Manifest
index c2021678d2c..e48669f94fb 100644
--- a/dev-ruby/xpath/Manifest
+++ b/dev-ruby/xpath/Manifest
@@ -1,2 +1 @@
-DIST xpath-2.1.0.gem 16896 BLAKE2B 
b8dc2b0e207c666446ba5948f6e37c71f410d8a5a02717d5ccb2fa8b0c32f274a34cc144a2380b22266248acad288828114a755d4f04c2a1caeec6ee55e3
 SHA512 
50d80cac3fd65cbd211d3a87b8844a6607b14c841a1a5609e2370c3624daf719b937a61e526bf31aedee13346802d6bbb721d58bda2bef9c564c187b28bb90e2
 DIST xpath-3.2.0.gem 14336 BLAKE2B 
a7e1927fe8831669171e4ffa4677d33fb2276820742596d20f7cadc47f0a523b1b438d7568c195119259c8e2f9f49e3bdf1bc224001f7e215a4a02af1e84e142
 SHA512 
2059938387f4d1656867457a480182bd73e02f265071a394472122aea0b5b4fb0af985ec5be513d2425cf1c341bf18c3cfb67616ba02e30ce6331879964dedc3

diff --git a/dev-ruby/xpath/xpath-2.1.0.ebuild 
b/dev-ruby/xpath/xpath-2.1.0.ebuild
deleted file mode 100644
index 9b9e37ac162..000
--- a/dev-ruby/xpath/xpath-2.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
-HOMEPAGE="https://github.com/jnicklas/xpath";
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~x86"
-SLOT="2"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/nokogiri )"
-
-all_ruby_prepare() {
-   sed -i -e '/\(bundler\|pry\)/d' spec/spec_helper.rb || die
-}



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

2020-04-21 Thread Sergei Trofimovich
commit: 748f0b7e8e3c9769260d013dc563e2b85d98e2bf
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Apr 22 06:10:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr 22 06:19:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748f0b7e

dev-ruby/xpath: keyworded 3.2.0 for sparc

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-ruby/xpath/xpath-3.2.0.ebuild 
b/dev-ruby/xpath/xpath-3.2.0.ebuild
index 461d26c9e99..91a655c9230 100644
--- a/dev-ruby/xpath/xpath-3.2.0.ebuild
+++ b/dev-ruby/xpath/xpath-3.2.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
 HOMEPAGE="https://github.com/jnicklas/xpath";
 LICENSE="MIT"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
 SLOT="3"
 IUSE=""
 



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

2020-01-18 Thread Hans de Graaff
commit: 9214aa8a8aafab0017e32eb8a8c612cf3f4c6ec1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 19 06:44:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 19 06:52:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9214aa8a

dev-ruby/xpath: add ruby27

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

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

diff --git a/dev-ruby/xpath/xpath-3.2.0.ebuild 
b/dev-ruby/xpath/xpath-3.2.0.ebuild
index e2840a4fb89..461d26c9e99 100644
--- a/dev-ruby/xpath/xpath-3.2.0.ebuild
+++ b/dev-ruby/xpath/xpath-3.2.0.ebuild
@@ -1,8 +1,8 @@
-# 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_EXTRADOC="README.md"
 



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

2019-04-26 Thread Hans de Graaff
commit: eb7dc995391fde63e210742c9c4f08f56c687a60
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 27 05:59:16 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 27 05:59:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7dc995

dev-ruby/xpath: amd64 stable

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

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

diff --git a/dev-ruby/xpath/xpath-3.2.0.ebuild 
b/dev-ruby/xpath/xpath-3.2.0.ebuild
index 9627798f29b..e2840a4fb89 100644
--- a/dev-ruby/xpath/xpath-3.2.0.ebuild
+++ b/dev-ruby/xpath/xpath-3.2.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
 HOMEPAGE="https://github.com/jnicklas/xpath";
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~x86"
 SLOT="3"
 IUSE=""
 



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

2019-04-26 Thread Hans de Graaff
commit: aeab49c4ba6a8726282b500e8b0e14cf2609f3a5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr 27 05:50:28 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr 27 05:50:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeab49c4

dev-ruby/xpath: cleanup

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

 dev-ruby/xpath/Manifest   |  2 --
 dev-ruby/xpath/xpath-3.0.0.ebuild | 26 --
 dev-ruby/xpath/xpath-3.1.0.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-ruby/xpath/Manifest b/dev-ruby/xpath/Manifest
index 353b089779b..c2021678d2c 100644
--- a/dev-ruby/xpath/Manifest
+++ b/dev-ruby/xpath/Manifest
@@ -1,4 +1,2 @@
 DIST xpath-2.1.0.gem 16896 BLAKE2B 
b8dc2b0e207c666446ba5948f6e37c71f410d8a5a02717d5ccb2fa8b0c32f274a34cc144a2380b22266248acad288828114a755d4f04c2a1caeec6ee55e3
 SHA512 
50d80cac3fd65cbd211d3a87b8844a6607b14c841a1a5609e2370c3624daf719b937a61e526bf31aedee13346802d6bbb721d58bda2bef9c564c187b28bb90e2
-DIST xpath-3.0.0.gem 13824 BLAKE2B 
19b41febf466a8bd72cab071fd8e68844c3bf1b2c06ce4aefe6c5a08e4f57ec8f1fd8478c60076a7e6967a85faf49680950f66ab9ebf1d2c47326da40e1f1847
 SHA512 
fd1e8cfff11e8c14efb1ad2cabb9a0a3bc3d79d40b61264c524ff4524c5e7b9ff86de0746f4530fe7501f5e5e1683cb87c4a479f5e67deb7d8f93ed552ec78d6
-DIST xpath-3.1.0.gem 13824 BLAKE2B 
68f8267fe5bd4d5761e24d7950bec321cfdfa82a836337d8f702796e4ff7fdf8dcc0d1d929d58a7595fafe3ca4a1c9e6853b9b4327362befca1b099162f0fa55
 SHA512 
e9bab0a7555369af412528f56d1fc561119523adcab6555d7b48e88f17166805fda7d73ee2a9ad01f4b87da9ffcafbbe25bc6ac5b87b608eff1b39d31d956b86
 DIST xpath-3.2.0.gem 14336 BLAKE2B 
a7e1927fe8831669171e4ffa4677d33fb2276820742596d20f7cadc47f0a523b1b438d7568c195119259c8e2f9f49e3bdf1bc224001f7e215a4a02af1e84e142
 SHA512 
2059938387f4d1656867457a480182bd73e02f265071a394472122aea0b5b4fb0af985ec5be513d2425cf1c341bf18c3cfb67616ba02e30ce6331879964dedc3

diff --git a/dev-ruby/xpath/xpath-3.0.0.ebuild 
b/dev-ruby/xpath/xpath-3.0.0.ebuild
deleted file mode 100644
index 14f25fc184b..000
--- a/dev-ruby/xpath/xpath-3.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
-HOMEPAGE="https://github.com/jnicklas/xpath";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
-SLOT="3"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.8:0"
-
-all_ruby_prepare() {
-   sed -i -e '/\(bundler\|pry\)/d' spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/xpath/xpath-3.1.0.ebuild 
b/dev-ruby/xpath/xpath-3.1.0.ebuild
deleted file mode 100644
index 14f25fc184b..000
--- a/dev-ruby/xpath/xpath-3.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
-HOMEPAGE="https://github.com/jnicklas/xpath";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
-SLOT="3"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.8:0"
-
-all_ruby_prepare() {
-   sed -i -e '/\(bundler\|pry\)/d' spec/spec_helper.rb || die
-}



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

2019-02-25 Thread Hans de Graaff
commit: 636d8430674266099e53b4420f990bea824ec5d3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 26 06:10:25 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 26 06:10:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636d8430

dev-ruby/xpath: add ruby26

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

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

diff --git a/dev-ruby/xpath/xpath-3.2.0.ebuild 
b/dev-ruby/xpath/xpath-3.2.0.ebuild
index e5e5655d122..9627798f29b 100644
--- a/dev-ruby/xpath/xpath-3.2.0.ebuild
+++ b/dev-ruby/xpath/xpath-3.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# 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_EXTRADOC="README.md"
 



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

2018-10-15 Thread Hans de Graaff
commit: 2eb72ed69752d19e9448787367647ea23d88ca31
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Oct 16 04:09:24 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Oct 16 04:09:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb72ed6

dev-ruby/xpath: add 3.2.0

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

 dev-ruby/xpath/Manifest   |  1 +
 dev-ruby/xpath/xpath-3.2.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/xpath/Manifest b/dev-ruby/xpath/Manifest
index 2e481f94037..353b089779b 100644
--- a/dev-ruby/xpath/Manifest
+++ b/dev-ruby/xpath/Manifest
@@ -1,3 +1,4 @@
 DIST xpath-2.1.0.gem 16896 BLAKE2B 
b8dc2b0e207c666446ba5948f6e37c71f410d8a5a02717d5ccb2fa8b0c32f274a34cc144a2380b22266248acad288828114a755d4f04c2a1caeec6ee55e3
 SHA512 
50d80cac3fd65cbd211d3a87b8844a6607b14c841a1a5609e2370c3624daf719b937a61e526bf31aedee13346802d6bbb721d58bda2bef9c564c187b28bb90e2
 DIST xpath-3.0.0.gem 13824 BLAKE2B 
19b41febf466a8bd72cab071fd8e68844c3bf1b2c06ce4aefe6c5a08e4f57ec8f1fd8478c60076a7e6967a85faf49680950f66ab9ebf1d2c47326da40e1f1847
 SHA512 
fd1e8cfff11e8c14efb1ad2cabb9a0a3bc3d79d40b61264c524ff4524c5e7b9ff86de0746f4530fe7501f5e5e1683cb87c4a479f5e67deb7d8f93ed552ec78d6
 DIST xpath-3.1.0.gem 13824 BLAKE2B 
68f8267fe5bd4d5761e24d7950bec321cfdfa82a836337d8f702796e4ff7fdf8dcc0d1d929d58a7595fafe3ca4a1c9e6853b9b4327362befca1b099162f0fa55
 SHA512 
e9bab0a7555369af412528f56d1fc561119523adcab6555d7b48e88f17166805fda7d73ee2a9ad01f4b87da9ffcafbbe25bc6ac5b87b608eff1b39d31d956b86
+DIST xpath-3.2.0.gem 14336 BLAKE2B 
a7e1927fe8831669171e4ffa4677d33fb2276820742596d20f7cadc47f0a523b1b438d7568c195119259c8e2f9f49e3bdf1bc224001f7e215a4a02af1e84e142
 SHA512 
2059938387f4d1656867457a480182bd73e02f265071a394472122aea0b5b4fb0af985ec5be513d2425cf1c341bf18c3cfb67616ba02e30ce6331879964dedc3

diff --git a/dev-ruby/xpath/xpath-3.2.0.ebuild 
b/dev-ruby/xpath/xpath-3.2.0.ebuild
new file mode 100644
index 000..e5e5655d122
--- /dev/null
+++ b/dev-ruby/xpath/xpath-3.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
+HOMEPAGE="https://github.com/jnicklas/xpath";
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+SLOT="3"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/nokogiri-1.8:0"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|pry\)/d' spec/spec_helper.rb || die
+}



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

2018-05-26 Thread Hans de Graaff
commit: 0a753425e886d03d790af8c20d0071cd84cf0459
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 27 05:07:04 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 27 05:07:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a753425

dev-ruby/xpath: add 3.1.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-ruby/xpath/Manifest   |  1 +
 dev-ruby/xpath/xpath-3.1.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/xpath/Manifest b/dev-ruby/xpath/Manifest
index 35869a51dd0..2e481f94037 100644
--- a/dev-ruby/xpath/Manifest
+++ b/dev-ruby/xpath/Manifest
@@ -1,2 +1,3 @@
 DIST xpath-2.1.0.gem 16896 BLAKE2B 
b8dc2b0e207c666446ba5948f6e37c71f410d8a5a02717d5ccb2fa8b0c32f274a34cc144a2380b22266248acad288828114a755d4f04c2a1caeec6ee55e3
 SHA512 
50d80cac3fd65cbd211d3a87b8844a6607b14c841a1a5609e2370c3624daf719b937a61e526bf31aedee13346802d6bbb721d58bda2bef9c564c187b28bb90e2
 DIST xpath-3.0.0.gem 13824 BLAKE2B 
19b41febf466a8bd72cab071fd8e68844c3bf1b2c06ce4aefe6c5a08e4f57ec8f1fd8478c60076a7e6967a85faf49680950f66ab9ebf1d2c47326da40e1f1847
 SHA512 
fd1e8cfff11e8c14efb1ad2cabb9a0a3bc3d79d40b61264c524ff4524c5e7b9ff86de0746f4530fe7501f5e5e1683cb87c4a479f5e67deb7d8f93ed552ec78d6
+DIST xpath-3.1.0.gem 13824 BLAKE2B 
68f8267fe5bd4d5761e24d7950bec321cfdfa82a836337d8f702796e4ff7fdf8dcc0d1d929d58a7595fafe3ca4a1c9e6853b9b4327362befca1b099162f0fa55
 SHA512 
e9bab0a7555369af412528f56d1fc561119523adcab6555d7b48e88f17166805fda7d73ee2a9ad01f4b87da9ffcafbbe25bc6ac5b87b608eff1b39d31d956b86

diff --git a/dev-ruby/xpath/xpath-3.1.0.ebuild 
b/dev-ruby/xpath/xpath-3.1.0.ebuild
new file mode 100644
index 000..14f25fc184b
--- /dev/null
+++ b/dev-ruby/xpath/xpath-3.1.0.ebuild
@@ -0,0 +1,26 @@
+# 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_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
+HOMEPAGE="https://github.com/jnicklas/xpath";
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+SLOT="3"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/nokogiri-1.8:0"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|pry\)/d' spec/spec_helper.rb || die
+}



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

2018-05-06 Thread Hans de Graaff
commit: 42fe91ca1cb479edb2e056fb3fa4532d496e03d9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  7 03:53:48 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon May  7 04:40:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fe91ca

dev-ruby/xpath: add ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/xpath/xpath-2.1.0.ebuild | 2 +-
 dev-ruby/xpath/xpath-3.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/xpath/xpath-2.1.0.ebuild 
b/dev-ruby/xpath/xpath-2.1.0.ebuild
index 240dd82fee9..9b9e37ac162 100644
--- a/dev-ruby/xpath/xpath-2.1.0.ebuild
+++ b/dev-ruby/xpath/xpath-2.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 

diff --git a/dev-ruby/xpath/xpath-3.0.0.ebuild 
b/dev-ruby/xpath/xpath-3.0.0.ebuild
index 5ebcc80ee2b..14f25fc184b 100644
--- a/dev-ruby/xpath/xpath-3.0.0.ebuild
+++ b/dev-ruby/xpath/xpath-3.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2018-01-14 Thread Hans de Graaff
commit: d9b54f968c6f0107e44e2129ece20994de346cbf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jan 14 08:24:04 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jan 14 08:24:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b54f96

dev-ruby/xpath: amd64 stable

Package-Manager: Portage-2.3.13, Repoman-2.3.3

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

diff --git a/dev-ruby/xpath/xpath-2.1.0.ebuild 
b/dev-ruby/xpath/xpath-2.1.0.ebuild
index 61590472fc3..42d459e6175 100644
--- a/dev-ruby/xpath/xpath-2.1.0.ebuild
+++ b/dev-ruby/xpath/xpath-2.1.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
@@ -15,7 +15,7 @@ DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
 HOMEPAGE="https://github.com/jnicklas/xpath";
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 SLOT="2"
 IUSE=""
 



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

2017-12-31 Thread Hans de Graaff
commit: cc9fb16e3dde592514cfc7ea3e475c27d50f2604
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan  1 06:31:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan  1 06:31:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9fb16e

dev-ruby/xpath: add 3.0.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/xpath/Manifest   |  1 +
 dev-ruby/xpath/xpath-3.0.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/xpath/Manifest b/dev-ruby/xpath/Manifest
index 4221d64cd78..35869a51dd0 100644
--- a/dev-ruby/xpath/Manifest
+++ b/dev-ruby/xpath/Manifest
@@ -1 +1,2 @@
 DIST xpath-2.1.0.gem 16896 BLAKE2B 
b8dc2b0e207c666446ba5948f6e37c71f410d8a5a02717d5ccb2fa8b0c32f274a34cc144a2380b22266248acad288828114a755d4f04c2a1caeec6ee55e3
 SHA512 
50d80cac3fd65cbd211d3a87b8844a6607b14c841a1a5609e2370c3624daf719b937a61e526bf31aedee13346802d6bbb721d58bda2bef9c564c187b28bb90e2
+DIST xpath-3.0.0.gem 13824 BLAKE2B 
19b41febf466a8bd72cab071fd8e68844c3bf1b2c06ce4aefe6c5a08e4f57ec8f1fd8478c60076a7e6967a85faf49680950f66ab9ebf1d2c47326da40e1f1847
 SHA512 
fd1e8cfff11e8c14efb1ad2cabb9a0a3bc3d79d40b61264c524ff4524c5e7b9ff86de0746f4530fe7501f5e5e1683cb87c4a479f5e67deb7d8f93ed552ec78d6

diff --git a/dev-ruby/xpath/xpath-3.0.0.ebuild 
b/dev-ruby/xpath/xpath-3.0.0.ebuild
new file mode 100644
index 000..a0d9eb988af
--- /dev/null
+++ b/dev-ruby/xpath/xpath-3.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
+HOMEPAGE="https://github.com/jnicklas/xpath";
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+SLOT="3"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/nokogiri-1.8:0"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|pry\)/d' spec/spec_helper.rb || die
+}



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

2017-12-31 Thread Hans de Graaff
commit: 4d9d5ed024a2a29dc4f640b089f970be3eebc71b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jan  1 06:25:16 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jan  1 06:25:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9d5ed0

dev-ruby/xpath: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/xpath/Manifest  |  1 -
 dev-ruby/xpath/xpath-2.0.0-r1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-ruby/xpath/Manifest b/dev-ruby/xpath/Manifest
index 83d885c7559..4221d64cd78 100644
--- a/dev-ruby/xpath/Manifest
+++ b/dev-ruby/xpath/Manifest
@@ -1,2 +1 @@
-DIST xpath-2.0.0.gem 18944 BLAKE2B 
94c099ab106622b960fd0a6bad3183d122bae213ea4242a6bb065e707463f9f53bbf8027207caaf506beb470d5e423c5216a277d727beeb181f593c86d73b0fd
 SHA512 
5d0375d795c755b88d4a16b7da9efe2bf234190066e38654360bbb0d837fdd481c946f055d95975d905330eef7e57d9b1eb4f1c5340d540db0fbd78fb58af690
 DIST xpath-2.1.0.gem 16896 BLAKE2B 
b8dc2b0e207c666446ba5948f6e37c71f410d8a5a02717d5ccb2fa8b0c32f274a34cc144a2380b22266248acad288828114a755d4f04c2a1caeec6ee55e3
 SHA512 
50d80cac3fd65cbd211d3a87b8844a6607b14c841a1a5609e2370c3624daf719b937a61e526bf31aedee13346802d6bbb721d58bda2bef9c564c187b28bb90e2

diff --git a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild 
b/dev-ruby/xpath/xpath-2.0.0-r1.ebuild
deleted file mode 100644
index ab25d43f9ab..000
--- a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,26 +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_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
-HOMEPAGE="https://github.com/jnicklas/xpath";
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="2"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/nokogiri )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/d' spec/spec_helper.rb || die
-}



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

2017-10-22 Thread Hans de Graaff
commit: b334ce3764897607c00a0928928b4207cac29050
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 22 07:13:08 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct 22 07:13:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b334ce37

dev-ruby/xpath: cleanup masked slot

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/xpath/Manifest  |  1 -
 dev-ruby/xpath/xpath-0.1.4-r1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-ruby/xpath/Manifest b/dev-ruby/xpath/Manifest
index ef8c39cddda..c7be99a8b07 100644
--- a/dev-ruby/xpath/Manifest
+++ b/dev-ruby/xpath/Manifest
@@ -1,3 +1,2 @@
-DIST xpath-0.1.4.gem 13824 SHA256 
60a1363643edb3b3802fa1d7c5a042fed0f8f5f5589ed308a47f099ef5dcbf6f SHA512 
7764dadf1d63607a5091790b6525242fb293abba01b85bf3bbded9e1ca668d2ebf6af523a84c46de423ad3340af07fbec5cadce59a9c3917d082593309df8aab
 WHIRLPOOL 
270e8109c8c1c91fb50a86d8f3f33e4ae90a578ec9e03b8197ed92c80a67c287abda2d3c3f8350d066b61229691d6a74c6286c5479bbbca7c39e99d008885397
 DIST xpath-2.0.0.gem 18944 SHA256 
9ca4a1cc88d9ab16c591468cce7b5d00ee06a8a76b841f8438970c7a44c86c12 SHA512 
5d0375d795c755b88d4a16b7da9efe2bf234190066e38654360bbb0d837fdd481c946f055d95975d905330eef7e57d9b1eb4f1c5340d540db0fbd78fb58af690
 WHIRLPOOL 
a745f438b9fe8471ec5975088aa97b2d1a6e587eefd93f248dec4fad2e17ea8acc1200fd88ee6517dcfc93e39bb684379d22e6aea52c8c421e75358aa644e8a6
 DIST xpath-2.1.0.gem 16896 SHA256 
dc3f9c47c071b092d06bd17fc00e37a8d09e70b5eda645e375a04067aa1146c1 SHA512 
50d80cac3fd65cbd211d3a87b8844a6607b14c841a1a5609e2370c3624daf719b937a61e526bf31aedee13346802d6bbb721d58bda2bef9c564c187b28bb90e2
 WHIRLPOOL 
753e00cb1f94f26138847e4ab833792764897dd8b57b8d014de68ea53e0c568b7752ea7c6726f78f12b6f2d2183ba10894c881aa44ed83398fb0470b32f35ead

diff --git a/dev-ruby/xpath/xpath-0.1.4-r1.ebuild 
b/dev-ruby/xpath/xpath-0.1.4-r1.ebuild
deleted file mode 100644
index 4b87774b47f..000
--- a/dev-ruby/xpath/xpath-0.1.4-r1.ebuild
+++ /dev/null
@@ -1,26 +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 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
-HOMEPAGE="https://github.com/jnicklas/xpath";
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/nokogiri )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/d' spec/spec_helper.rb || die
-}



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

2017-07-24 Thread Markus Meier
commit: 992195821c3e681ea298ba4c1fe26f9639b82a8a
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Jul 24 17:50:56 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Jul 24 17:50:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99219582

dev-ruby/xpath: add ~arm, bug #624234

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

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

diff --git a/dev-ruby/xpath/xpath-2.1.0.ebuild 
b/dev-ruby/xpath/xpath-2.1.0.ebuild
index b3e1f65ab14..61590472fc3 100644
--- a/dev-ruby/xpath/xpath-2.1.0.ebuild
+++ b/dev-ruby/xpath/xpath-2.1.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
 HOMEPAGE="https://github.com/jnicklas/xpath";
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 SLOT="2"
 IUSE=""
 



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

2017-07-12 Thread Alexis Ballier
commit: 2f97eb50e1fc2c3275f8b2c22ffc296ae3c07e29
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 12 08:35:25 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 12 12:13:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f97eb50

dev-ruby/xpath: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/xpath/xpath-2.1.0.ebuild 
b/dev-ruby/xpath/xpath-2.1.0.ebuild
index d1b3556d384..b3e1f65ab14 100644
--- a/dev-ruby/xpath/xpath-2.1.0.ebuild
+++ b/dev-ruby/xpath/xpath-2.1.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
 HOMEPAGE="https://github.com/jnicklas/xpath";
 LICENSE="MIT"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 SLOT="2"
 IUSE=""
 



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

2017-05-25 Thread Hans de Graaff
commit: c18966fd50785b2c4fc3c2c5f983f8cd81f89432
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 26 06:19:15 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 26 06:19:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18966fd

dev-ruby/xpath: add 2.1.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/xpath/Manifest   |  1 +
 dev-ruby/xpath/xpath-2.1.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/xpath/Manifest b/dev-ruby/xpath/Manifest
index 66569f2c0e5..ef8c39cddda 100644
--- a/dev-ruby/xpath/Manifest
+++ b/dev-ruby/xpath/Manifest
@@ -1,2 +1,3 @@
 DIST xpath-0.1.4.gem 13824 SHA256 
60a1363643edb3b3802fa1d7c5a042fed0f8f5f5589ed308a47f099ef5dcbf6f SHA512 
7764dadf1d63607a5091790b6525242fb293abba01b85bf3bbded9e1ca668d2ebf6af523a84c46de423ad3340af07fbec5cadce59a9c3917d082593309df8aab
 WHIRLPOOL 
270e8109c8c1c91fb50a86d8f3f33e4ae90a578ec9e03b8197ed92c80a67c287abda2d3c3f8350d066b61229691d6a74c6286c5479bbbca7c39e99d008885397
 DIST xpath-2.0.0.gem 18944 SHA256 
9ca4a1cc88d9ab16c591468cce7b5d00ee06a8a76b841f8438970c7a44c86c12 SHA512 
5d0375d795c755b88d4a16b7da9efe2bf234190066e38654360bbb0d837fdd481c946f055d95975d905330eef7e57d9b1eb4f1c5340d540db0fbd78fb58af690
 WHIRLPOOL 
a745f438b9fe8471ec5975088aa97b2d1a6e587eefd93f248dec4fad2e17ea8acc1200fd88ee6517dcfc93e39bb684379d22e6aea52c8c421e75358aa644e8a6
+DIST xpath-2.1.0.gem 16896 SHA256 
dc3f9c47c071b092d06bd17fc00e37a8d09e70b5eda645e375a04067aa1146c1 SHA512 
50d80cac3fd65cbd211d3a87b8844a6607b14c841a1a5609e2370c3624daf719b937a61e526bf31aedee13346802d6bbb721d58bda2bef9c564c187b28bb90e2
 WHIRLPOOL 
753e00cb1f94f26138847e4ab833792764897dd8b57b8d014de68ea53e0c568b7752ea7c6726f78f12b6f2d2183ba10894c881aa44ed83398fb0470b32f35ead

diff --git a/dev-ruby/xpath/xpath-2.1.0.ebuild 
b/dev-ruby/xpath/xpath-2.1.0.ebuild
new file mode 100644
index 000..d1b3556d384
--- /dev/null
+++ b/dev-ruby/xpath/xpath-2.1.0.ebuild
@@ -0,0 +1,26 @@
+# 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_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="XPath is a Ruby DSL around a subset of XPath 1.0"
+HOMEPAGE="https://github.com/jnicklas/xpath";
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="2"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/nokogiri )"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|pry\)/d' spec/spec_helper.rb || die
+}



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

2017-02-17 Thread Hans de Graaff
commit: eeb7e40c004b39feff0595ca90133631367999c0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 18 06:36:21 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 18 06:36:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb7e40c

dev-ruby/xpath: add ruby24

Package-Manager: portage-2.3.3

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

diff --git a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild 
b/dev-ruby/xpath/xpath-2.0.0-r1.ebuild
index 25c2656b81..1719a1136c 100644
--- a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild
+++ b/dev-ruby/xpath/xpath-2.0.0-r1.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
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2016-11-08 Thread Manuel Rüger
commit: b85a02cf2dde2c03e1528309ddb554df7028898b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Nov  9 00:47:27 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Nov  9 00:47:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85a02cf

dev-ruby/xpath: Add ruby23

Package-Manager: portage-2.3.2

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

diff --git a/dev-ruby/xpath/xpath-0.1.4-r1.ebuild 
b/dev-ruby/xpath/xpath-0.1.4-r1.ebuild
index 2f2e37f..663f6ec 100644
--- a/dev-ruby/xpath/xpath-0.1.4-r1.ebuild
+++ b/dev-ruby/xpath/xpath-0.1.4-r1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
 



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

2016-04-09 Thread Hans de Graaff
commit: 78d6a1a569a1bd29cdb1d85618d2697cfe71803f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  9 08:38:06 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Apr  9 08:38:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d6a1a5

dev-ruby/xpath: add ruby23

Package-Manager: portage-2.2.26

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

diff --git a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild 
b/dev-ruby/xpath/xpath-2.0.0-r1.ebuild
index 564891b..25c2656 100644
--- a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild
+++ b/dev-ruby/xpath/xpath-2.0.0-r1.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"
 



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

2016-03-06 Thread Manuel Rüger
commit: fdcda60529d3a94a8db56013ad1531b9c0a7f694
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar  6 18:26:50 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar  6 18:26:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdcda605

dev-ruby/xpath: Remove ruby19

Package-Manager: portage-2.2.27

 dev-ruby/xpath/xpath-0.1.4-r1.ebuild | 4 ++--
 dev-ruby/xpath/xpath-2.0.0-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/xpath/xpath-0.1.4-r1.ebuild 
b/dev-ruby/xpath/xpath-0.1.4-r1.ebuild
index 8b4c2de..2f2e37f 100644
--- a/dev-ruby/xpath/xpath-0.1.4-r1.ebuild
+++ b/dev-ruby/xpath/xpath-0.1.4-r1.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 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
 

diff --git a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild 
b/dev-ruby/xpath/xpath-2.0.0-r1.ebuild
index e9723d9..564891b 100644
--- a/dev-ruby/xpath/xpath-2.0.0-r1.ebuild
+++ b/dev-ruby/xpath/xpath-2.0.0-r1.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 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_EXTRADOC="README.md"