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-sftp/
Date: Sat, 27 Jun 2020 09:17:33
Message-Id: 1593249444.cda347270b6f58db385a29dd7ab47ee078de25be.graaff@gentoo
1 commit: cda347270b6f58db385a29dd7ab47ee078de25be
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 27 09:12:41 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 09:17:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda34727
7
8 dev-ruby/net-sftp: cleanup
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/net-sftp/net-sftp-2.1.2-r2.ebuild | 26 --------------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/dev-ruby/net-sftp/net-sftp-2.1.2-r2.ebuild b/dev-ruby/net-sftp/net-sftp-2.1.2-r2.ebuild
17 deleted file mode 100644
18 index 99deb87ee5c..00000000000
19 --- a/dev-ruby/net-sftp/net-sftp-2.1.2-r2.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -USE_RUBY="ruby23 ruby24 ruby25"
27 -
28 -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
29 -
30 -inherit ruby-fakegem
31 -
32 -DESCRIPTION="SFTP in pure Ruby"
33 -HOMEPAGE="https://github.com/net-ssh/net-sftp"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="2"
37 -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
38 -IUSE=""
39 -
40 -RUBY_PATCHES=( "${FILESDIR}/${P}-net-ssh-4.patch" )
41 -
42 -ruby_add_rdepend "dev-ruby/net-ssh:4"
43 -
44 -ruby_add_bdepend "
45 - test? (
46 - >=dev-ruby/mocha-0.13
47 - )"