diff options
author | Hans de Graaff <graaff@gentoo.org> | 2015-12-12 08:28:05 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2015-12-12 08:35:36 +0100 |
commit | e301897b483283dcc4fd4ec64255de5a0dba1f32 (patch) | |
tree | 57b9202cd7c589c413dc223601f12602a0ecb799 /dev-ruby/radius | |
parent | dev-ruby/pdf-reader: cleanup (diff) | |
download | gentoo-e301897b483283dcc4fd4ec64255de5a0dba1f32.tar.gz gentoo-e301897b483283dcc4fd4ec64255de5a0dba1f32.tar.bz2 gentoo-e301897b483283dcc4fd4ec64255de5a0dba1f32.zip |
dev-ruby/radius: cleanup
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-ruby/radius')
-rw-r--r-- | dev-ruby/radius/radius-0.7.4-r1.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-ruby/radius/radius-0.7.4-r1.ebuild b/dev-ruby/radius/radius-0.7.4-r1.ebuild deleted file mode 100644 index 970317eff85a..000000000000 --- a/dev-ruby/radius/radius-0.7.4-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Powerful tag-based template system" -HOMEPAGE="https://github.com/jlong/radius http://radius.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/kramdown )" - -all_ruby_prepare() { - sed -i -e "/simplecov/,/end/d" -e "/coveralls/d" test/test_helper.rb || die -} |