Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/multipart-post/
Date: Wed, 08 May 2019 06:14:49
Message-Id: 1557295929.1bb2807b8f1e492865420c01d5d23c4b8e872d5e.graaff@gentoo
1 commit: 1bb2807b8f1e492865420c01d5d23c4b8e872d5e
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 8 06:12:09 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 06:12:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb2807b
7
8 dev-ruby/multipart-post: add 2.1.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-ruby/multipart-post/Manifest | 1 +
14 dev-ruby/multipart-post/multipart-post-2.1.0.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/dev-ruby/multipart-post/Manifest b/dev-ruby/multipart-post/Manifest
18 index 84ca2de2889..852b8f24b40 100644
19 --- a/dev-ruby/multipart-post/Manifest
20 +++ b/dev-ruby/multipart-post/Manifest
21 @@ -1 +1,2 @@
22 DIST multipart-post-2.0.0.gem 11264 BLAKE2B a842e810dd5ccc4a03509003ec1fe87ff7faed80501e776b7d10bf01d64405a4ff01812e9c6ca600207d268f0abe37dd164b54307cdb446719602bc81787b885 SHA512 4f48c815d82c139986f419cdb12efd2f3792f2ef0b2277b75533c8ddad17cc6a8c187deddadc82d29c9f7f8337fcc9ad23c40eb72053ac933911ec1457b01c18
23 +DIST multipart-post-2.1.0.gem 13824 BLAKE2B 7e528466826dff79235651ab7dfe20c7cfcc71d020d71ffa712d42dd63b5d825bba2ca5c8e881470c428d2eb0c81770457daca4c6522c15eb5d7e57d34785735 SHA512 0edc945e431c27d44402a3ec4fead41fd048f98d8f77d9caa97081a4b08b84efe820ada0279a61ecbdd48ccdccc8da0aa4d1ebb866a0671a63d8f408d0d6b273
24
25 diff --git a/dev-ruby/multipart-post/multipart-post-2.1.0.ebuild b/dev-ruby/multipart-post/multipart-post-2.1.0.ebuild
26 new file mode 100644
27 index 00000000000..c5f4406f295
28 --- /dev/null
29 +++ b/dev-ruby/multipart-post/multipart-post-2.1.0.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +USE_RUBY="ruby25 ruby26"
37 +
38 +RUBY_FAKEGEM_RECIPE_TEST="rspec3"
39 +RUBY_FAKEGEM_TASK_DOC=""
40 +
41 +RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
42 +
43 +inherit ruby-fakegem eutils
44 +
45 +DESCRIPTION="Adds a streamy multipart form post capability to Net::HTTP"
46 +HOMEPAGE="https://github.com/nicksieger/multipart-post"
47 +
48 +LICENSE="MIT"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
51 +IUSE="test"