diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-01-07 22:16:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-01-07 22:16:38 +0000 |
commit | 4358c999d5ee2218e800f0af86ee91962ec1f514 (patch) | |
tree | 1ed0c1d5de9970e9af2a2a9d4b604d54ae8e8d82 /dev-ruby | |
parent | Added mips to keywords (diff) | |
download | historical-4358c999d5ee2218e800f0af86ee91962ec1f514.tar.gz historical-4358c999d5ee2218e800f0af86ee91962ec1f514.tar.bz2 historical-4358c999d5ee2218e800f0af86ee91962ec1f514.zip |
Update to 2.0.0
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/amstd/ChangeLog | 14 | ||||
-rw-r--r-- | dev-ruby/amstd/amstd-2.0.0.ebuild | 23 | ||||
-rw-r--r-- | dev-ruby/amstd/files/digest-amstd-2.0.0 | 1 |
3 files changed, 33 insertions, 5 deletions
diff --git a/dev-ruby/amstd/ChangeLog b/dev-ruby/amstd/ChangeLog index 18792aac2fc2..a58427088603 100644 --- a/dev-ruby/amstd/ChangeLog +++ b/dev-ruby/amstd/ChangeLog @@ -1,10 +1,18 @@ # ChangeLog for dev-ruby/amstd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/ChangeLog,v 1.3 2003/01/07 14:22:45 chouser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/ChangeLog,v 1.4 2003/01/07 22:16:38 agriffis Exp $ + +*amstd-2.0.0 (07 Jan 2003) + + 07 Jan 2003; Aron Griffis <agriffis@gentoo.org> amstd-2.0.0.ebuild : + Update to latest version 07 Jan 2003; Chris Houser <chouser@gentoo.org> amstd-1.9.5.ebuild : Added "alpha" to KEYWORDS + 07 Jul 2002; Aron Griffis <agriffis@gentoo.org> amstd-1.9.5.ebuild : + Updated with LICENSE, KEYWORDS, SLOT. + *amstd-1.9.5 (1 Feb 2002) 01 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : @@ -15,7 +23,3 @@ details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository. - - 07 Jul 2002; Aron Griffis <agriffis@gentoo.org> amstd-1.9.5.ebuild : - - Updated with LICENSE, KEYWORDS, SLOT. diff --git a/dev-ruby/amstd/amstd-2.0.0.ebuild b/dev-ruby/amstd/amstd-2.0.0.ebuild new file mode 100644 index 000000000000..ce5c2e698b06 --- /dev/null +++ b/dev-ruby/amstd/amstd-2.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 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.1 2003/01/07 22:16:38 agriffis Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Ruby utility collection by Minero Aoki" +SRC_URI="http://www.loveruby.net/archive/amstd/${P}.tar.gz" +HOMEPAGE="http://www.loveruby.net/en/amstd.html" +LICENSE="LGPL" +KEYWORDS="x86 alpha" +SLOT="0" + +DEPEND=">=dev-lang/ruby-1.6.1" + +src_compile() { + ruby install.rb config || die + ruby install.rb setup || die +} + +src_install () { + ruby install.rb config --prefix=${D}/usr || die + ruby install.rb install +} diff --git a/dev-ruby/amstd/files/digest-amstd-2.0.0 b/dev-ruby/amstd/files/digest-amstd-2.0.0 new file mode 100644 index 000000000000..19a3c8c59d0d --- /dev/null +++ b/dev-ruby/amstd/files/digest-amstd-2.0.0 @@ -0,0 +1 @@ +MD5 0b9b409d57a4b2ebb17990422fbb6800 amstd-2.0.0.tar.gz 2005 |