diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-16 00:40:10 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-16 00:40:10 +0100 |
commit | f1eeccf542a86d2fd5129077bd9b78cbe2bc4a09 (patch) | |
tree | e9a6ee0af1d7a6f7c835f0914f25b658d595d29c /dev-ruby/shorturl | |
parent | media-radio/KochMorse: Remove old (diff) | |
download | gentoo-f1eeccf542a86d2fd5129077bd9b78cbe2bc4a09.tar.gz gentoo-f1eeccf542a86d2fd5129077bd9b78cbe2bc4a09.tar.bz2 gentoo-f1eeccf542a86d2fd5129077bd9b78cbe2bc4a09.zip |
dev-ruby/shorturl: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/shorturl')
-rw-r--r-- | dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild b/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild deleted file mode 100644 index 21f7880de9a3..000000000000 --- a/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild +++ /dev/null @@ -1,37 +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_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="ChangeLog.txt README.rdoc TODO.rdoc" - -inherit ruby-fakegem eutils - -DESCRIPTION="A very simple library to use URL shortening services such as TinyURL or RubyURL" -HOMEPAGE="http://shorturl.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~x86-fbsd ~x86-macos" -IUSE="" - -# All tests require network connectivity. -RESTRICT="test" - -each_ruby_test() { - ${RUBY} -Ilib:test test/ts_all.rb || die "tests failed" -} - -all_ruby_install() { - all_fakegem_install - - pushd doc &>/dev/null - dohtml -r . - popd &>/dev/null -} |