Parent Directory
|
Revision Log
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)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.1 2012/04/29 15:24:28 hollow Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | USE_RUBY="ruby18 ruby19 ree18 jruby" |
| 7 | |
| 8 | inherit ruby-fakegem |
| 9 | |
| 10 | DESCRIPTION="A library designed to make manipulation of IPv4 and IPv6 addresses both powerful and simple" |
| 11 | HOMEPAGE="http://github.com/bluemonk/ipaddress" |
| 12 | |
| 13 | LICENSE="Apache-2.0" |
| 14 | SLOT="0" |
| 15 | KEYWORDS="~amd64 ~x86" |
| 16 | IUSE="" |
| 17 | |
| 18 | ruby_add_bdepend "test? ( virtual/ruby-test-unit )" |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |