summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-04-10 08:38:56 +0000
committerMamoru Komachi <usata@gentoo.org>2004-04-10 08:38:56 +0000
commit51eb6aca2d57453a1c52354dc10a11f3162ad875 (patch)
treec6606b1e1c1a894de630b965cb208862a33a390f /dev-ruby/amstd
parentversion bump; two patches from 1.13.92 were integrated upstream (Manifest rec... (diff)
downloadgentoo-2-51eb6aca2d57453a1c52354dc10a11f3162ad875.tar.gz
gentoo-2-51eb6aca2d57453a1c52354dc10a11f3162ad875.tar.bz2
gentoo-2-51eb6aca2d57453a1c52354dc10a11f3162ad875.zip
virtual/ruby fix
Diffstat (limited to 'dev-ruby/amstd')
-rw-r--r--dev-ruby/amstd/ChangeLog8
-rw-r--r--dev-ruby/amstd/amstd-2.0.0-r1.ebuild8
-rw-r--r--dev-ruby/amstd/amstd-2.0.0.ebuild6
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-ruby/amstd/ChangeLog b/dev-ruby/amstd/ChangeLog
index 9c34f7a2043f..d17f72ba62a4 100644
--- a/dev-ruby/amstd/ChangeLog
+++ b/dev-ruby/amstd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/amstd
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/ChangeLog,v 1.8 2004/03/18 21:35:00 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/ChangeLog,v 1.9 2004/04/10 08:37:26 usata Exp $
+
+ 10 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> amstd-2.0.0-r1.ebuild,
+ amstd-2.0.0.ebuild:
+ virtual/ruby fix
*amstd-2.0.0-r1 (16 Nov 2003)
diff --git a/dev-ruby/amstd/amstd-2.0.0-r1.ebuild b/dev-ruby/amstd/amstd-2.0.0-r1.ebuild
index 272eaabae6d1..4e359847ab7a 100644
--- a/dev-ruby/amstd/amstd-2.0.0-r1.ebuild
+++ b/dev-ruby/amstd/amstd-2.0.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-2.0.0-r1.ebuild,v 1.2 2004/02/22 22:20:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-2.0.0-r1.ebuild,v 1.3 2004/04/10 08:37:26 usata Exp $
inherit ruby
@@ -10,8 +10,8 @@ SRC_URI="http://www.loveruby.net/archive/amstd/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~hppa ~mips ~sparc ~x86"
+KEYWORDS="alpha ~hppa ~mips ~sparc x86"
IUSE=""
USE_RUBY="any"
-DEPEND=">=dev-lang/ruby-1.6"
+DEPEND="virtual/ruby"
diff --git a/dev-ruby/amstd/amstd-2.0.0.ebuild b/dev-ruby/amstd/amstd-2.0.0.ebuild
index af3931689a09..68574b800ad9 100644
--- a/dev-ruby/amstd/amstd-2.0.0.ebuild
+++ b/dev-ruby/amstd/amstd-2.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-2.0.0.ebuild,v 1.6 2004/02/22 22:20:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-2.0.0.ebuild,v 1.7 2004/04/10 08:37:26 usata Exp $
DESCRIPTION="Ruby utility collection by Minero Aoki"
HOMEPAGE="http://www.loveruby.net/en/amstd.html"
@@ -9,7 +9,7 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha hppa mips sparc x86"
IUSE=""
-DEPEND=">=dev-lang/ruby-1.6"
+DEPEND="virtual/ruby"
src_compile() {
ruby install.rb config --prefix=/usr || die