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

2023-12-27 Thread Hans de Graaff
commit: e5eef98baa17ac7af7a74136a3430e900197c624
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 27 12:11:10 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 27 12:26:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5eef98b

dev-ruby/ruby-openid: enable ruby33

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

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
index 040dfc9d2bef..ffcefcbc6ac1 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"



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

2023-08-26 Thread Hans de Graaff
commit: 81138f35bd9e4fa4cff19694e5188b9feea2383b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 14:42:41 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 15:39:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81138f35

dev-ruby/ruby-openid: fix tests, enable ruby32

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

 dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
index eb13ac12b314..040dfc9d2bef 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.9.2.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="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"
@@ -20,8 +20,16 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="test"
 
+ruby_add_bdepend "test? ( dev-ruby/webrick )"
+
 all_ruby_prepare() {
sed -i -e "/[Bb]undler/d" Rakefile || die
+
+   # Avoid test failing due to new sematics in ruby 3
+   sed -i -e '/test_no_host/askip "Ruby 3 incompatibility"' 
test/test_discover.rb || die
+
+   # Fix Bignum deprecation in tests
+   sed -i -e 's/Bignum/Integer/' test/test_cryptutil.rb || die
 }
 
 all_ruby_install() {



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

2022-04-24 Thread Hans de Graaff
commit: 2d0b4600d6c18f8757d4c371dfae66a07c5409c1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 24 07:02:57 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 24 07:06:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0b4600

dev-ruby/ruby-openid: enable ruby31

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

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
index 12c8796205e4..eb13ac12b314 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
@@ -1,8 +1,8 @@
-# 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_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"



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

2021-10-24 Thread Hans de Graaff
commit: 730997276f31c423c1ee49f5bf91fa720dd7dd7d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 24 12:54:09 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 25 05:58:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73099727

dev-ruby/ruby-openid: add ruby30

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

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
index 4d4607ffb29..12c8796205e 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"



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

2020-02-22 Thread Hans de Graaff
commit: 370b9a7485425b861c7a334d4f1bdb06b7422e32
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 23 05:52:15 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 23 05:52:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=370b9a74

dev-ruby/ruby-openid: cleanup

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

 dev-ruby/ruby-openid/Manifest |  1 -
 dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild | 30 ---
 2 files changed, 31 deletions(-)

diff --git a/dev-ruby/ruby-openid/Manifest b/dev-ruby/ruby-openid/Manifest
index 0ee8570d3c4..f3c3817e096 100644
--- a/dev-ruby/ruby-openid/Manifest
+++ b/dev-ruby/ruby-openid/Manifest
@@ -1,2 +1 @@
-DIST ruby-openid-2.7.0.tar.gz 513958 BLAKE2B 
d09b1817768376ad35c3ea9ff11b371761c340902f006f2f4a89af050fea104a8f975a45e90035f501e981fcd412925e3d4a5cf4679e4526b595d06124ce2511
 SHA512 
e53104d4cf0198953172a2ed567877c3d1cc11664acbab8ca424823e2249d9fa13ad9b931a7318709f2865f3f16e0e38714428d12accf16080aa1818b673d8cd
 DIST ruby-openid-2.9.2.tar.gz 514882 BLAKE2B 
496b257087617537fc413931820fc721f026d9e7826d1684c85250d29d295ef031f834af31449e3448386f714c45a7db802d46531ca207fec099e2e2e80b9780
 SHA512 
5f4b696952d457ecbb99c6e2bc4b5c04557e8ed8d7653259eaf89a151ef43e62edc1936a28ac9e0d5a2c253379010d6c6a820be4bf2caa90bfcbf4689695d075

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
deleted file mode 100644
index 500674c57a8..000
--- a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A robust library for verifying and serving OpenID identities"
-HOMEPAGE="https://github.com/openid/ruby-openid;
-SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-macos"
-IUSE="test"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}



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

2020-02-03 Thread Agostino Sarubbo
commit: 566c0d382da26dbf345056084cc6a65c70dc3005
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb  3 15:23:36 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb  3 15:23:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566c0d38

dev-ruby/ruby-openid: x86 stable wrt bug #707880

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

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
index 972a601d760..947e273e4a4 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~x86-macos"
 IUSE="test"
 
 all_ruby_prepare() {



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

2020-02-03 Thread Agostino Sarubbo
commit: 1ad7e0d642f999e3258a57e04d9385715819299e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb  3 12:36:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb  3 12:36:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad7e0d6

dev-ruby/ruby-openid: amd64 stable wrt bug #707880

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

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
index 4f3128e4e9f..972a601d760 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-macos"
 IUSE="test"
 
 all_ruby_prepare() {



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

2020-02-02 Thread Hans de Graaff
commit: 85cfdf9ce7b1f24d953b44f5b0326525e921a644
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  2 09:34:36 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  2 09:36:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85cfdf9c

dev-ruby/ruby-openid: add ruby27, fix examples installation

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

 dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
index 8664913d259..4f3128e4e9f 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.9.2.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=7
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"
@@ -27,6 +27,5 @@ all_ruby_prepare() {
 all_ruby_install() {
all_fakegem_install
 
-   insinto /usr/share/doc/${PF}
-   doins -r examples
+   dodoc -r examples
 }



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

2020-02-02 Thread Hans de Graaff
commit: ea26eda5350dcbb2a20b276200beea4655edf57a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb  2 09:32:13 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb  2 09:35:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea26eda5

dev-ruby/ruby-openid: cleanup

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

 dev-ruby/ruby-openid/Manifest |  1 -
 dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/ruby-openid/Manifest b/dev-ruby/ruby-openid/Manifest
index 889f7899519..0ee8570d3c4 100644
--- a/dev-ruby/ruby-openid/Manifest
+++ b/dev-ruby/ruby-openid/Manifest
@@ -1,3 +1,2 @@
 DIST ruby-openid-2.7.0.tar.gz 513958 BLAKE2B 
d09b1817768376ad35c3ea9ff11b371761c340902f006f2f4a89af050fea104a8f975a45e90035f501e981fcd412925e3d4a5cf4679e4526b595d06124ce2511
 SHA512 
e53104d4cf0198953172a2ed567877c3d1cc11664acbab8ca424823e2249d9fa13ad9b931a7318709f2865f3f16e0e38714428d12accf16080aa1818b673d8cd
-DIST ruby-openid-2.9.1.tar.gz 514851 BLAKE2B 
08344127e971231bd8a6950cc15d680e07b5ae9668be0d5dfd378003686a6e0a9ec8a7b477dded735498814972a159744b2a0361b5b1688179876c721dfb3706
 SHA512 
7e6e21bb2686b6bb6c851699121254694f76e3766985884a4eb8488b2d52cd7c95a70bb53f48146a544f0abd01bd9259add7b5d6a511d791f16149358f35d3f8
 DIST ruby-openid-2.9.2.tar.gz 514882 BLAKE2B 
496b257087617537fc413931820fc721f026d9e7826d1684c85250d29d295ef031f834af31449e3448386f714c45a7db802d46531ca207fec099e2e2e80b9780
 SHA512 
5f4b696952d457ecbb99c6e2bc4b5c04557e8ed8d7653259eaf89a151ef43e62edc1936a28ac9e0d5a2c253379010d6c6a820be4bf2caa90bfcbf4689695d075

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild
deleted file mode 100644
index 8664913d259..000
--- a/dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"
-
-RUBY_FAKEGEM_GEMSPEC="ruby-openid.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A robust library for verifying and serving OpenID identities"
-HOMEPAGE="https://github.com/openid/ruby-openid;
-SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
-IUSE="test"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}



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

2019-10-16 Thread Hans de Graaff
commit: b5194571044c65d410ce3572c3de0cd7e264c7c7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Oct 17 05:35:40 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Oct 17 05:35:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5194571

dev-ruby/ruby-openid: add 2.9.2

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

 dev-ruby/ruby-openid/Manifest |  1 +
 dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/ruby-openid/Manifest b/dev-ruby/ruby-openid/Manifest
index fd6df94f69d..889f7899519 100644
--- a/dev-ruby/ruby-openid/Manifest
+++ b/dev-ruby/ruby-openid/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-openid-2.7.0.tar.gz 513958 BLAKE2B 
d09b1817768376ad35c3ea9ff11b371761c340902f006f2f4a89af050fea104a8f975a45e90035f501e981fcd412925e3d4a5cf4679e4526b595d06124ce2511
 SHA512 
e53104d4cf0198953172a2ed567877c3d1cc11664acbab8ca424823e2249d9fa13ad9b931a7318709f2865f3f16e0e38714428d12accf16080aa1818b673d8cd
 DIST ruby-openid-2.9.1.tar.gz 514851 BLAKE2B 
08344127e971231bd8a6950cc15d680e07b5ae9668be0d5dfd378003686a6e0a9ec8a7b477dded735498814972a159744b2a0361b5b1688179876c721dfb3706
 SHA512 
7e6e21bb2686b6bb6c851699121254694f76e3766985884a4eb8488b2d52cd7c95a70bb53f48146a544f0abd01bd9259add7b5d6a511d791f16149358f35d3f8
+DIST ruby-openid-2.9.2.tar.gz 514882 BLAKE2B 
496b257087617537fc413931820fc721f026d9e7826d1684c85250d29d295ef031f834af31449e3448386f714c45a7db802d46531ca207fec099e2e2e80b9780
 SHA512 
5f4b696952d457ecbb99c6e2bc4b5c04557e8ed8d7653259eaf89a151ef43e62edc1936a28ac9e0d5a2c253379010d6c6a820be4bf2caa90bfcbf4689695d075

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
new file mode 100644
index 000..8664913d259
--- /dev/null
+++ b/dev-ruby/ruby-openid/ruby-openid-2.9.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"
+
+RUBY_FAKEGEM_GEMSPEC="ruby-openid.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A robust library for verifying and serving OpenID identities"
+HOMEPAGE="https://github.com/openid/ruby-openid;
+SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
+IUSE="test"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



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

2019-10-06 Thread Hans de Graaff
commit: 0785f1482a4cf79f4b4bfd530c2b51d93f88eedd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct  6 06:23:31 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Oct  6 06:23:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0785f148

dev-ruby/ruby-openid: add 2.9.1

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

 dev-ruby/ruby-openid/Manifest |  1 +
 dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/ruby-openid/Manifest b/dev-ruby/ruby-openid/Manifest
index 41c34aeea54..fd6df94f69d 100644
--- a/dev-ruby/ruby-openid/Manifest
+++ b/dev-ruby/ruby-openid/Manifest
@@ -1 +1,2 @@
 DIST ruby-openid-2.7.0.tar.gz 513958 BLAKE2B 
d09b1817768376ad35c3ea9ff11b371761c340902f006f2f4a89af050fea104a8f975a45e90035f501e981fcd412925e3d4a5cf4679e4526b595d06124ce2511
 SHA512 
e53104d4cf0198953172a2ed567877c3d1cc11664acbab8ca424823e2249d9fa13ad9b931a7318709f2865f3f16e0e38714428d12accf16080aa1818b673d8cd
+DIST ruby-openid-2.9.1.tar.gz 514851 BLAKE2B 
08344127e971231bd8a6950cc15d680e07b5ae9668be0d5dfd378003686a6e0a9ec8a7b477dded735498814972a159744b2a0361b5b1688179876c721dfb3706
 SHA512 
7e6e21bb2686b6bb6c851699121254694f76e3766985884a4eb8488b2d52cd7c95a70bb53f48146a544f0abd01bd9259add7b5d6a511d791f16149358f35d3f8

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild
new file mode 100644
index 000..8664913d259
--- /dev/null
+++ b/dev-ruby/ruby-openid/ruby-openid-2.9.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"
+
+RUBY_FAKEGEM_GEMSPEC="ruby-openid.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A robust library for verifying and serving OpenID identities"
+HOMEPAGE="https://github.com/openid/ruby-openid;
+SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
+IUSE="test"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+}



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

2019-01-22 Thread Hans de Graaff
commit: b18d51a9bc6633743cad2e9dd64ac83bef1a58d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jan 22 18:07:18 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jan 22 18:18:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18d51a9

dev-ruby/ruby-openid: add ruby26

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

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
index a7868666e68..500674c57a8 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.7.0.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=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"



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

2018-02-09 Thread Hans de Graaff
commit: a6b46e876c59c172bb0afec647c36ade99abaeb4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 10 07:35:31 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 10 07:39:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b46e87

dev-ruby/ruby-openid: add ruby25

Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
index f5eeb16d36a..a7868666e68 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.7.0.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=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"



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

2017-07-30 Thread Hans de Graaff
commit: 62e70043b7f7bef22333d760c788292e4ff1e86d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 31 05:27:37 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 31 05:31:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e70043

dev-ruby/ruby-openid: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
index 780844a6e7c..f5eeb16d36a 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
@@ -1,8 +1,8 @@
-# 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_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"



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

2016-11-02 Thread Hans de Graaff
commit: 48a5bcc772b01cfb6f10b581d5020333d1f8e2bb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Nov  2 06:23:05 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Nov  2 06:23:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a5bcc7

dev-ruby/ruby-openid: update HOMEPAGE

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
index 0eed60b..75cd838 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE 
UPGRADE.md"
 inherit ruby-fakegem
 
 DESCRIPTION="A robust library for verifying and serving OpenID identities"
-HOMEPAGE="http://ruby-openid.rubyforge.org/;
+HOMEPAGE="https://github.com/openid/ruby-openid;
 SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"



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

2016-05-26 Thread Hans de Graaff
commit: 0c430d95962f545d04615c66f4ba67fddc9bea52
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 27 05:08:48 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 27 05:08:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c430d95

dev-ruby/ruby-openid: add ruby23

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
index 9d145d4..0eed60b 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"



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

2016-05-26 Thread Hans de Graaff
commit: 68bbab94fe728e19e0c1c0ccbcd62e6e23af001f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 27 05:06:40 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 27 05:06:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bbab94

dev-ruby/ruby-openid: drop ruby19

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
index 18ec100..9d145d4 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.7.0.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_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"



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

2015-12-25 Thread Manuel Rüger
commit: 779636d10b89c12217d117b2d04efc9c84d058ea
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Dec 25 18:23:54 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Dec 25 18:26:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779636d1

dev-ruby/ruby-openid: Remove old

Package-Manager: portage-2.2.26

 dev-ruby/ruby-openid/Manifest |  1 -
 dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/ruby-openid/Manifest b/dev-ruby/ruby-openid/Manifest
index 198c422..da9a479 100644
--- a/dev-ruby/ruby-openid/Manifest
+++ b/dev-ruby/ruby-openid/Manifest
@@ -1,2 +1 @@
-DIST ruby-openid-2.6.0.tar.gz 514492 SHA256 
5c820410d4d83a02cbc778d647e81848a74c7e2f08db0fa560c481ec3d562df3 SHA512 
ffe544a8c34c0f2b85073ee679728a6138f0c4da9d16d54001c5aa50251bf51e097baeda5ea748218d06c3bdb69f4f0948c561f888741c88c829bd5d58e7ba44
 WHIRLPOOL 
11b26774069831a232cbc893c2d6d47fcf71a366b45a92a6e3732a31fa10c879b4cc12217bec16ea42d51938cdeb8b31d9b1d49dd036635fab7135af755df3cd
 DIST ruby-openid-2.7.0.tar.gz 513958 SHA256 
3281528cb8fd42d239b841147b5a560292bda1899bd79fa83b407b1c1b24e40e SHA512 
e53104d4cf0198953172a2ed567877c3d1cc11664acbab8ca424823e2249d9fa13ad9b931a7318709f2865f3f16e0e38714428d12accf16080aa1818b673d8cd
 WHIRLPOOL 
f293b3f76c9ebeaa0229327c6900a4eeae36cfc9abb97af5ac1c00ad99eb0b13f8765178789b7c9c16c7d783e0c3cfc43885112178b90be2ae22989497977f7c

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild
deleted file mode 100644
index bd89b3c..000
--- a/dev-ruby/ruby-openid/ruby-openid-2.6.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md NOTICE UPGRADE.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A robust library for verifying and serving OpenID identities"
-HOMEPAGE="http://ruby-openid.rubyforge.org/;
-SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-macos"
-IUSE="test"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   insinto /usr/share/doc/${PF}
-   doins -r examples
-}



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

2015-12-14 Thread Agostino Sarubbo
commit: e7314e0ee17a0c4b868a31704ecba81f5feb555f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec 14 14:10:47 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec 14 14:10:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7314e0e

dev-ruby/ruby-openid: amd64 stable wrt bug #568118

Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild 
b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
index 34fc058..f676228 100644
--- a/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
+++ b/dev-ruby/ruby-openid/ruby-openid-2.7.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/openid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-macos"
 IUSE="test"
 
 all_ruby_prepare() {