rubydns: adjust deps, bug #582556

This commit is contained in:
blshkv 2016-05-10 08:09:43 +08:00
parent 629c9280f4
commit 86b193c8e4
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
5 changed files with 2 additions and 100 deletions

View file

@ -4,7 +4,7 @@
EAPI=5
USE_RUBY="ruby20 ruby21"
USE_RUBY="ruby20 ruby21 ruby22"
inherit ruby-fakegem
DESCRIPTION="A tool to intercept and modify DNS requests"
@ -18,4 +18,4 @@ IUSE=""
ruby_add_rdepend "=dev-ruby/celluloid-0.16*
=dev-ruby/celluloid-io-0.16* >=dev-ruby/celluloid-io-0.16.2
dev-ruby/timers:4"
=dev-ruby/timers-4.0*"

View file

@ -1,55 +0,0 @@
# ChangeLog for dev-ruby/timers
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timers/ChangeLog,v 1.12 2014/11/11 10:47:22 mrueg Exp $
11 Nov 2014; Manuel Rüger <mrueg@gentoo.org> timers-1.1.0-r1.ebuild,
timers-2.0.0.ebuild, timers-4.0.1.ebuild:
Drop jruby target.
*timers-4.0.1 (13 Sep 2014)
13 Sep 2014; Hans de Graaff <graaff@gentoo.org> +timers-4.0.1.ebuild:
Version bump.
12 Aug 2014; Anthony G. Basile <blueness@gentoo.org> timers-1.1.0-r1.ebuild,
timers-2.0.0.ebuild:
Keyword ~ppc and ~ppc64, bug #519596
*timers-2.0.0 (29 Apr 2014)
29 Apr 2014; Hans de Graaff <graaff@gentoo.org> +timers-2.0.0.ebuild:
Version bump. Ebuild by Peter Wilmott in the ruby overlay.
28 Apr 2014; Hans de Graaff <graaff@gentoo.org> timers-1.1.0-r1.ebuild:
Add ruby21.
24 Apr 2014; Manuel Rüger <mrueg@gentoo.org> timers-1.1.0-r1.ebuild:
Remove ruby18 support.
03 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -timers-1.0.2.ebuild,
-timers-1.1.0.ebuild:
Cleanup old.
*timers-1.1.0-r1 (09 Oct 2013)
09 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +timers-1.1.0-r1.ebuild:
Add ruby20 target.
*timers-1.1.0 (21 Apr 2013)
21 Apr 2013; Hans de Graaff <graaff@gentoo.org> +timers-1.1.0.ebuild:
Version bump.
21 Apr 2013; Hans de Graaff <graaff@gentoo.org> -timers-1.0.1.ebuild:
Cleanup.
*timers-1.0.2 (02 Apr 2013)
02 Apr 2013; Hans de Graaff <graaff@gentoo.org> +timers-1.0.2.ebuild:
Version bump.
*timers-1.0.1 (30 Sep 2012)
30 Sep 2012; Hans de Graaff <graaff@gentoo.org> +timers-1.0.1.ebuild,
+metadata.xml:
Initial import. Dependency for celluloid.

View file

@ -1 +0,0 @@
DIST timers-4.0.1.gem 14848 SHA256 f45ca1b8ce6b26e29226c2144c512801a9019c3e781054d878c205cb0fd8500d SHA512 4fb0b70d845885bd1863831795b4094a5e282797641cbe95045ed013a5b5caa404da6ed60a148e3c313988c5acdf0042b0021dd476585f5032099895aaef283d WHIRLPOOL 6c33918e5b685dbee889657bf202b71575ece24797b8c629ac27433905e0505c72fe1f15fc75975d35a4e5ddc75e18a2b0aa0626132c5dec8f91daed23bad6db

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ruby</herd>
</pkgmetadata>

View file

@ -1,37 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timers/timers-4.0.1.ebuild,v 1.1 2014/09/13 06:11:51 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
inherit ruby-fakegem
DESCRIPTION="Pure Ruby one-shot and periodic timers"
HOMEPAGE="https://github.com/tarcieri/timers"
LICENSE="MIT"
SLOT="4"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
ruby_add_rdepend "dev-ruby/hitimes"
all_ruby_prepare() {
rm Gemfile || die
sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
sed -i -e '/coveralls/ s:^:#:' spec/spec_helper.rb || die
sed -i -e '/Coveralls/ s:^:#:' spec/spec_helper.rb || die
# Remove performance spec due to dependencies and being to dependent
# on machine specifics.
rm spec/performance_spec.rb
# Remove rspec3 configuration so we can still run with rspec2.
sed -e '/expose/ s:^:#:' -i spec/spec_helper.rb || die
}