diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-08-18 07:07:34 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-08-18 07:07:34 +0200 |
commit | aa820a3107c2a7bdd98551499670c38671763e90 (patch) | |
tree | 727332c5771ce14c088682adacc5d88b96e5c9d6 /dev-ruby/airbrussh | |
parent | app-emulation/qemu: pin new firmware versions (diff) | |
download | gentoo-aa820a3107c2a7bdd98551499670c38671763e90.tar.gz gentoo-aa820a3107c2a7bdd98551499670c38671763e90.tar.bz2 gentoo-aa820a3107c2a7bdd98551499670c38671763e90.zip |
dev-ruby/airbrussh: cleanup
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/airbrussh')
-rw-r--r-- | dev-ruby/airbrussh/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/airbrussh/airbrussh-1.3.0.ebuild | 34 | ||||
-rw-r--r-- | dev-ruby/airbrussh/airbrussh-1.3.1.ebuild | 31 |
3 files changed, 0 insertions, 67 deletions
diff --git a/dev-ruby/airbrussh/Manifest b/dev-ruby/airbrussh/Manifest index 613c3af85f51..1a740a278c95 100644 --- a/dev-ruby/airbrussh/Manifest +++ b/dev-ruby/airbrussh/Manifest @@ -1,3 +1 @@ -DIST airbrussh-1.3.0.tar.gz 1451304 BLAKE2B fc7fb26606efbd2591d707bff43c9bb9d1e712d4338e6151c7d5bada99f555f0dd1fe3e2c925a2e4c9bc9d0aedf9d63adfacfba77f84c07a174a2997e873db58 SHA512 e7c22f21673f11b124ac0082cfec19dc12764f52058857248619bf41841e6b10b2c402d9c17a2db76b459ec5cd1f464d2c2ef78fcf0a202ea2287653980bf10b -DIST airbrussh-1.3.1.tar.gz 1451404 BLAKE2B 2224946477047e0b282a3ba9cc89efd888aca45b8c931a9163f6420bead2059cde380d66eb21f6cc0aac334c1cc2d1ee30d84faa7dd636bbd121c0372332b457 SHA512 edfc0b742ff854c76d96be88cb93eb385dfe554cdf4550b422b63cc6c997bc5bd6b235e52e8558ed578ebe4b1cfbb40987be48567e3b03d56f236c5497fb504c DIST airbrussh-1.3.2.tar.gz 1451710 BLAKE2B d2b3f8cc07a13e82e7d8e74c9e3a9ed9837b042350f85da21f8c51b2b766c629f9129bed18d4664e5833d70b2f0d9e0d1703be30350c265377df7ff4b25bc7b4 SHA512 e5ee119d8994f7c23ac0ef553e247c5d5041e2e5fd2c552385c5b4fe42e4aa671460a364fe926225fa447822010380ae6af90b3bd17f73e7f5cf9c7576711331 diff --git a/dev-ruby/airbrussh/airbrussh-1.3.0.ebuild b/dev-ruby/airbrussh/airbrussh-1.3.0.ebuild deleted file mode 100644 index 377f79834d97..000000000000 --- a/dev-ruby/airbrussh/airbrussh-1.3.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -DESCRIPTION="A replacement log formatter for SSHKit" -HOMEPAGE="https://github.com/mattbrictson/airbrussh" -SRC_URI="https://github.com/mattbrictson/airbrussh/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="1" -KEYWORDS="~amd64" -IUSE="" - -# Tests appear to be incompatible with recent minitest and mocha leading to errors on the use of stubs. -RESTRICT="test" - -ruby_add_rdepend ">dev-ruby/sshkit-1.7.0" - -ruby_add_bdepend "test? ( dev-ruby/mocha )" - -all_ruby_prepare() { - rm -f test/support/minitest_reporters.rb || die - - # Avoid a test poluting the environment - sed -i -e '/test_color_is_can_be_forced_via_env/,/^ end/ s:^:#:' test/airbrussh/console_test.rb || die -} diff --git a/dev-ruby/airbrussh/airbrussh-1.3.1.ebuild b/dev-ruby/airbrussh/airbrussh-1.3.1.ebuild deleted file mode 100644 index f9785ac8413b..000000000000 --- a/dev-ruby/airbrussh/airbrussh-1.3.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -DESCRIPTION="A replacement log formatter for SSHKit" -HOMEPAGE="https://github.com/mattbrictson/airbrussh" -SRC_URI="https://github.com/mattbrictson/airbrussh/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="1" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">dev-ruby/sshkit-1.7.0" - -ruby_add_bdepend "test? ( dev-ruby/mocha )" - -all_ruby_prepare() { - rm -f test/support/minitest_reporters.rb || die - - # Avoid a test poluting the environment - sed -i -e '/test_color_is_can_be_forced_via_env/,/^ end/ s:^:#:' test/airbrussh/console_test.rb || die -} |