summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-02-03 22:05:31 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-02-03 22:05:31 +0000
commit31664e1e51f037192da91ddf6bfc20b802a3ae1e (patch)
treec4f1ecba8641ee4d7d89283a828929856f4b2184 /dev-ruby/celluloid-io
parentRemove old. (diff)
downloadgentoo-2-31664e1e51f037192da91ddf6bfc20b802a3ae1e.tar.gz
gentoo-2-31664e1e51f037192da91ddf6bfc20b802a3ae1e.tar.bz2
gentoo-2-31664e1e51f037192da91ddf6bfc20b802a3ae1e.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/celluloid-io')
-rw-r--r--dev-ruby/celluloid-io/ChangeLog6
-rw-r--r--dev-ruby/celluloid-io/celluloid-io-0.15.0.ebuild30
-rw-r--r--dev-ruby/celluloid-io/celluloid-io-0.16.1.ebuild31
3 files changed, 5 insertions, 62 deletions
diff --git a/dev-ruby/celluloid-io/ChangeLog b/dev-ruby/celluloid-io/ChangeLog
index 89fe74f81a8a..035093c55f34 100644
--- a/dev-ruby/celluloid-io/ChangeLog
+++ b/dev-ruby/celluloid-io/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/celluloid-io
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/ChangeLog,v 1.5 2015/02/01 22:59:08 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/ChangeLog,v 1.6 2015/02/03 22:05:31 mrueg Exp $
+
+ 03 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -celluloid-io-0.15.0.ebuild,
+ -celluloid-io-0.16.1.ebuild:
+ Remove old.
*celluloid-io-0.16.2 (01 Feb 2015)
diff --git a/dev-ruby/celluloid-io/celluloid-io-0.15.0.ebuild b/dev-ruby/celluloid-io/celluloid-io-0.15.0.ebuild
deleted file mode 100644
index c8a77bd6a466..000000000000
--- a/dev-ruby/celluloid-io/celluloid-io-0.15.0.ebuild
+++ /dev/null
@@ -1,30 +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/celluloid-io/celluloid-io-0.15.0.ebuild,v 1.3 2014/08/28 01:44:14 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Evented IO for Celluloid actors"
-HOMEPAGE="https://github.com/celluloid/celluloid-io"
-IUSE=""
-SLOT="0"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~ppc64"
-
-# Test hangs
-RESTRICT="test"
-
-ruby_add_rdepend "dev-ruby/celluloid
- dev-ruby/nio4r"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/d' -e '/[Cc]overalls/d' spec/spec_helper.rb || die
-}
diff --git a/dev-ruby/celluloid-io/celluloid-io-0.16.1.ebuild b/dev-ruby/celluloid-io/celluloid-io-0.16.1.ebuild
deleted file mode 100644
index 1061819e281a..000000000000
--- a/dev-ruby/celluloid-io/celluloid-io-0.16.1.ebuild
+++ /dev/null
@@ -1,31 +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/celluloid-io/celluloid-io-0.16.1.ebuild,v 1.1 2014/11/03 06:48:02 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Evented IO for Celluloid actors"
-HOMEPAGE="https://github.com/celluloid/celluloid-io"
-IUSE=""
-SLOT="0"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc ~ppc64"
-
-ruby_add_rdepend ">=dev-ruby/celluloid-0.16.0
- >=dev-ruby/nio4r-1.0.0"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/d' -e '/[Cc]overalls/d' spec/spec_helper.rb || die
-
- # Avoid DNS tests. They either assume localhost is 127.0.0.1 or
- # require network access.
- rm spec/celluloid/io/dns_resolver_spec.rb || die
-}