diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-22 19:35:44 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-22 20:03:43 +0100 |
commit | 735d0c69a7bdd286e2616094d4f3f78774d3dcd2 (patch) | |
tree | d49c885a415989bcf6025e7fca3b1f91aed33740 /dev-ruby/right_http_connection | |
parent | dev-ruby/ruby-progressbar: cleanup (diff) | |
download | gentoo-735d0c69a7bdd286e2616094d4f3f78774d3dcd2.tar.gz gentoo-735d0c69a7bdd286e2616094d4f3f78774d3dcd2.tar.bz2 gentoo-735d0c69a7bdd286e2616094d4f3f78774d3dcd2.zip |
dev-ruby/right_http_connection: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/right_http_connection')
-rw-r--r-- | dev-ruby/right_http_connection/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-ruby/right_http_connection/Manifest b/dev-ruby/right_http_connection/Manifest index e4309c27f296..c710d4721bc4 100644 --- a/dev-ruby/right_http_connection/Manifest +++ b/dev-ruby/right_http_connection/Manifest @@ -1,2 +1 @@ -DIST right_http_connection-1.3.0.tgz 113955 BLAKE2B 3b734f84b973cbd683e291a27a1e75dbe7a1d926461761d1d2f5346553e785087c98ecb9614c313b9be9a7040b6f50ff8c2573493a7458e75556e14ef426aee8 SHA512 f119c23d815514ad1724581d150271128fdb603962961bcb637c3d16d157c9ecd588e1b1dfb51adb58108f72164dbefa2f59a408e5800654aa79cb30ebb868c4 DIST right_http_connection-1.5.0.tgz 120451 BLAKE2B 83b44f205ee418548b6bc70342cf0cb0429a21d624d65ee5bffe447e1aef8e286ce634dfce3bda0c1f5e480bb98dfe1f061eff40ed8b8360bae3d864577c3ee7 SHA512 7db0e85ba8140343ef06bbfce2d9ee5f6ce6823fdcfee71875c74a609e77de043a0e5d6fced18ee2bd111ea6a8a592d3855e1547dc2bfec0e963e446c366aef7 diff --git a/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild deleted file mode 100644 index 3d374267127a..000000000000 --- a/dev-ruby/right_http_connection/right_http_connection-1.3.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" - -RUBY_FAKEGEM_TASK_TEST="cucumber" - -inherit ruby-fakegem - -DESCRIPTION="RightScale's robust HTTP/S connection module" -HOMEPAGE="http://rightscale.rubyforge.org/" -SRC_URI="https://github.com/rightscale/right_http_connection/tarball/v${PV} -> ${P}.tgz" -RUBY_S="rightscale-${PN}-*" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="" - -RESTRICT="test" -#USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-util/cucumber )" - -all_ruby_prepare() { - rm Gemfile Gemfile.lock || die - sed -i -e '/bundler/ s:^:#:' features/support/env.rb || die -} - -each_ruby_test() { - case ${RUBY} in - *ruby19) - ;; - *) - ${RUBY} -S cucumber features || die - ;; - esac -} |