summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 15:55:13 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 15:55:13 +0000
commitdd9b8706bd51a2e1750b69e154b7c43dbc451837 (patch)
tree4895eca286a74867f555c7d5588cfc828bacaece /dev-ruby/rubytorrent
parentAdd ~alpha/~ia64/~sparc wrt #313563 (diff)
downloadgentoo-2-dd9b8706bd51a2e1750b69e154b7c43dbc451837.tar.gz
gentoo-2-dd9b8706bd51a2e1750b69e154b7c43dbc451837.tar.bz2
gentoo-2-dd9b8706bd51a2e1750b69e154b7c43dbc451837.zip
Various cleanups.
(Portage version: 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"]'`