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/excon/
Date: Sat, 20 Jul 2019 06:48:27
Message-Id: 1563603327.538696f4a262acaa598a3b6087f0be56651a5b9f.graaff@gentoo
1 commit: 538696f4a262acaa598a3b6087f0be56651a5b9f
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Sat Jul 20 06:12:24 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 06:15:27 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=538696f4
7
8 dev-ruby/excon: add 0.64.0
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/excon/excon-0.64.0.ebuild | 22 ++++++++++++++++++++++
15 1 file changed, 22 insertions(+)
16
17 diff --git a/dev-ruby/excon/excon-0.64.0.ebuild b/dev-ruby/excon/excon-0.64.0.ebuild
18 new file mode 100644
19 index 0000000..8349454
20 --- /dev/null
21 +++ b/dev-ruby/excon/excon-0.64.0.ebuild
22 @@ -0,0 +1,22 @@
23 +# Copyright 1999-2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +USE_RUBY="ruby24 ruby25 ruby26"
29 +
30 +RUBY_FAKEGEM_RECIPE_DOC="rdoc"
31 +RUBY_FAKEGEM_EXTRADOC="README.md"
32 +
33 +inherit ruby-fakegem
34 +
35 +DESCRIPTION="EXtended http(s) CONnections"
36 +HOMEPAGE="https://github.com/excon/excon"
37 +
38 +LICENSE="MIT"
39 +SLOT="0"
40 +KEYWORDS="~amd64"
41 +IUSE=""
42 +
43 +# Many unpackaged dependencies for tests
44 +RESTRICT="test"