diff options
author | 2013-12-15 09:25:28 +0000 | |
---|---|---|
committer | 2013-12-15 09:25:28 +0000 | |
commit | 0a812add327a6527fa9e8cd3cb9b424d6b296a22 (patch) | |
tree | 626191d576ef9e6b8e783608ca93ad60f33d6594 /dev-ruby/spork/spork-0.9.2.ebuild | |
parent | Bump to 0.7.3, update live ebuild, bug #493524. Thanks to Nikoli. (diff) | |
download | historical-0a812add327a6527fa9e8cd3cb9b424d6b296a22.tar.gz historical-0a812add327a6527fa9e8cd3cb9b424d6b296a22.tar.bz2 historical-0a812add327a6527fa9e8cd3cb9b424d6b296a22.zip |
Add back non-ruby20 version of spork as a stable candidate.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x8883FA56A308A8D7!
Diffstat (limited to 'dev-ruby/spork/spork-0.9.2.ebuild')
-rw-r--r-- | dev-ruby/spork/spork-0.9.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ruby/spork/spork-0.9.2.ebuild b/dev-ruby/spork/spork-0.9.2.ebuild new file mode 100644 index 000000000000..796b91579c21 --- /dev/null +++ b/dev-ruby/spork/spork-0.9.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/spork/spork-0.9.2.ebuild,v 1.9 2013/12/15 09:25:26 graaff Exp $ + +EAPI=4 + +USE_RUBY="ruby18 ruby19 ree18" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" +RUBY_FAKEGEM_EXTRAINSTALL="assets" + +inherit ruby-fakegem + +DESCRIPTION="Spork is Tim Harper's implementation of test server." +HOMEPAGE="https://github.com/sporkrb/spork" +LICENSE="MIT" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +SLOT="0" +IUSE="" |