Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-scp/
Date: Fri, 27 Apr 2018 10:58:36
Message-Id: 1524826561.e5ebd2015591aa7c2dae68162a37afd854c06b6a.graaff@gentoo
1 commit: e5ebd2015591aa7c2dae68162a37afd854c06b6a
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 10:55:22 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 10:56:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ebd201
7
8 dev-ruby/net-scp: cleanup
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/net-scp/net-scp-1.2.1.ebuild | 37 -----------------------------------
13 1 file changed, 37 deletions(-)
14
15 diff --git a/dev-ruby/net-scp/net-scp-1.2.1.ebuild b/dev-ruby/net-scp/net-scp-1.2.1.ebuild
16 deleted file mode 100644
17 index f317b12f244..00000000000
18 --- a/dev-ruby/net-scp/net-scp-1.2.1.ebuild
19 +++ /dev/null
20 @@ -1,37 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -USE_RUBY="ruby21 ruby22 ruby23"
27 -
28 -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
29 -
30 -RUBY_FAKEGEM_TASK_TEST=""
31 -
32 -inherit ruby-fakegem
33 -
34 -DESCRIPTION="A pure Ruby implementation of the SCP client protocol"
35 -HOMEPAGE="https://github.com/net-ssh/net-scp"
36 -
37 -LICENSE="GPL-2"
38 -SLOT="2"
39 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
40 -IUSE=""
41 -
42 -ruby_add_bdepend "
43 - doc? ( >=dev-ruby/net-ssh-2.6.5:2.6 )
44 - test? (
45 - >=dev-ruby/net-ssh-2.9.0:2.6
46 - dev-ruby/mocha
47 - )"
48 -
49 -ruby_add_rdepend ">=dev-ruby/net-ssh-2.6.5:2.6"
50 -
51 -all_ruby_prepare() {
52 - sed -i -e 's/>= 2.0.0/~> 2.0/' test/common.rb || die
53 -}
54 -
55 -each_ruby_test() {
56 - ${RUBY} -Ilib:test test/test_all.rb || die
57 -}