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: Sat, 08 Aug 2020 06:37:16
Message-Id: 1596866741.eb91dfc5f1184a4500f45fdd549a32fd2c3c80e2.graaff@gentoo
1 commit: eb91dfc5f1184a4500f45fdd549a32fd2c3c80e2
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 8 06:05:41 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 8 06:05:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb91dfc5
7
8 dev-ruby/multipart-post: cleanup
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/multipart-post/Manifest | 2 --
14 .../multipart-post/multipart-post-2.0.0-r1.ebuild | 25 ----------------------
15 .../multipart-post/multipart-post-2.1.0.ebuild | 21 ------------------
16 3 files changed, 48 deletions(-)
17
18 diff --git a/dev-ruby/multipart-post/Manifest b/dev-ruby/multipart-post/Manifest
19 index 989cc3e4ea5..3d5be3c65a6 100644
20 --- a/dev-ruby/multipart-post/Manifest
21 +++ b/dev-ruby/multipart-post/Manifest
22 @@ -1,3 +1 @@
23 -DIST multipart-post-2.0.0.gem 11264 BLAKE2B a842e810dd5ccc4a03509003ec1fe87ff7faed80501e776b7d10bf01d64405a4ff01812e9c6ca600207d268f0abe37dd164b54307cdb446719602bc81787b885 SHA512 4f48c815d82c139986f419cdb12efd2f3792f2ef0b2277b75533c8ddad17cc6a8c187deddadc82d29c9f7f8337fcc9ad23c40eb72053ac933911ec1457b01c18
24 -DIST multipart-post-2.1.0.gem 13824 BLAKE2B 7e528466826dff79235651ab7dfe20c7cfcc71d020d71ffa712d42dd63b5d825bba2ca5c8e881470c428d2eb0c81770457daca4c6522c15eb5d7e57d34785735 SHA512 0edc945e431c27d44402a3ec4fead41fd048f98d8f77d9caa97081a4b08b84efe820ada0279a61ecbdd48ccdccc8da0aa4d1ebb866a0671a63d8f408d0d6b273
25 DIST multipart-post-2.1.1.gem 13824 BLAKE2B 70a706714d14d284e2fa69aa56a69682e16eece75eb1508c1707b0b7f03b0d1fb11d1a187c7b7681dc0654a280c59bc20a0754d30e80807a4dfe5e56976b4ccc SHA512 afa16717ee136f0bbbc20fe243252831604740bb61fa7288a2437a4a67638f660a4bd491b5326b034173e9e8352f2659f27dc8aaa761721f7111b7e9e704582f
26
27 diff --git a/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild b/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild
28 deleted file mode 100644
29 index 5aab0355212..00000000000
30 --- a/dev-ruby/multipart-post/multipart-post-2.0.0-r1.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -USE_RUBY="ruby23 ruby24 ruby25 ruby26"
39 -
40 -RUBY_FAKEGEM_TASK_TEST=""
41 -RUBY_FAKEGEM_TASK_DOC=""
42 -
43 -RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
44 -
45 -inherit ruby-fakegem eutils
46 -
47 -DESCRIPTION="Adds a streamy multipart form post capability to Net::HTTP"
48 -HOMEPAGE="https://github.com/nicksieger/multipart-post"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
53 -IUSE="test"
54 -
55 -each_ruby_test() {
56 - ${RUBY} -Ilib:. -e "Dir['test/test_*.rb'].each{|f| require f}" || die
57 -}
58
59 diff --git a/dev-ruby/multipart-post/multipart-post-2.1.0.ebuild b/dev-ruby/multipart-post/multipart-post-2.1.0.ebuild
60 deleted file mode 100644
61 index c5f4406f295..00000000000
62 --- a/dev-ruby/multipart-post/multipart-post-2.1.0.ebuild
63 +++ /dev/null
64 @@ -1,21 +0,0 @@
65 -# Copyright 1999-2019 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=6
69 -
70 -USE_RUBY="ruby25 ruby26"
71 -
72 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
73 -RUBY_FAKEGEM_TASK_DOC=""
74 -
75 -RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
76 -
77 -inherit ruby-fakegem eutils
78 -
79 -DESCRIPTION="Adds a streamy multipart form post capability to Net::HTTP"
80 -HOMEPAGE="https://github.com/nicksieger/multipart-post"
81 -
82 -LICENSE="MIT"
83 -SLOT="0"
84 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
85 -IUSE="test"