summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-05-09 06:54:35 +0000
committerHans de Graaff <graaff@gentoo.org>2013-05-09 06:54:35 +0000
commita73940703d4340c3c07eb3631d3ae8ee6e7c5534 (patch)
tree2f76044011e71c234d99189c40ab2eef89f144e8 /dev-ruby/net-dns/net-dns-0.6.1.ebuild
parentVersion bump. (diff)
downloadgentoo-2-a73940703d4340c3c07eb3631d3ae8ee6e7c5534.tar.gz
gentoo-2-a73940703d4340c3c07eb3631d3ae8ee6e7c5534.tar.bz2
gentoo-2-a73940703d4340c3c07eb3631d3ae8ee6e7c5534.zip
Cleanup.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/net-dns/net-dns-0.6.1.ebuild')
-rw-r--r--dev-ruby/net-dns/net-dns-0.6.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-ruby/net-dns/net-dns-0.6.1.ebuild b/dev-ruby/net-dns/net-dns-0.6.1.ebuild
deleted file mode 100644
index c8d255294f3c..000000000000
--- a/dev-ruby/net-dns/net-dns-0.6.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-dns/net-dns-0.6.1.ebuild,v 1.2 2010/01/24 14:08:45 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 jruby"
-
-RUBY_FAKEGEM_DOCDIR="rdoc"
-RUBY_FAKEGEM_EXTRADOC="AUTHORS.rdoc CHANGELOG.rdoc README.rdoc THANKS.rdoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="VERSION.yml"
-
-inherit ruby-fakegem
-
-DESCRIPTION="DNS resolver in pure Ruby"
-HOMEPAGE="http://net-dns.rubyforge.org/"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
- # on MRI 1.9 without this it'll fail to find the YAML module.
- sed -i -e '1i require "yaml"' Rakefile || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc demo/* || die
-}