summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-05-04 18:16:38 +0000
committerHans de Graaff <graaff@gentoo.org>2011-05-04 18:16:38 +0000
commit05f3e5cc7ec4260c77b051c2080830019672124b (patch)
treeed24bdbce203dfe6900b0b031d8719e59bce04cc /dev-ruby
parentDrop ruby19 to create a new stable candidate. (diff)
downloadgentoo-2-05f3e5cc7ec4260c77b051c2080830019672124b.tar.gz
gentoo-2-05f3e5cc7ec4260c77b051c2080830019672124b.tar.bz2
gentoo-2-05f3e5cc7ec4260c77b051c2080830019672124b.zip
Remove old versions.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/net-ssh/ChangeLog6
-rw-r--r--dev-ruby/net-ssh/net-ssh-2.0.24.ebuild28
-rw-r--r--dev-ruby/net-ssh/net-ssh-2.1.0.ebuild28
-rw-r--r--dev-ruby/net-ssh/net-ssh-2.1.2.ebuild31
4 files changed, 5 insertions, 88 deletions
diff --git a/dev-ruby/net-ssh/ChangeLog b/dev-ruby/net-ssh/ChangeLog
index 32138054739e..78524b8ae5fc 100644
--- a/dev-ruby/net-ssh/ChangeLog
+++ b/dev-ruby/net-ssh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/net-ssh
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/ChangeLog,v 1.85 2011/05/04 18:15:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/ChangeLog,v 1.86 2011/05/04 18:16:38 graaff Exp $
+
+ 04 May 2011; Hans de Graaff <graaff@gentoo.org> -net-ssh-2.0.24.ebuild,
+ -net-ssh-2.1.0.ebuild, -net-ssh-2.1.2.ebuild:
+ Remove old versions.
04 May 2011; Hans de Graaff <graaff@gentoo.org> net-ssh-2.1.3.ebuild:
Drop ruby19 to create a new stable candidate.
diff --git a/dev-ruby/net-ssh/net-ssh-2.0.24.ebuild b/dev-ruby/net-ssh/net-ssh-2.0.24.ebuild
deleted file mode 100644
index a00faae6a2c8..000000000000
--- a/dev-ruby/net-ssh/net-ssh-2.0.24.ebuild
+++ /dev/null
@@ -1,28 +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/net-ssh/net-ssh-2.0.24.ebuild,v 1.1 2011/01/15 09:33:29 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ruby19 ree18"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc THANKS.rdoc"
-RUBY_FAKEGEM_EXTRAINSTALL="support"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Non-interactive SSH processing in pure Ruby"
-HOMEPAGE="http://net-ssh.rubyforge.org/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/mocha )"
-
-each_ruby_test() {
- ${RUBY} -Ilib:test test/test_all.rb || die "Tests failed."
-}
diff --git a/dev-ruby/net-ssh/net-ssh-2.1.0.ebuild b/dev-ruby/net-ssh/net-ssh-2.1.0.ebuild
deleted file mode 100644
index 366e603e62c6..000000000000
--- a/dev-ruby/net-ssh/net-ssh-2.1.0.ebuild
+++ /dev/null
@@ -1,28 +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/net-ssh/net-ssh-2.1.0.ebuild,v 1.2 2011/02/27 11:57:33 xarthisius Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ruby19 ree18"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc THANKS.rdoc"
-RUBY_FAKEGEM_EXTRAINSTALL="support"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Non-interactive SSH processing in pure Ruby"
-HOMEPAGE="http://net-ssh.rubyforge.org/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/mocha )"
-
-each_ruby_test() {
- ${RUBY} -Ilib:test test/test_all.rb || die "Tests failed."
-}
diff --git a/dev-ruby/net-ssh/net-ssh-2.1.2.ebuild b/dev-ruby/net-ssh/net-ssh-2.1.2.ebuild
deleted file mode 100644
index b5b630e90a36..000000000000
--- a/dev-ruby/net-ssh/net-ssh-2.1.2.ebuild
+++ /dev/null
@@ -1,31 +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/net-ssh/net-ssh-2.1.2.ebuild,v 1.1 2011/03/02 07:25:31 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ruby19 ree18"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc THANKS.rdoc"
-RUBY_FAKEGEM_EXTRAINSTALL="support"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Non-interactive SSH processing in pure Ruby"
-HOMEPAGE="http://net-ssh.rubyforge.org/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="test"
-
-# Explicit dependency on test-unit should be avoided but currently test
-# suite fails with 2.2.0. Reported upstream as a bug:
-# http://net-ssh.lighthouseapp.com/projects/36253-net-ssh/tickets/29-tests-fails-with-test-unit-220
-ruby_add_bdepend "test? ( =dev-ruby/test-unit-2.1.2:2 dev-ruby/mocha )"
-
-each_ruby_test() {
- ${RUBY} -Ilib:test test/test_all.rb || die "Tests failed."
-}