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/http-cookie/
Date: Thu, 28 Jun 2018 05:21:21
Message-Id: 1530163234.dad3f149e1fa81581581497fdadc4aeb2c1fadda.graaff@gentoo
1 commit: dad3f149e1fa81581581497fdadc4aeb2c1fadda
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 28 05:20:34 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 05:20:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad3f149
7
8 dev-ruby/http-cookie: cleanup
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-ruby/http-cookie/Manifest | 1 -
13 dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild | 29 ------------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/dev-ruby/http-cookie/Manifest b/dev-ruby/http-cookie/Manifest
17 index 1fb088d2389..c387366caea 100644
18 --- a/dev-ruby/http-cookie/Manifest
19 +++ b/dev-ruby/http-cookie/Manifest
20 @@ -1,2 +1 @@
21 -DIST http-cookie-1.0.2.gem 37888 BLAKE2B 9fb33cc4f7b97f520e1703488381ad17424f6242fbf83efcfae0cef34f6937526c8a664911406a7f9fb1f15ba07a8d9deebde1a812fd5dce01e81f40d9384242 SHA512 447b7fcfd67f64edbd8420672add7ff04f28358ecd8ef59c3bf861b48378729d02bc1e4396259104651794e011ef0de72c892f28fd658474a1fc315b9b750178
22 DIST http-cookie-1.0.3.gem 38400 BLAKE2B 6b7292b2a5d7c37b6769cdd38f01d8cf78aa9557b4a204d736dffeae5d31768c57ac58f00577df78252f9a8bdb12a7faecf5e1be64c8ee29aaf67cc9307d0a35 SHA512 43ac1218e98dd47ee22e33e72e20bc5b55f65e60aadd417641f8a4221eba88995d418c7738a4c35dfba132e05c0c4b0df2b2bedd56c22e82c062d1f03de0052f
23
24 diff --git a/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild
25 deleted file mode 100644
26 index 0b93a981733..00000000000
27 --- a/dev-ruby/http-cookie/http-cookie-1.0.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -USE_RUBY="ruby20 ruby21 ruby22 ruby23"
35 -
36 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
37 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
38 -
39 -inherit ruby-fakegem
40 -
41 -DESCRIPTION="A ruby library to handle HTTP cookies"
42 -HOMEPAGE="https://github.com/sparklemotion/http-cookie"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 sparc x86"
47 -IUSE=""
48 -
49 -ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"
50 -
51 -all_ruby_prepare() {
52 - sed -i -e "/simplecov/d" -e "/bundler/d" Rakefile || die
53 -}
54 -
55 -each_ruby_test() {
56 - ${RUBY} -Ilib test/test_http_cookie.rb || die
57 - ${RUBY} -Ilib test/test_http_cookie_jar.rb || die
58 -}