From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8903F1382C5 for ; Sat, 24 Feb 2018 08:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D188E0891; Sat, 24 Feb 2018 08:50:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C66AE0891 for ; Sat, 24 Feb 2018 08:50:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CAB2335C3E for ; Sat, 24 Feb 2018 08:50:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 878BA24C for ; Sat, 24 Feb 2018 08:50:00 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1519462136.6b58d19f1a42071ec3c0f47e9907ac6060dc306c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/right_http_connection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/right_http_connection/Manifest dev-ruby/right_http_connection/metadata.xml dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild X-VCS-Directories: dev-ruby/right_http_connection/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6b58d19f1a42071ec3c0f47e9907ac6060dc306c X-VCS-Branch: master Date: Sat, 24 Feb 2018 08:50:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3ff73319-42ef-4e94-9ccd-e727beb3094c X-Archives-Hash: 07ceb771170916f71066785a1b98fa05 commit: 6b58d19f1a42071ec3c0f47e9907ac6060dc306c Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 24 08:45:36 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 24 08:48:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b58d19f dev-ruby/right_http_connection: remove masked package dev-ruby/right_http_connection/Manifest | 1 - dev-ruby/right_http_connection/metadata.xml | 11 ----- .../right_http_connection-1.5.0.ebuild | 50 ---------------------- 3 files changed, 62 deletions(-) diff --git a/dev-ruby/right_http_connection/Manifest b/dev-ruby/right_http_connection/Manifest deleted file mode 100644 index c710d4721bc..00000000000 --- a/dev-ruby/right_http_connection/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST right_http_connection-1.5.0.tgz 120451 BLAKE2B 83b44f205ee418548b6bc70342cf0cb0429a21d624d65ee5bffe447e1aef8e286ce634dfce3bda0c1f5e480bb98dfe1f061eff40ed8b8360bae3d864577c3ee7 SHA512 7db0e85ba8140343ef06bbfce2d9ee5f6ce6823fdcfee71875c74a609e77de043a0e5d6fced18ee2bd111ea6a8a592d3855e1547dc2bfec0e963e446c366aef7 diff --git a/dev-ruby/right_http_connection/metadata.xml b/dev-ruby/right_http_connection/metadata.xml deleted file mode 100644 index b317a748901..00000000000 --- a/dev-ruby/right_http_connection/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - rightscale/right_http_connection - - diff --git a/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild deleted file mode 100644 index 663d9083976..00000000000 --- a/dev-ruby/right_http_connection/right_http_connection-1.5.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 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="https://github.com/rightscale/right_http_connection" -SRC_URI="https://github.com/rightscale/right_http_connection/archive/v${PV}.tar.gz -> ${P}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="" - -USE_RUBY="${USE_RUBY/ruby22/}" ruby_add_bdepend "test? ( - dev-util/cucumber - dev-ruby/rspec:2 - dev-ruby/trollop:0 - dev-ruby/flexmock -)" - -all_ruby_prepare() { - rm Gemfile Gemfile.lock || die - sed -i -e '/bundler/ s:^:#:' \ - -e 'arequire "rspec"' features/support/env.rb || die - - # Avoid features that require manual input (PEM pass phrase) or have - # certificate issues due to unknown CA. - rm -f features/{proxy_ssl,ssl}.feature || die -} - -each_ruby_test() { - case ${RUBY} in - *ruby22) - einfo "cucumber is not yet available for ruby22" - ;; - *) - ${RUBY} -S cucumber --format progress features || die - ;; - esac -}