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/sparklines/
Date: Thu, 05 May 2016 05:27:22
Message-Id: 1462424908.f9b53cb2edbf796d66178c490ea9b22cf5c01913.graaff@gentoo
1 commit: f9b53cb2edbf796d66178c490ea9b22cf5c01913
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 05:08:28 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 05:08:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b53cb2
7
8 dev-ruby/sparklines: cleanup
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/sparklines/sparklines-0.5.2-r4.ebuild | 28 --------------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/dev-ruby/sparklines/sparklines-0.5.2-r4.ebuild b/dev-ruby/sparklines/sparklines-0.5.2-r4.ebuild
16 deleted file mode 100644
17 index 2a89d8e..0000000
18 --- a/dev-ruby/sparklines/sparklines-0.5.2-r4.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -USE_RUBY="ruby20"
27 -
28 -RUBY_FAKEGEM_TASK_DOC=""
29 -
30 -RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
31 -
32 -inherit ruby-fakegem
33 -
34 -DESCRIPTION="Create sparklines, small graphs to be used inline in texts"
35 -HOMEPAGE="http://sparklines.rubyforge.org/"
36 -
37 -LICENSE="MIT"
38 -SLOT="0"
39 -KEYWORDS="amd64 x86 ~x86-macos"
40 -IUSE=""
41 -
42 -RDEPEND="dev-ruby/rmagick"
43 -
44 -ruby_add_bdepend test "dev-ruby/tidy_table dev-ruby/dust"
45 -
46 -each_ruby_test() {
47 - ${RUBY} -I. test/test_all.rb || die
48 -}