summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-09-05 00:02:03 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-09-05 00:02:03 +0000
commitc2e9c2d8037b8442621107a5e5c4071fb2c11aa2 (patch)
tree9a1db2daf97f1f53fca0369b73e918d433660f12 /dev-ruby
parentCleanup old. (diff)
downloadgentoo-2-c2e9c2d8037b8442621107a5e5c4071fb2c11aa2.tar.gz
gentoo-2-c2e9c2d8037b8442621107a5e5c4071fb2c11aa2.tar.bz2
gentoo-2-c2e9c2d8037b8442621107a5e5c4071fb2c11aa2.zip
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/dnsruby/ChangeLog5
-rw-r--r--dev-ruby/dnsruby/dnsruby-1.53.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/dev-ruby/dnsruby/ChangeLog b/dev-ruby/dnsruby/ChangeLog
index c82aff558c9c..b14a7fa59386 100644
--- a/dev-ruby/dnsruby/ChangeLog
+++ b/dev-ruby/dnsruby/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/dnsruby
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dnsruby/ChangeLog,v 1.7 2013/06/18 23:43:36 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dnsruby/ChangeLog,v 1.8 2013/09/05 00:02:03 mrueg Exp $
+
+ 05 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -dnsruby-1.53.ebuild:
+ Cleanup old.
*dnsruby-1.54 (18 Jun 2013)
diff --git a/dev-ruby/dnsruby/dnsruby-1.53.ebuild b/dev-ruby/dnsruby/dnsruby-1.53.ebuild
deleted file mode 100644
index 92c05341870a..000000000000
--- a/dev-ruby/dnsruby/dnsruby-1.53.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dnsruby/dnsruby-1.53.ebuild,v 1.2 2012/08/05 09:58:46 graaff Exp $
-
-EAPI=4
-
-# jruby → fails tests.
-USE_RUBY="ruby18 ruby19 ree18"
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_DOCDIR="html"
-RUBY_FAKEGEM_EXTRADOC="DNSSEC EXAMPLES README"
-inherit ruby-fakegem
-
-DESCRIPTION="A pure Ruby DNS client library"
-HOMEPAGE="http://rubyforge.org/projects/dnsruby/"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-all_ruby_prepare() {
- # Avoid test failing when an IPv6 resolver is present. Already fixed
- # upstream but not in an easy-to-backport way.
- sed -i -e '/test_single_resolver/,/^ end/ s:^:#:' test/tc_res_config.rb || die
-}
-
-each_ruby_test() {
- # only run offline tests
- #${RUBY} -I .:lib test/ts_dnsruby.rb || die "test failed"
- ${RUBY} -I .:lib test/ts_offline.rb || die "test failed"
-}