[gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpauth/
commit: 2172e5a3ffc53f8fcc23776d4a17edc4423817ac Author: Hans de Graaff gentoo org> AuthorDate: Wed Dec 27 19:49:54 2023 + Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 27 19:49:54 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2172e5a3 dev-ruby/httpauth: enable ruby33 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild b/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild index 89c66554ccfc..0d4f70f1457c 100644 --- a/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild +++ b/dev-ruby/httpauth/httpauth-0.2.1-r1.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_EXTRADOC="README.md TODO" RUBY_FAKEGEM_GEMSPEC="httpauth.gemspec"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpauth/
commit: dcb4910e910dd6d45ca22ae5a67df18f41cc5cc4 Author: Hans de Graaff gentoo org> AuthorDate: Tue Jul 4 06:27:31 2023 + Commit: Hans de Graaff gentoo org> CommitDate: Tue Jul 4 09:41:07 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb4910e dev-ruby/httpauth: enable ruby32 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild b/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild index acedb9a1fbd0..89c66554ccfc 100644 --- a/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild +++ b/dev-ruby/httpauth/httpauth-0.2.1-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="ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="README.md TODO" RUBY_FAKEGEM_GEMSPEC="httpauth.gemspec"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpauth/
commit: 7abe411a3bbde0db79d741872545f1bdc3dfcb9e Author: Hans de Graaff gentoo org> AuthorDate: Fri May 6 06:42:08 2022 + Commit: Hans de Graaff gentoo org> CommitDate: Fri May 6 06:53:56 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abe411a dev-ruby/httpauth: enable ruby31 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild b/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild index 9e257ddfc835..acedb9a1fbd0 100644 --- a/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild +++ b/dev-ruby/httpauth/httpauth-0.2.1-r1.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_EXTRADOC="README.md TODO" RUBY_FAKEGEM_GEMSPEC="httpauth.gemspec"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpauth/
commit: d27ecbbd4d9dda267a2424bd17c16161bf940d51 Author: Hans de Graaff gentoo org> AuthorDate: Mon Nov 22 19:08:44 2021 + Commit: Hans de Graaff gentoo org> CommitDate: Mon Nov 22 19:11:28 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27ecbbd dev-ruby/httpauth: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/httpauth/httpauth-0.2.1.ebuild | 25 - 1 file changed, 25 deletions(-) diff --git a/dev-ruby/httpauth/httpauth-0.2.1.ebuild b/dev-ruby/httpauth/httpauth-0.2.1.ebuild deleted file mode 100644 index d45e1f3da142.. --- a/dev-ruby/httpauth/httpauth-0.2.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.md TODO" - -inherit ruby-fakegem - -DESCRIPTION="Library implementing the full HTTP Authentication protocol (RFC 2617)" -HOMEPAGE="https://github.com/Manfred/HTTPauth"; -SRC_URI="https://github.com/Manfred/HTTPauth/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -RUBY_S=HTTPauth-${PV} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e "/[Bb]undler/d" Rakefile || die -}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpauth/
commit: 31a407156336351cfeed6c75021f78cc7fe574a2 Author: Hans de Graaff gentoo org> AuthorDate: Thu Nov 4 05:51:09 2021 + Commit: Hans de Graaff gentoo org> CommitDate: Thu Nov 4 05:54:22 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a40715 dev-ruby/httpauth: add ruby30 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild | 25 + 1 file changed, 25 insertions(+) diff --git a/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild b/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild new file mode 100644 index 000..9e257ddfc83 --- /dev/null +++ b/dev-ruby/httpauth/httpauth-0.2.1-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby26 ruby27 ruby30" + +RUBY_FAKEGEM_EXTRADOC="README.md TODO" +RUBY_FAKEGEM_GEMSPEC="httpauth.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Library implementing the full HTTP Authentication protocol (RFC 2617)" +HOMEPAGE="https://github.com/Manfred/HTTPauth"; +SRC_URI="https://github.com/Manfred/HTTPauth/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +RUBY_S=HTTPauth-${PV} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +all_ruby_prepare() { + sed -i -e "/[Bb]undler/d" Rakefile || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpauth/
commit: cbb64881285ff3c2f9907d2a1d928cc99c63b7ac Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 16 10:24:49 2020 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 16 16:29:37 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb64881 dev-ruby/httpauth: add ruby27 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/httpauth/httpauth-0.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/httpauth/httpauth-0.2.1.ebuild b/dev-ruby/httpauth/httpauth-0.2.1.ebuild index 29b67c9b9e8..d45e1f3da14 100644 --- a/dev-ruby/httpauth/httpauth-0.2.1.ebuild +++ b/dev-ruby/httpauth/httpauth-0.2.1.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=5 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md TODO"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpauth/
commit: 2fc6c0b7a52ec4fe144978d037e1b6c7641b397c Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 2 07:36:02 2019 + Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 2 07:54:44 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc6c0b7 dev-ruby/httpauth: add ruby26 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/httpauth/httpauth-0.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/httpauth/httpauth-0.2.1.ebuild b/dev-ruby/httpauth/httpauth-0.2.1.ebuild index a754a68d1b8..29b67c9b9e8 100644 --- a/dev-ruby/httpauth/httpauth-0.2.1.ebuild +++ b/dev-ruby/httpauth/httpauth-0.2.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=5 -USE_RUBY="ruby22 ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md TODO"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpauth/
commit: 0e546886bb4d7e7950478cca694fc50ec26fa4ac Author: Hans de Graaff gentoo org> AuthorDate: Sun Feb 4 08:36:54 2018 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Feb 4 10:44:53 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e546886 dev-ruby/httpauth: add ruby25 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/httpauth/httpauth-0.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/httpauth/httpauth-0.2.1.ebuild b/dev-ruby/httpauth/httpauth-0.2.1.ebuild index 9ef1fcefbb6..a754a68d1b8 100644 --- a/dev-ruby/httpauth/httpauth-0.2.1.ebuild +++ b/dev-ruby/httpauth/httpauth-0.2.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=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md TODO"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpauth/
commit: 0a8bdeeb0b8ad29e5514a108efe118d1eb7052bd Author: Hans de Graaff gentoo org> AuthorDate: Sun Feb 5 11:36:35 2017 + Commit: Hans de Graaff gentoo org> CommitDate: Sun Feb 5 15:08:53 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8bdeeb dev-ruby/httpauth: add ruby23, ruby24 Package-Manager: portage-2.3.3 dev-ruby/httpauth/httpauth-0.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/httpauth/httpauth-0.2.1.ebuild b/dev-ruby/httpauth/httpauth-0.2.1.ebuild index 7b95c94..3232b30 100644 --- a/dev-ruby/httpauth/httpauth-0.2.1.ebuild +++ b/dev-ruby/httpauth/httpauth-0.2.1.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" +USE_RUBY="ruby21 ruby22 ruby23 ruby24" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md TODO"
[gentoo-commits] repo/gentoo:master commit in: dev-ruby/httpauth/
commit: dbf0632b7399f4fe739f0d8bb1e9bd27119e25a5 Author: Manuel Rüger gentoo org> AuthorDate: Mon Mar 7 02:46:02 2016 + Commit: Manuel Rüger gentoo org> CommitDate: Mon Mar 7 02:46:02 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf0632b dev-ruby/httpauth: Remove ruby19, fix desc Package-Manager: portage-2.2.27 dev-ruby/httpauth/httpauth-0.2.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/httpauth/httpauth-0.2.1.ebuild b/dev-ruby/httpauth/httpauth-0.2.1.ebuild index f196221..7b95c94 100644 --- a/dev-ruby/httpauth/httpauth-0.2.1.ebuild +++ b/dev-ruby/httpauth/httpauth-0.2.1.ebuild @@ -1,16 +1,16 @@ -# 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="README.md TODO" inherit ruby-fakegem -DESCRIPTION="A library supporting the full HTTP Authentication protocol as specified in RFC 2617" +DESCRIPTION="Library implementing the full HTTP Authentication protocol (RFC 2617)" HOMEPAGE="https://github.com/Manfred/HTTPauth"; SRC_URI="https://github.com/Manfred/HTTPauth/archive/v${PV}.tar.gz -> ${P}.tar.gz"