* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/docker-api/
@ 2016-05-22 7:45 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2016-05-22 7:45 UTC (permalink / raw
To: gentoo-commits
commit: f05aa43b41d71a67d0d6d6d47e033e0bf5b4e6cd
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun May 22 06:57:55 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 22 06:57:55 2016 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=f05aa43b
dev-ruby/docker-api: initial import for ruby-tinderbox
Package-Manager: portage-2.2.28
dev-ruby/docker-api/docker-api-1.28.0.ebuild | 28 ++++++++++++++++++++++++++++
dev-ruby/docker-api/metadata.xml | 11 +++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-ruby/docker-api/docker-api-1.28.0.ebuild b/dev-ruby/docker-api/docker-api-1.28.0.ebuild
new file mode 100644
index 0000000..7c3cb43
--- /dev/null
+++ b/dev-ruby/docker-api/docker-api-1.28.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple REST client for the Docker Remote API"
+HOMEPAGE="https://github.com/swipely/docker-api"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+# Requires docker to be running to perform live tests
+RESTRICT="test"
+
+ruby_add_rdepend "
+ >=dev-ruby/excon-0.38.0
+ dev-ruby/json
+"
diff --git a/dev-ruby/docker-api/metadata.xml b/dev-ruby/docker-api/metadata.xml
new file mode 100644
index 0000000..22e423d
--- /dev/null
+++ b/dev-ruby/docker-api/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">swipely/docker-api</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/docker-api/
@ 2018-04-29 5:42 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2018-04-29 5:42 UTC (permalink / raw
To: gentoo-commits
commit: 92b1c2f7a8ac2825a8057fef5d05acfa783997af
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Apr 29 05:42:11 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 05:42:11 2018 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=92b1c2f7
dev-ruby/docker-api: add 1.34.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-ruby/docker-api/docker-api-1.34.2.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-ruby/docker-api/docker-api-1.34.2.ebuild b/dev-ruby/docker-api/docker-api-1.34.2.ebuild
new file mode 100644
index 0000000..fdb97e1
--- /dev/null
+++ b/dev-ruby/docker-api/docker-api-1.34.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple REST client for the Docker Remote API"
+HOMEPAGE="https://github.com/swipely/docker-api"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+# Requires docker to be running to perform live tests
+RESTRICT="test"
+
+ruby_add_rdepend "
+ >=dev-ruby/excon-0.38.0
+ dev-ruby/json
+"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/docker-api/
@ 2019-07-20 6:48 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2019-07-20 6:48 UTC (permalink / raw
To: gentoo-commits
commit: 8bd27a225332b96d26866657579c49933cae63a3
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Jul 20 06:17:31 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 06:17:31 2019 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=8bd27a22
dev-ruby/docker-api: fix SLOT warning
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
dev-ruby/docker-api/docker-api-1.34.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/docker-api/docker-api-1.34.2.ebuild b/dev-ruby/docker-api/docker-api-1.34.2.ebuild
index 57e91f3..747db2c 100644
--- a/dev-ruby/docker-api/docker-api-1.34.2.ebuild
+++ b/dev-ruby/docker-api/docker-api-1.34.2.ebuild
@@ -23,5 +23,5 @@ RESTRICT="test"
ruby_add_rdepend "
>=dev-ruby/excon-0.47.0
- dev-ruby/json
+ dev-ruby/json:*
"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/docker-api/
@ 2019-07-20 6:48 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2019-07-20 6:48 UTC (permalink / raw
To: gentoo-commits
commit: b9cdb63195de403c434e39feaede07ae43cd54bb
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Jul 20 06:17:02 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 06:17:02 2019 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=b9cdb631
dev-ruby/docker-api: add ruby25, ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
dev-ruby/docker-api/docker-api-1.34.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/docker-api/docker-api-1.34.2.ebuild b/dev-ruby/docker-api/docker-api-1.34.2.ebuild
index fdb97e1..57e91f3 100644
--- a/dev-ruby/docker-api/docker-api-1.34.2.ebuild
+++ b/dev-ruby/docker-api/docker-api-1.34.2.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="ruby23 ruby24"
+USE_RUBY="ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -22,6 +22,6 @@ IUSE="test"
RESTRICT="test"
ruby_add_rdepend "
- >=dev-ruby/excon-0.38.0
+ >=dev-ruby/excon-0.47.0
dev-ruby/json
"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/docker-api/
@ 2019-07-20 6:48 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2019-07-20 6:48 UTC (permalink / raw
To: gentoo-commits
commit: f4204cf2cae3a83ea08623b6ae4d1f7931ec0f5a
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Jul 20 06:10:05 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 06:15:02 2019 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=f4204cf2
dev-ruby/docker-api: cleanup
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
dev-ruby/docker-api/docker-api-1.28.0.ebuild | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/dev-ruby/docker-api/docker-api-1.28.0.ebuild b/dev-ruby/docker-api/docker-api-1.28.0.ebuild
deleted file mode 100644
index 7c3cb43..0000000
--- a/dev-ruby/docker-api/docker-api-1.28.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple REST client for the Docker Remote API"
-HOMEPAGE="https://github.com/swipely/docker-api"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-# Requires docker to be running to perform live tests
-RESTRICT="test"
-
-ruby_add_rdepend "
- >=dev-ruby/excon-0.38.0
- dev-ruby/json
-"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/docker-api/
@ 2022-07-19 7:49 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2022-07-19 7:49 UTC (permalink / raw
To: gentoo-commits
commit: a6251e21ed88872472a3a29dcd0ff55d0846fe64
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Jul 19 07:48:19 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 19 07:48:19 2022 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=a6251e21
dev-ruby/docker-api: EAPI 8, add ruby27, ruby30
Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>
.../{docker-api-1.34.2.ebuild => docker-api-1.34.2-r1.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/docker-api/docker-api-1.34.2.ebuild b/dev-ruby/docker-api/docker-api-1.34.2-r1.ebuild
similarity index 86%
rename from dev-ruby/docker-api/docker-api-1.34.2.ebuild
rename to dev-ruby/docker-api/docker-api-1.34.2-r1.ebuild
index 747db2c..167e632 100644
--- a/dev-ruby/docker-api/docker-api-1.34.2.ebuild
+++ b/dev-ruby/docker-api/docker-api-1.34.2-r1.ebuild
@@ -1,11 +1,10 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-USE_RUBY="ruby24 ruby25 ruby26"
+USE_RUBY="ruby27 ruby30"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/docker-api/
@ 2023-06-25 16:07 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2023-06-25 16:07 UTC (permalink / raw
To: gentoo-commits
commit: 9ab060e5aa2265da0e4d755c29a255c5402edae6
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Jun 25 16:07:27 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 16:07:27 2023 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=9ab060e5
dev-ruby/docker-api: update upstream metadata
Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>
dev-ruby/docker-api/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/docker-api/metadata.xml b/dev-ruby/docker-api/metadata.xml
index 22e423d..caf979e 100644
--- a/dev-ruby/docker-api/metadata.xml
+++ b/dev-ruby/docker-api/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo Ruby Project</name>
</maintainer>
<upstream>
- <remote-id type="github">swipely/docker-api</remote-id>
+ <remote-id type="github">upserve/docker-api</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/docker-api/
@ 2023-06-25 16:07 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2023-06-25 16:07 UTC (permalink / raw
To: gentoo-commits
commit: 064657fe763bde1b69626e13251d7ff277326d7c
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Jun 25 16:05:35 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 16:07:10 2023 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=064657fe
dev-ruby/docker-api: add ruby31
Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>
dev-ruby/docker-api/docker-api-1.34.2-r2.ebuild | 27 +++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-ruby/docker-api/docker-api-1.34.2-r2.ebuild b/dev-ruby/docker-api/docker-api-1.34.2-r2.ebuild
new file mode 100644
index 0000000..5541eb8
--- /dev/null
+++ b/dev-ruby/docker-api/docker-api-1.34.2-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple REST client for the Docker Remote API"
+HOMEPAGE="https://github.com/upserve/docker-api"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+# Requires docker to be running to perform live tests
+RESTRICT="test"
+
+ruby_add_rdepend "
+ >=dev-ruby/excon-0.47.0
+ dev-ruby/multi_json
+"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/docker-api/
@ 2023-06-25 16:07 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2023-06-25 16:07 UTC (permalink / raw
To: gentoo-commits
commit: d9db5cfa2abab3b8bbbd386e9276f279bfaca6ba
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Jun 25 16:07:36 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 16:07:36 2023 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=d9db5cfa
dev-ruby/docker-api: drop 1.34.2-r1
Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>
dev-ruby/docker-api/docker-api-1.34.2-r1.ebuild | 26 -------------------------
1 file changed, 26 deletions(-)
diff --git a/dev-ruby/docker-api/docker-api-1.34.2-r1.ebuild b/dev-ruby/docker-api/docker-api-1.34.2-r1.ebuild
deleted file mode 100644
index 167e632..0000000
--- a/dev-ruby/docker-api/docker-api-1.34.2-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple REST client for the Docker Remote API"
-HOMEPAGE="https://github.com/swipely/docker-api"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-# Requires docker to be running to perform live tests
-RESTRICT="test"
-
-ruby_add_rdepend "
- >=dev-ruby/excon-0.47.0
- dev-ruby/json:*
-"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/docker-api/
@ 2023-09-29 5:45 Hans de Graaff
0 siblings, 0 replies; 10+ messages in thread
From: Hans de Graaff @ 2023-09-29 5:45 UTC (permalink / raw
To: gentoo-commits
commit: 0e7acff1c96c3dc372778efb39334119b21a6ff4
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Aug 15 17:29:36 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 17:29:36 2023 +0000
URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=0e7acff1
dev-ruby/docker-api: moved to gentoo repository
Signed-off-by: Hans de Graaff <hans <AT> degraaff.org>
dev-ruby/docker-api/docker-api-1.34.2-r2.ebuild | 27 -------------------------
dev-ruby/docker-api/metadata.xml | 11 ----------
2 files changed, 38 deletions(-)
diff --git a/dev-ruby/docker-api/docker-api-1.34.2-r2.ebuild b/dev-ruby/docker-api/docker-api-1.34.2-r2.ebuild
deleted file mode 100644
index 5541eb8..0000000
--- a/dev-ruby/docker-api/docker-api-1.34.2-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple REST client for the Docker Remote API"
-HOMEPAGE="https://github.com/upserve/docker-api"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-# Requires docker to be running to perform live tests
-RESTRICT="test"
-
-ruby_add_rdepend "
- >=dev-ruby/excon-0.47.0
- dev-ruby/multi_json
-"
diff --git a/dev-ruby/docker-api/metadata.xml b/dev-ruby/docker-api/metadata.xml
deleted file mode 100644
index caf979e..0000000
--- a/dev-ruby/docker-api/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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">upserve/docker-api</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-09-29 5:45 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-29 5:42 [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/docker-api/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2023-09-29 5:45 Hans de Graaff
2023-06-25 16:07 Hans de Graaff
2023-06-25 16:07 Hans de Graaff
2023-06-25 16:07 Hans de Graaff
2022-07-19 7:49 Hans de Graaff
2019-07-20 6:48 Hans de Graaff
2019-07-20 6:48 Hans de Graaff
2019-07-20 6:48 Hans de Graaff
2016-05-22 7:45 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