summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-09-10 08:42:34 +0000
committerHans de Graaff <graaff@gentoo.org>2011-09-10 08:42:34 +0000
commit625cbdc5e2c88faa525a8e35bc34e3909dad02c6 (patch)
tree0b64620666688e532d126422dd869c626cad3c6b /dev-ruby
parentVersion bump. (diff)
downloadgentoo-2-625cbdc5e2c88faa525a8e35bc34e3909dad02c6.tar.gz
gentoo-2-625cbdc5e2c88faa525a8e35bc34e3909dad02c6.tar.bz2
gentoo-2-625cbdc5e2c88faa525a8e35bc34e3909dad02c6.zip
Remove old versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/childprocess/ChangeLog6
-rw-r--r--dev-ruby/childprocess/childprocess-0.1.9.ebuild33
-rw-r--r--dev-ruby/childprocess/childprocess-0.2.0.ebuild33
3 files changed, 5 insertions, 67 deletions
diff --git a/dev-ruby/childprocess/ChangeLog b/dev-ruby/childprocess/ChangeLog
index 0c15d1226963..d73e149a6477 100644
--- a/dev-ruby/childprocess/ChangeLog
+++ b/dev-ruby/childprocess/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/childprocess
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.7 2011/09/10 08:41:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.8 2011/09/10 08:42:34 graaff Exp $
+
+ 10 Sep 2011; Hans de Graaff <graaff@gentoo.org> -childprocess-0.1.9.ebuild,
+ -childprocess-0.2.0.ebuild:
+ Remove old versions.
*childprocess-0.2.2 (10 Sep 2011)
diff --git a/dev-ruby/childprocess/childprocess-0.1.9.ebuild b/dev-ruby/childprocess/childprocess-0.1.9.ebuild
deleted file mode 100644
index bc75123252eb..000000000000
--- a/dev-ruby/childprocess/childprocess-0.1.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.1.9.ebuild,v 1.1 2011/05/23 17:28:21 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="childprocess.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple and reliable solution for controlling external programs running in the background."
-HOMEPAGE="https://github.com/jarib/childprocess"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-all_ruby_prepare() {
- # Remove bundler support
- rm Gemfile || die
- sed -i -e "/[Bb]undler/d" Rakefile || die
-}
diff --git a/dev-ruby/childprocess/childprocess-0.2.0.ebuild b/dev-ruby/childprocess/childprocess-0.2.0.ebuild
deleted file mode 100644
index d67344562eee..000000000000
--- a/dev-ruby/childprocess/childprocess-0.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/childprocess-0.2.0.ebuild,v 1.1 2011/07/21 05:48:58 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="childprocess.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple and reliable solution for controlling external programs running in the background."
-HOMEPAGE="https://github.com/jarib/childprocess"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-all_ruby_prepare() {
- # Remove bundler support
- rm Gemfile || die
- sed -i -e "/[Bb]undler/d" Rakefile || die
-}