diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-10-22 12:35:41 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-10-22 12:35:41 +0000 |
commit | 9a0fc0a7217abecd66c87b28dc7c885d7e9ba247 (patch) | |
tree | 63ed6b37ff9db4ccd0b3ef55e3f421f3c5912357 /dev-ruby/json/json-1.6.1.ebuild | |
parent | Move the sources under amd64 dir so we prepare for other arches. (diff) | |
download | historical-9a0fc0a7217abecd66c87b28dc7c885d7e9ba247.tar.gz historical-9a0fc0a7217abecd66c87b28dc7c885d7e9ba247.tar.bz2 historical-9a0fc0a7217abecd66c87b28dc7c885d7e9ba247.zip |
Use gemspec file instead of metadata.
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/json/json-1.6.1.ebuild')
-rw-r--r-- | dev-ruby/json/json-1.6.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ruby/json/json-1.6.1.ebuild b/dev-ruby/json/json-1.6.1.ebuild index 30198ead310c..4c6293c31bb6 100644 --- a/dev-ruby/json/json-1.6.1.ebuild +++ b/dev-ruby/json/json-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.6.1.ebuild,v 1.1 2011/10/16 08:09:44 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.6.1.ebuild,v 1.2 2011/10/22 12:35:41 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -9,6 +9,8 @@ RUBY_FAKEGEM_TASK_DOC="doc" RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README.rdoc README-json-jruby.markdown" RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_GEMSPEC="json.gemspec" + inherit multilib ruby-fakegem DESCRIPTION="A JSON implementation as a Ruby extension." |