diff options
author | 2012-08-13 22:01:07 +0000 | |
---|---|---|
committer | 2012-08-13 22:01:07 +0000 | |
commit | 3feee281e61adf7e80eca7a990568aef4de10d2a (patch) | |
tree | 02411c09b23109bc48f13159ce3327d325f938c0 /dev-ruby/ipaddress | |
parent | Revision bump to remove the patch that does not work; drop ruby19 support as ... (diff) | |
download | gentoo-2-3feee281e61adf7e80eca7a990568aef4de10d2a.tar.gz gentoo-2-3feee281e61adf7e80eca7a990568aef4de10d2a.tar.bz2 gentoo-2-3feee281e61adf7e80eca7a990568aef4de10d2a.zip |
Restore doc and test tasks, as both work fine; add support for ree18 and jruby.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ipaddress')
-rw-r--r-- | dev-ruby/ipaddress/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/ipaddress/ipaddress-0.8.0.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-ruby/ipaddress/ChangeLog b/dev-ruby/ipaddress/ChangeLog index 133e9d2a95d6..2667477ff1f2 100644 --- a/dev-ruby/ipaddress/ChangeLog +++ b/dev-ruby/ipaddress/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for dev-ruby/ipaddress # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.1 2012/04/29 15:24:28 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.2 2012/08/13 22:01:07 flameeyes Exp $ + + 13 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> ipaddress-0.8.0.ebuild: + Restore doc and test tasks, as both work fine; add support for ree18 and + jruby. *ipaddress-0.8.0 (29 Apr 2012) 29 Apr 2012; Benedikt Böhm <hollow@gentoo.org> +ipaddress-0.8.0.ebuild, +metadata.xml: initial ebuild (dependency of dev-ruby/ohai-0.6.12) - diff --git a/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild b/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild index d4d3ce56bf06..38741d9c53dd 100644 --- a/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild +++ b/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild @@ -1,12 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.1 2012/04/29 15:24:28 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.2 2012/08/13 22:01:07 flameeyes Exp $ EAPI=4 -USE_RUBY="ruby18 ruby19" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" +USE_RUBY="ruby18 ruby19 ree18 jruby" inherit ruby-fakegem @@ -17,3 +14,5 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + +ruby_add_bdepend "test? ( virtual/ruby-test-unit )" |