summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-05-25 09:49:56 +0000
committerHans de Graaff <graaff@gentoo.org>2012-05-25 09:49:56 +0000
commite00413024682d6a630d0d3188870726a998388a7 (patch)
tree09e152ac7a42c172c43076be3dc79e0b1f01257d /dev-ruby/childprocess
parentRemove old versions. (diff)
downloadgentoo-2-e00413024682d6a630d0d3188870726a998388a7.tar.gz
gentoo-2-e00413024682d6a630d0d3188870726a998388a7.tar.bz2
gentoo-2-e00413024682d6a630d0d3188870726a998388a7.zip
Remove old versions.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/childprocess')
-rw-r--r--dev-ruby/childprocess/ChangeLog7
-rw-r--r--dev-ruby/childprocess/childprocess-0.2.3.ebuild33
-rw-r--r--dev-ruby/childprocess/childprocess-0.2.5.ebuild34
-rw-r--r--dev-ruby/childprocess/childprocess-0.3.0.ebuild34
-rw-r--r--dev-ruby/childprocess/childprocess-0.3.1.ebuild34
5 files changed, 6 insertions, 136 deletions
diff --git a/dev-ruby/childprocess/ChangeLog b/dev-ruby/childprocess/ChangeLog
index fc418b6218c7..17dcbf530313 100644
--- a/dev-ruby/childprocess/ChangeLog
+++ b/dev-ruby/childprocess/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/childprocess
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.16 2012/05/22 15:53:05 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/childprocess/ChangeLog,v 1.17 2012/05/25 09:49:56 graaff Exp $
+
+ 25 May 2012; Hans de Graaff <graaff@gentoo.org> -childprocess-0.2.3.ebuild,
+ -childprocess-0.2.5.ebuild, -childprocess-0.3.0.ebuild,
+ -childprocess-0.3.1.ebuild:
+ Remove old versions.
22 May 2012; Hans de Graaff <graaff@gentoo.org> childprocess-0.3.2.ebuild:
Also require rspec for USE=doc since the Rakefile requires it
diff --git a/dev-ruby/childprocess/childprocess-0.2.3.ebuild b/dev-ruby/childprocess/childprocess-0.2.3.ebuild
deleted file mode 100644
index a1c25deb2261..000000000000
--- a/dev-ruby/childprocess/childprocess-0.2.3.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.3.ebuild,v 1.1 2011/12/01 16:59:31 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 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 ~x86"
-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.5.ebuild b/dev-ruby/childprocess/childprocess-0.2.5.ebuild
deleted file mode 100644
index f2731cf20829..000000000000
--- a/dev-ruby/childprocess/childprocess-0.2.5.ebuild
+++ /dev/null
@@ -1,34 +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/childprocess/childprocess-0.2.5.ebuild,v 1.1 2012/01/05 09:38:03 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-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 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
-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.3.0.ebuild b/dev-ruby/childprocess/childprocess-0.3.0.ebuild
deleted file mode 100644
index f80f12d6088f..000000000000
--- a/dev-ruby/childprocess/childprocess-0.3.0.ebuild
+++ /dev/null
@@ -1,34 +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/childprocess/childprocess-0.3.0.ebuild,v 1.1 2012/01/14 08:06:06 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-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 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
-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.3.1.ebuild b/dev-ruby/childprocess/childprocess-0.3.1.ebuild
deleted file mode 100644
index 05efe18bb4cf..000000000000
--- a/dev-ruby/childprocess/childprocess-0.3.1.ebuild
+++ /dev/null
@@ -1,34 +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/childprocess/childprocess-0.3.1.ebuild,v 1.1 2012/03/21 06:43:04 graaff Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_TASK_DOC="yard"
-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 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
-
-ruby_add_rdepend "virtual/ruby-ffi"
-
-all_ruby_prepare() {
- # Remove bundler support
- rm Gemfile || die
- sed -i -e "/[Bb]undler/d" Rakefile || die
-}