diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 16:12:56 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-10 16:12:56 +0000 |
commit | d075554342bf5ae0be54604830cd4c56d45bdf4e (patch) | |
tree | 35857b5973a02c8641a65cab35592bc18460ce17 /dev-ruby/ruby-progressbar | |
parent | virtual/ruby fix (diff) | |
download | historical-d075554342bf5ae0be54604830cd4c56d45bdf4e.tar.gz historical-d075554342bf5ae0be54604830cd4c56d45bdf4e.tar.bz2 historical-d075554342bf5ae0be54604830cd4c56d45bdf4e.zip |
Marked 0.8 stable on x86. virtual/ruby fix
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r-- | dev-ruby/ruby-progressbar/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.5.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
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 <usata@gentoo.org> 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} |