* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ntlm-http/
@ 2016-04-10 5:56 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2016-04-10 5:56 UTC (permalink / raw
To: gentoo-commits
commit: 3cb4581567560f9e2440689195fe40607df0283b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 05:54:45 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 05:54:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb45815
dev-ruby/ntlm-http: cleanup
Package-Manager: portage-2.2.26
dev-ruby/ntlm-http/ntlm-http-0.1.1-r1.ebuild | 36 ----------------------------
1 file changed, 36 deletions(-)
diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r1.ebuild b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r1.ebuild
deleted file mode 100644
index 4817085..0000000
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r1.ebuild
+++ /dev/null
@@ -1,36 +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_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOC_SOURCES="lib README"
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Ruby/NTLM HTTP provides NTLM authentication over http"
-HOMEPAGE="http://www.mindflowsolutions.net/"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-
-all_ruby_prepare() {
- find . -name '*.rb' -exec sed -i -e 's:\r$::' {} +
-
- # We can't use RUBY_PATCHES for this because we need first to convert the files
- epatch "${FILESDIR}"/${P}+ruby-1.9.patch
-}
-
-each_ruby_test() {
- ruby-ng_testrb-2 test/*_test.rb
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ntlm-http/
@ 2016-04-10 5:56 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2016-04-10 5:56 UTC (permalink / raw
To: gentoo-commits
commit: 97866cbe73d4d0f131c17f8ee669a705828f6c88
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 05:48:32 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 05:48:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97866cbe
dev-ruby/ntlm-http: drop ruby19
Package-Manager: portage-2.2.26
dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
index e12a2b1..a298f24 100644
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# jruby → tests fail _badly_
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
RUBY_FAKEGEM_RECIPE_TEST="none"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ntlm-http/
@ 2016-04-10 5:56 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2016-04-10 5:56 UTC (permalink / raw
To: gentoo-commits
commit: 35acdd80819af871eacd0a2563642918d19bb1f8
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 05:53:55 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 05:53:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35acdd80
dev-ruby/ntlm-http: mark ruby21 revision stable
Package-Manager: portage-2.2.26
dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
index e0b52e6..128bcaa 100644
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="http://www.mindflowsolutions.net/"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ntlm-http/
@ 2016-04-10 5:56 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2016-04-10 5:56 UTC (permalink / raw
To: gentoo-commits
commit: 5f314e2c15f07ee14ee98f0af2ba96698256ad18
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 05:52:15 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 05:52:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f314e2c
dev-ruby/ntlm-http: add ruby23
Package-Manager: portage-2.2.26
dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
index a298f24..e0b52e6 100644
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
@@ -5,7 +5,7 @@
EAPI=5
# jruby → tests fail _badly_
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
RUBY_FAKEGEM_RECIPE_TEST="none"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ntlm-http/
@ 2017-02-10 6:56 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2017-02-10 6:56 UTC (permalink / raw
To: gentoo-commits
commit: 8c7a12abad279428c8a18e07d8fa3c37e0cc7b84
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 06:55:54 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 06:55:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7a12ab
dev-ruby/ntlm-http: add ruby24
Package-Manager: portage-2.3.3
dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
index 128bcaad0f..f08d2dfb7c 100644
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-# jruby → tests fail _badly_
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
RUBY_FAKEGEM_RECIPE_TEST="none"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ntlm-http/
@ 2018-02-07 6:30 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2018-02-07 6:30 UTC (permalink / raw
To: gentoo-commits
commit: 185e19ed6417750bcc8ee5cdc9fb2486ac5c4ee6
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 06:29:32 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Feb 7 06:30:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185e19ed
dev-ruby/ntlm-http: add ruby25
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
index b41789e6452..7770578b87a 100644
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
@@ -1,9 +1,9 @@
-# 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_RECIPE_TEST="none"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ntlm-http/
@ 2019-01-31 7:35 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2019-01-31 7:35 UTC (permalink / raw
To: gentoo-commits
commit: cb96eb7b6793dc7b463b3a46244123acc83a4e87
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 31 06:26:17 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jan 31 07:34:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb96eb7b
dev-ruby/ntlm-http: add ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
index 7770578b87a..005ceae39aa 100644
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_TEST="none"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ntlm-http/
@ 2020-08-01 9:05 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2020-08-01 9:05 UTC (permalink / raw
To: gentoo-commits
commit: 3dac332366de35e1cfe1b60af7c732984a58bd1f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 09:00:07 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 09:03:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dac3323
dev-ruby/ntlm-http: add ruby27
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
index 005ceae39aa..bd4158cdc1a 100644
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_RECIPE_TEST="none"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ntlm-http/
@ 2021-11-23 7:05 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2021-11-23 7:05 UTC (permalink / raw
To: gentoo-commits
commit: 418aa66dbc4a46c18579e5b88e880771ca37e7b2
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 06:37:40 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 06:37:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418aa66d
dev-ruby/ntlm-http: EAPI 8
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild | 34 ++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild
new file mode 100644
index 000000000000..960bd91a5093
--- /dev/null
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_DOC_SOURCES="lib README"
+RUBY_FAKEGEM_EXTRADOC="README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby/NTLM HTTP provides NTLM authentication over http"
+HOMEPAGE="http://www.mindflowsolutions.net/"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
+
+all_ruby_prepare() {
+ find . -name '*.rb' -exec sed -i -e 's:\r$::' {} +
+
+ # We can't use RUBY_PATCHES for this because we need first to convert the files
+ eapply "${FILESDIR}"/${P}+ruby-1.9.patch
+}
+
+each_ruby_test() {
+ ruby-ng_testrb-2 test/*_test.rb
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ntlm-http/
@ 2022-01-15 6:43 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2022-01-15 6:43 UTC (permalink / raw
To: gentoo-commits
commit: 7ad347d80b6e497c94f04bac5347e5320fdb90d0
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 06:35:47 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 06:35:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad347d8
dev-ruby/ntlm-http: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild | 35 ----------------------------
1 file changed, 35 deletions(-)
diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
deleted file mode 100644
index 541cdb6ba866..000000000000
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOC_SOURCES="lib README"
-RUBY_FAKEGEM_EXTRADOC="README"
-
-inherit ruby-fakegem epatch
-
-DESCRIPTION="Ruby/NTLM HTTP provides NTLM authentication over http"
-HOMEPAGE="http://www.mindflowsolutions.net/"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
-
-all_ruby_prepare() {
- find . -name '*.rb' -exec sed -i -e 's:\r$::' {} +
-
- # We can't use RUBY_PATCHES for this because we need first to convert the files
- epatch "${FILESDIR}"/${P}+ruby-1.9.patch
-}
-
-each_ruby_test() {
- ruby-ng_testrb-2 test/*_test.rb
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ntlm-http/
@ 2022-01-15 6:43 Hans de Graaff
0 siblings, 0 replies; 11+ messages in thread
From: Hans de Graaff @ 2022-01-15 6:43 UTC (permalink / raw
To: gentoo-commits
commit: c0599a1b7975d8ecf979ea74add02183700fc19f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 06:35:33 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 06:35:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0599a1b
dev-ruby/ntlm-http: stable all arches
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild
index 960bd91a5093..d05197d014ca 100644
--- a/dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild
+++ b/dev-ruby/ntlm-http/ntlm-http-0.1.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.mindflowsolutions.net/"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2022-01-15 6:43 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 6:56 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ntlm-http/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2022-01-15 6:43 Hans de Graaff
2022-01-15 6:43 Hans de Graaff
2021-11-23 7:05 Hans de Graaff
2020-08-01 9:05 Hans de Graaff
2019-01-31 7:35 Hans de Graaff
2018-02-07 6:30 Hans de Graaff
2016-04-10 5:56 Hans de Graaff
2016-04-10 5:56 Hans de Graaff
2016-04-10 5:56 Hans de Graaff
2016-04-10 5:56 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox