summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/ruby_smb/ruby_smb-0.0.12.ebuild')
-rw-r--r--dev-ruby/ruby_smb/ruby_smb-0.0.12.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ruby/ruby_smb/ruby_smb-0.0.12.ebuild b/dev-ruby/ruby_smb/ruby_smb-0.0.12.ebuild
deleted file mode 100644
index 80a8900098a1..000000000000
--- a/dev-ruby/ruby_smb/ruby_smb-0.0.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="pure Ruby implementation of the SMB Protocol Family"
-HOMEPAGE="https://github.com/rapid7/ruby_smb"
-
-LICENSE="BSD"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-#I cannot make tests work, and I'm not spending all day on it
-RESTRICT="test"
-
-ruby_add_rdepend "dev-ruby/bindata
- dev-ruby/rubyntlm
- dev-ruby/windows_error"
-
-all_ruby_prepare() {
- sed -i -e '/simple[Cc]ov/d' -e '/coveralls/d' spec/spec_helper.rb
- sed -i -e '/[Ss]imple[Cc]ov/,/end/d' \
- -e '/[Cc]overalls/,/end/d' spec/spec_helper.rb
- sed -i '/TRAVIS/d' spec/spec_helper.rb
-}