diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-10-06 12:55:16 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-10-06 12:55:16 +0000 |
commit | 1e5594171f5a6f578bebaf3f44b3580930261e37 (patch) | |
tree | 67dc5717356e77e5ef3ab125fc85052f176fcd30 /dev-ruby/rbbr | |
parent | remove ruby 1.6 dep (diff) | |
download | gentoo-2-1e5594171f5a6f578bebaf3f44b3580930261e37.tar.gz gentoo-2-1e5594171f5a6f578bebaf3f44b3580930261e37.tar.bz2 gentoo-2-1e5594171f5a6f578bebaf3f44b3580930261e37.zip |
Remove old version, remove ruby 1.6 dep
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'dev-ruby/rbbr')
-rw-r--r-- | dev-ruby/rbbr/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/rbbr/files/digest-rbbr-0.5.1 | 1 | ||||
-rw-r--r-- | dev-ruby/rbbr/rbbr-0.5.1.ebuild | 32 | ||||
-rw-r--r-- | dev-ruby/rbbr/rbbr-0.6.0.ebuild | 5 |
4 files changed, 8 insertions, 38 deletions
diff --git a/dev-ruby/rbbr/ChangeLog b/dev-ruby/rbbr/ChangeLog index 3cd3399bcafb..78e0afb911f0 100644 --- a/dev-ruby/rbbr/ChangeLog +++ b/dev-ruby/rbbr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rbbr -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/ChangeLog,v 1.11 2004/10/03 14:45:36 usata Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/ChangeLog,v 1.12 2005/10/06 12:55:16 caleb Exp $ + + 06 Oct 2005; Caleb Tennis <caleb@gentoo.org> -rbbr-0.5.1.ebuild, + rbbr-0.6.0.ebuild: + Remove old version, remove ruby 1.6 dep 03 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> rbbr-0.6.0.ebuild: Changed dep to ruby-gtk2. Thanks to Benjamin Herr <ben@0x539.de>. This diff --git a/dev-ruby/rbbr/files/digest-rbbr-0.5.1 b/dev-ruby/rbbr/files/digest-rbbr-0.5.1 deleted file mode 100644 index 854c91b781b3..000000000000 --- a/dev-ruby/rbbr/files/digest-rbbr-0.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 83e1478bfadb9095049abce9e3cc88d6 rbbr-0.5.1-withapi.tar.gz 270402 diff --git a/dev-ruby/rbbr/rbbr-0.5.1.ebuild b/dev-ruby/rbbr/rbbr-0.5.1.ebuild deleted file mode 100644 index 33c35ff35581..000000000000 --- a/dev-ruby/rbbr/rbbr-0.5.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/rbbr-0.5.1.ebuild,v 1.6 2004/09/02 00:06:24 usata Exp $ - -DESCRIPTION="Ruby Browser for modules/classes hierarchy and their constants and methods" -HOMEPAGE="http://ruby-gnome2.sourceforge.jp/hiki.cgi?rbbr" -SRC_URI="mirror://sourceforge/ruby-gnome2/${P}-withapi.tar.gz" - -KEYWORDS="x86" -SLOT="0" -LICENSE="Ruby" -IUSE="nls cjk" - -DEPEND="|| ( - >=dev-lang/ruby-1.8.0 - dev-lang/ruby-cvs - ( <dev-lang/ruby-1.8 >=dev-ruby/ri-0.8a ) - ) - >=dev-ruby/ruby-gnome2-0.7.0 - nls? ( >=dev-ruby/ruby-gettext-0.5.3 ) - cjk? ( >=dev-ruby/refe-0.7.2 )" - -S="${WORKDIR}/${P}-withapi" - -src_compile() { - ruby install.rb config || die "install.rb config failed" - ruby install.rb setup || die "install.rb setup failed" -} - -src_install() { - ruby install.rb install --prefix=${D} || die "install.rb install failed" -} diff --git a/dev-ruby/rbbr/rbbr-0.6.0.ebuild b/dev-ruby/rbbr/rbbr-0.6.0.ebuild index 97c8f4fad406..5897e12ef217 100644 --- a/dev-ruby/rbbr/rbbr-0.6.0.ebuild +++ b/dev-ruby/rbbr/rbbr-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/rbbr-0.6.0.ebuild,v 1.9 2004/10/03 14:45:36 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbbr/rbbr-0.6.0.ebuild,v 1.10 2005/10/06 12:55:16 caleb Exp $ DESCRIPTION="Ruby Browser for modules/classes hierarchy and their constants and methods" HOMEPAGE="http://ruby-gnome2.sourceforge.jp/hiki.cgi?rbbr" @@ -14,7 +14,6 @@ IUSE="nls cjk" DEPEND="|| ( >=dev-lang/ruby-1.8.0 dev-lang/ruby-cvs - ( <dev-lang/ruby-1.8 >=dev-ruby/ri-0.8a ) ) >=dev-ruby/ruby-gtk2-0.9.1 nls? ( >=dev-ruby/ruby-gettext-0.5.5 ) |