summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-04-19 02:56:27 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-04-19 02:56:27 +0000
commit9fd21fae3432876db3a64e880d58292b18b90103 (patch)
tree9f7378b1a8a04ad8b2cefb6c79b041b91c775313 /dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild
parentdev-ruby/ruby-taglib removal. Supports ruby-1.8 only See bug #434064. (diff)
downloadgentoo-2-9fd21fae3432876db3a64e880d58292b18b90103.tar.gz
gentoo-2-9fd21fae3432876db3a64e880d58292b18b90103.tar.bz2
gentoo-2-9fd21fae3432876db3a64e880d58292b18b90103.zip
dev-ruby/rubytorrent removal. Supports ruby-1.8 only See bug #434064.
Diffstat (limited to 'dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild')
-rw-r--r--dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild b/dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild
deleted file mode 100644
index 1d5042c03cfe..000000000000
--- a/dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3-r1.ebuild,v 1.2 2012/05/01 18:24:03 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-inherit ruby-ng
-
-DESCRIPTION="A pure-Ruby BitTorrent peer library and toolset"
-HOMEPAGE="http://rubytorrent.rubyforge.org/"
-SRC_URI="http://rubyforge.org/frs/download.php/3017/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-each_ruby_install() {
- local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
- doruby rubytorrent.rb || die
- insinto "${sitelibdir}/rubytorrent"
- doins rubytorrent/* || die
-}
-
-all_ruby_install() {
- dodoc doc/* README ReleaseNotes.txt
- docinto examples
- dodoc dump-metainfo.rb dump-peers.rb make-metainfo.rb \
- rtpeer-ncurses.rb rtpeer.rb
-}