Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/docker-api/
Date: Sat, 20 Jul 2019 06:48:27
Message-Id: 1563603302.f4204cf2cae3a83ea08623b6ae4d1f7931ec0f5a.graaff@gentoo
1 commit: f4204cf2cae3a83ea08623b6ae4d1f7931ec0f5a
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Sat Jul 20 06:10:05 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 06:15:02 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=f4204cf2
7
8 dev-ruby/docker-api: cleanup
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 Package-Manager: Portage-2.3.66, Repoman-2.3.11
13
14 dev-ruby/docker-api/docker-api-1.28.0.ebuild | 28 ----------------------------
15 1 file changed, 28 deletions(-)
16
17 diff --git a/dev-ruby/docker-api/docker-api-1.28.0.ebuild b/dev-ruby/docker-api/docker-api-1.28.0.ebuild
18 deleted file mode 100644
19 index 7c3cb43..0000000
20 --- a/dev-ruby/docker-api/docker-api-1.28.0.ebuild
21 +++ /dev/null
22 @@ -1,28 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI=5
28 -
29 -USE_RUBY="ruby21 ruby22 ruby23"
30 -
31 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
32 -RUBY_FAKEGEM_EXTRADOC="README.md"
33 -
34 -inherit ruby-fakegem
35 -
36 -DESCRIPTION="A simple REST client for the Docker Remote API"
37 -HOMEPAGE="https://github.com/swipely/docker-api"
38 -
39 -LICENSE="MIT"
40 -SLOT="0"
41 -KEYWORDS="~amd64"
42 -IUSE="test"
43 -
44 -# Requires docker to be running to perform live tests
45 -RESTRICT="test"
46 -
47 -ruby_add_rdepend "
48 - >=dev-ruby/excon-0.38.0
49 - dev-ruby/json
50 -"