]> Pileus Git - ~andy/sunrise/blob - dev-ruby/dnsruby/dnsruby-1.43.ebuild
dev-ruby/dnsruby: Initial import of dnsruby
[~andy/sunrise] / dev-ruby / dnsruby / dnsruby-1.43.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=2
6
7 USE_RUBY="ruby18"
8
9 # cannot run test and doc tasks, Rakefile not included 
10 #   (bug at: https://rubyforge.org/tracker/index.php?func=detail&aid=27825&group_id=2387&atid=9259)
11 RUBY_FAKEGEM_TASK_TEST=""
12 RUBY_FAKEGEM_TASK_DOC=""
13 RUBY_FAKEGEM_EXTRADOC="DNSSEC EXAMPLES README"
14
15 inherit ruby-fakegem
16
17 IUSE=""
18
19 DESCRIPTION="A pure Ruby DNS client library"
20 HOMEPAGE="http://rubyforge.org/projects/dnsruby/"
21
22 KEYWORDS="~amd64 ~x86"
23 LICENSE="Apache-2.0"
24 SLOT="0"