* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/
@ 2016-02-09 11:00 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2016-02-09 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 0cfd2babf6ae9e5359785df42275633705bead43
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 20:23:31 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 6 23:32:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfd2bab
dev-ruby/net-http-pipeline: initial commit
Package-Manager: portage-2.2.26
dev-ruby/net-http-pipeline/Manifest | 1 +
dev-ruby/net-http-pipeline/metadata.xml | 11 +++++++++++
.../net-http-pipeline-1.0.1.ebuild | 22 ++++++++++++++++++++++
3 files changed, 34 insertions(+)
diff --git a/dev-ruby/net-http-pipeline/Manifest b/dev-ruby/net-http-pipeline/Manifest
new file mode 100644
index 0000000..9e2d62c
--- /dev/null
+++ b/dev-ruby/net-http-pipeline/Manifest
@@ -0,0 +1 @@
+DIST net-http-pipeline-1.0.1.gem 12800 SHA256 6923ce2f28bfde589a9f385e999395eead48ccfe4376d4a85d9a77e8c7f0b22f SHA512 1377c20038176f6c246a7d4adbce2c6972970d730902f9faefc31b2f6446f4237603f45f0f59de70eb9545e3c1e150fe6e63cf350551203166611bef7845f4e2 WHIRLPOOL 691e995dbe5f3fc4605923511f0bea634f5a3558acb629b3694ffe5757392f8943c5c070b814f2a442c1cc3fefa89fd4f3da08773aae340e0b2b7bcfd2769be8
diff --git a/dev-ruby/net-http-pipeline/metadata.xml b/dev-ruby/net-http-pipeline/metadata.xml
new file mode 100644
index 0000000..59da3fd
--- /dev/null
+++ b/dev-ruby/net-http-pipeline/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">drbrain/net-http-pipeline</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
new file mode 100644
index 0000000..f9cfa20
--- /dev/null
+++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An HTTP/1.1 pipelining implementation atop Net::HTTP"
+HOMEPAGE="http://docs.seattlerb.org/net-http-pipeline/"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "
+ dev-ruby/hoe
+ test? ( dev-ruby/minitest )
+"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/
@ 2017-06-19 18:28 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2017-06-19 18:28 UTC (permalink / raw
To: gentoo-commits
commit: 81e8e42f28790ed2f724803bc388fec260f43aa4
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 05:36:33 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 18:28:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e8e42f
dev-ruby/net-http-pipeline: add ruby24
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
index b37d765809f..e1b3a1c0569 100644
--- a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
+++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.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_RECIPE_DOC="rdoc"
inherit ruby-fakegem
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/
@ 2018-02-04 15:25 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2018-02-04 15:25 UTC (permalink / raw
To: gentoo-commits
commit: e495624d1b6a7f27c32564fb13acd2300d7e64cb
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 4 15:25:10 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 4 15:25:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e495624d
dev-ruby/net-http-pipeline: add ruby25
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
index e1b3a1c0569..a8ecd68283f 100644
--- a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
+++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
inherit ruby-fakegem
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/
@ 2019-01-31 7:35 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2019-01-31 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 7980cddf0e7042b6fcfdcdd1361e5c99da6c022c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 31 06:58:38 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jan 31 07:35:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7980cddf
dev-ruby/net-http-pipeline: add ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
index a8ecd68283f..0f4ded07037 100644
--- a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
+++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
inherit ruby-fakegem
@@ -18,6 +18,9 @@ IUSE=""
RUBY_PATCHES=( ${PN}-accept-encoding.patch )
ruby_add_bdepend "
- dev-ruby/hoe
test? ( dev-ruby/minitest )
"
+
+each_ruby_test() {
+ ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/
@ 2020-08-03 5:26 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2020-08-03 5:26 UTC (permalink / raw
To: gentoo-commits
commit: 00ef60dfe29ec36295c875d958b0616843663528
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 05:18:44 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 05:26:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ef60df
dev-ruby/net-http-pipeline: add ruby27
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
index 0f4ded07037..62b07e328b0 100644
--- a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
+++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.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="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
inherit ruby-fakegem
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/
@ 2021-11-25 9:09 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2021-11-25 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 94a9559c942d47dffc48276756c304b1e6cd9295
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 07:47:09 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 09:09:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a9559c
dev-ruby/net-http-pipeline: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
.../net-http-pipeline-1.0.1.ebuild | 26 ----------------------
1 file changed, 26 deletions(-)
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
deleted file mode 100644
index 62b07e328b02..000000000000
--- a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An HTTP/1.1 pipelining implementation atop Net::HTTP"
-HOMEPAGE="http://docs.seattlerb.org/net-http-pipeline/"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64"
-IUSE=""
-
-RUBY_PATCHES=( ${PN}-accept-encoding.patch )
-
-ruby_add_bdepend "
- test? ( dev-ruby/minitest )
-"
-
-each_ruby_test() {
- ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/
@ 2021-11-25 9:09 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2021-11-25 9:09 UTC (permalink / raw
To: gentoo-commits
commit: e1fb94b2b291ccf47ab5d3fe3310df19412fb80f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 07:46:55 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 09:09:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fb94b2
dev-ruby/net-http-pipeline: add ruby30
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
.../net-http-pipeline-1.0.1-r1.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild
new file mode 100644
index 000000000000..a4b32a23797d
--- /dev/null
+++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An HTTP/1.1 pipelining implementation atop Net::HTTP"
+HOMEPAGE="http://docs.seattlerb.org/net-http-pipeline/"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "
+ test? ( dev-ruby/minitest )
+"
+
+all_ruby_prepare() {
+ eapply -p0 "${FILESDIR}/${PN}-accept-encoding.patch"
+}
+
+each_ruby_test() {
+ ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/
@ 2022-05-01 8:38 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2022-05-01 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 1b9a6763811e8412ec0ac18e20212b1681504813
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 1 07:43:14 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 1 07:43:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9a6763
dev-ruby/net-http-pipeline: enable ruby31
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild
index a4b32a23797d..40e1897cd99b 100644
--- a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild
+++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.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"
inherit ruby-fakegem
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/
@ 2023-07-02 6:35 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2023-07-02 6:35 UTC (permalink / raw
To: gentoo-commits
commit: 09abe61c9772f7bc87b65db62e0ab8753e5e1d38
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 05:35:25 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 06:35:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09abe61c
dev-ruby/net-http-pipeline: update HOMEPAGE
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild
index 40e1897cd99b..513ac728e47d 100644
--- a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild
+++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild
@@ -1,13 +1,13 @@
-# 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"
inherit ruby-fakegem
DESCRIPTION="An HTTP/1.1 pipelining implementation atop Net::HTTP"
-HOMEPAGE="http://docs.seattlerb.org/net-http-pipeline/"
+HOMEPAGE="https://docs.seattlerb.org/net-http-pipeline/"
LICENSE="MIT"
SLOT="1"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/
@ 2024-04-07 8:31 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2024-04-07 8:31 UTC (permalink / raw
To: gentoo-commits
commit: 2e1e4b38a2f403574ea5bb0e3b1a2c5ec8f3fe07
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 08:30:09 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 08:30:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1e4b38
dev-ruby/net-http-pipeline: enable ruby33
Fix minitest deprecation.
Closes: https://bugs.gentoo.org/928870
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild
index 513ac728e47d..97042d4f6d06 100644
--- a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild
+++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
inherit ruby-fakegem
@@ -12,7 +12,7 @@ HOMEPAGE="https://docs.seattlerb.org/net-http-pipeline/"
LICENSE="MIT"
SLOT="1"
KEYWORDS="~amd64"
-IUSE=""
+IUSE="test"
ruby_add_bdepend "
test? ( dev-ruby/minitest )
@@ -20,6 +20,9 @@ ruby_add_bdepend "
all_ruby_prepare() {
eapply -p0 "${FILESDIR}/${PN}-accept-encoding.patch"
+
+ sed -e 's/MiniTest::Unit::TestCase/Minitest::Test/' \
+ -i test/test_net_http_pipeline.rb || die
}
each_ruby_test() {
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-04-07 8:31 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-31 7:35 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-pipeline/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2024-04-07 8:31 Hans de Graaff
2023-07-02 6:35 Hans de Graaff
2022-05-01 8:38 Hans de Graaff
2021-11-25 9:09 Hans de Graaff
2021-11-25 9:09 Hans de Graaff
2020-08-03 5:26 Hans de Graaff
2018-02-04 15:25 Hans de Graaff
2017-06-19 18:28 Hans de Graaff
2016-02-09 11:00 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox