diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-10-29 19:34:27 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-10-29 19:34:27 +0000 |
commit | 045f764d11193d44af6dfa8258f12be24c2f84cf (patch) | |
tree | d522a3ccbc7ef09a985e63ca837e7c4c4acc774b /dev-ruby/shoulda-context | |
parent | Drop jruby target. Cleanup old. (diff) | |
download | gentoo-2-045f764d11193d44af6dfa8258f12be24c2f84cf.tar.gz gentoo-2-045f764d11193d44af6dfa8258f12be24c2f84cf.tar.bz2 gentoo-2-045f764d11193d44af6dfa8258f12be24c2f84cf.zip |
Drop jruby target.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/shoulda-context')
-rw-r--r-- | dev-ruby/shoulda-context/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/shoulda-context/ChangeLog b/dev-ruby/shoulda-context/ChangeLog index 75f745506a36..c09ebf3746d1 100644 --- a/dev-ruby/shoulda-context/ChangeLog +++ b/dev-ruby/shoulda-context/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/shoulda-context # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v 1.9 2014/10/10 22:47:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v 1.10 2014/10/29 19:34:27 mrueg Exp $ + + 29 Oct 2014; Manuel Rüger <mrueg@gentoo.org> shoulda-context-1.1.6.ebuild: + Drop jruby target. 10 Oct 2014; Manuel Rüger <mrueg@gentoo.org> shoulda-context-1.1.6.ebuild: Whitespace diff --git a/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild b/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild index 023a252327c8..fd350d5eaf3a 100644 --- a/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild +++ b/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild,v 1.6 2014/10/10 22:47:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild,v 1.7 2014/10/29 19:34:27 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md" |