From d075554342bf5ae0be54604830cd4c56d45bdf4e Mon Sep 17 00:00:00 2001 From: Mamoru Komachi Date: Sat, 10 Apr 2004 16:12:56 +0000 Subject: Marked 0.8 stable on x86. virtual/ruby fix --- dev-ruby/ruby-progressbar/ChangeLog | 6 +++++- dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild | 4 ++-- dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) (limited to 'dev-ruby/ruby-progressbar') diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index 6bcacd003224..ce9139bd9cba 100644 --- a/dev-ruby/ruby-progressbar/ChangeLog +++ b/dev-ruby/ruby-progressbar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-progressbar # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.3 2004/03/21 21:34:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.4 2004/04/10 16:12:56 usata Exp $ + + 11 Apr 2004; Mamoru KOMACHI ruby-progressbar-0.5.ebuild, + ruby-progressbar-0.8.ebuild: + Marked 0.8 stable on x86. virtual/ruby fix *ruby-progressbar-0.8 (22 Mar 2004) diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild index 3b2392078035..f57d985eb559 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild,v 1.3 2004/03/21 21:34:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild,v 1.4 2004/04/10 16:12:56 usata Exp $ inherit ruby @@ -15,7 +15,7 @@ KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="dev-lang/ruby" +DEPEND="virtual/ruby" #RDEPEND="" S=${WORKDIR}/${P} diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild index b9bbdfa6846d..7beb1c768b65 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild,v 1.1 2004/03/21 21:34:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild,v 1.2 2004/04/10 16:12:56 usata Exp $ inherit ruby @@ -11,11 +11,11 @@ SRC_URI="http://namazu.org/~satoru/ruby-progressbar/${P}.tar.gz" LICENSE="Ruby" SLOT="0" USE_RUBY="any" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="dev-lang/ruby" +DEPEND="virtual/ruby" #RDEPEND="" S=${WORKDIR}/${P} -- cgit v1.2.3-65-gdbad