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/radius/
Date: Sat, 12 Dec 2015 07:36:03
Message-Id: 1449905736.e301897b483283dcc4fd4ec64255de5a0dba1f32.graaff@gentoo
1 commit: e301897b483283dcc4fd4ec64255de5a0dba1f32
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 12 07:28:05 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 12 07:35:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e301897b
7
8 dev-ruby/radius: cleanup
9
10 Package-Manager: portage-2.2.24
11
12 dev-ruby/radius/radius-0.7.4-r1.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/dev-ruby/radius/radius-0.7.4-r1.ebuild b/dev-ruby/radius/radius-0.7.4-r1.ebuild
16 deleted file mode 100644
17 index 970317e..0000000
18 --- a/dev-ruby/radius/radius-0.7.4-r1.ebuild
19 +++ /dev/null
20 @@ -1,24 +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_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc"
29 -
30 -inherit ruby-fakegem
31 -
32 -DESCRIPTION="Powerful tag-based template system"
33 -HOMEPAGE="https://github.com/jlong/radius http://radius.rubyforge.org/"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~arm ~x86"
38 -IUSE=""
39 -
40 -ruby_add_bdepend "test? ( dev-ruby/kramdown )"
41 -
42 -all_ruby_prepare() {
43 - sed -i -e "/simplecov/,/end/d" -e "/coveralls/d" test/test_helper.rb || die
44 -}