diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-07-31 19:17:20 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-07-31 19:17:20 +0000 |
commit | 13cc9cae20b289d71095971e68c24c8529c15107 (patch) | |
tree | 125640f874e754323795ba5d9466f204201eea37 /dev-ruby/ruby-config/ruby-config-0.3.ebuild | |
parent | ~amd64 - bug #57765 (Manifest recommit) (diff) | |
download | gentoo-2-13cc9cae20b289d71095971e68c24c8529c15107.tar.gz gentoo-2-13cc9cae20b289d71095971e68c24c8529c15107.tar.bz2 gentoo-2-13cc9cae20b289d71095971e68c24c8529c15107.zip |
Added macos support.
Diffstat (limited to 'dev-ruby/ruby-config/ruby-config-0.3.ebuild')
-rw-r--r-- | dev-ruby/ruby-config/ruby-config-0.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ruby/ruby-config/ruby-config-0.3.ebuild b/dev-ruby/ruby-config/ruby-config-0.3.ebuild new file mode 100644 index 000000000000..7a46e236eea6 --- /dev/null +++ b/dev-ruby/ruby-config/ruby-config-0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ruby-config-0.3.ebuild,v 1.1 2004/07/31 19:17:20 usata Exp $ + +DESCRIPTION="Utility to switch the ruby interpreter beging used" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 macos" +IUSE="" + +DEPEND="virtual/ruby" +S="${WORKDIR}" + +src_install() { + newsbin ${FILESDIR}/${P} ruby-config || die +} |