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: Sat, 12 Dec 2015 07:35:59
Message-Id: 1449905714.5b24a355f00656a508458f3746a5b4118a1b577c.graaff@gentoo
1 commit: 5b24a355f00656a508458f3746a5b4118a1b577c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 12 06:45:29 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 12 07:35:14 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b24a355
7
8 dev-ruby/http-cookie: cleanup
9
10 Package-Manager: portage-2.2.24
11
12 dev-ruby/http-cookie/http-cookie-1.0.2.ebuild | 30 ---------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild
16 deleted file mode 100644
17 index 43a2a19..0000000
18 --- a/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -USE_RUBY="ruby19 ruby20"
27 -
28 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
29 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
30 -
31 -inherit ruby-fakegem
32 -
33 -DESCRIPTION="A ruby library to handle HTTP cookies"
34 -HOMEPAGE="https://github.com/sparklemotion/http-cookie"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="amd64 ~ppc x86"
39 -IUSE=""
40 -
41 -ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"
42 -
43 -all_ruby_prepare() {
44 - sed -i -e "/simplecov/d" -e "/bundler/d" Rakefile || die
45 -}
46 -
47 -each_ruby_test() {
48 - ${RUBY} -Ilib test/test_http_cookie.rb || die
49 - ${RUBY} -Ilib test/test_http_cookie_jar.rb || die
50 -}