commit: cda347270b6f58db385a29dd7ab47ee078de25be Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jun 27 09:12:41 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jun 27 09:17:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda34727
dev-ruby/net-sftp: cleanup Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/net-sftp/net-sftp-2.1.2-r2.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) 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 deleted file mode 100644 index 99deb87ee5c..00000000000 --- a/dev-ruby/net-sftp/net-sftp-2.1.2-r2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="SFTP in pure Ruby" -HOMEPAGE="https://github.com/net-ssh/net-sftp" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -RUBY_PATCHES=( "${FILESDIR}/${P}-net-ssh-4.patch" ) - -ruby_add_rdepend "dev-ruby/net-ssh:4" - -ruby_add_bdepend " - test? ( - >=dev-ruby/mocha-0.13 - )"