summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 16:07:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 16:07:19 +0000
commit9639ce3370a9154e3aac1036676094e51ccf2d56 (patch)
tree8badf5214e664ee65259e96aa76db1f3ce278185 /dev-ruby/rubytorrent
parentAdd ~alpha/~ia64/~sparc wrt #293671 (diff)
downloadhistorical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.gz
historical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.bz2
historical-9639ce3370a9154e3aac1036676094e51ccf2d56.zip
Various cleanups.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/rubytorrent')
-rw-r--r--dev-ruby/rubytorrent/ChangeLog8
-rw-r--r--dev-ruby/rubytorrent/rubytorrent-0.3.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/rubytorrent/ChangeLog b/dev-ruby/rubytorrent/ChangeLog
index 5e145bcc8bc3..12618807620a 100644
--- a/dev-ruby/rubytorrent/ChangeLog
+++ b/dev-ruby/rubytorrent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rubytorrent
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.9 2009/12/24 17:30:02 graaff Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.10 2010/05/22 15:55:13 flameeyes Exp $
+
+ 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ rubytorrent-0.3.ebuild:
+ Various cleanups.
24 Dec 2009; Hans de Graaff <graaff@gentoo.org> rubytorrent-0.3.ebuild:
Remove obsolete virtual/ruby dependency.
diff --git a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild
index 27a6a44a339f..5256b8bd5f47 100644
--- a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild
+++ b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.10 2009/12/24 17:30:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.11 2010/05/22 15:55:13 flameeyes Exp $
inherit ruby
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ia64 ~ppc x86"
IUSE=""
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18"
src_install() {
local sitelibdir=`${RUBY} -r rbconfig -e 'puts Config::CONFIG["sitelibdir"]'`