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 6AB1D1382C5 for ; Wed, 7 Feb 2018 06:30:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17607E0C30; Wed, 7 Feb 2018 06:30:40 +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 EA3FFE0C37 for ; Wed, 7 Feb 2018 06:30:39 +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 18F0A335C38 for ; Wed, 7 Feb 2018 06:30:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10D3E1EB for ; Wed, 7 Feb 2018 06:30:36 +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: <1517985029.1c6ef648fd824e577deb378dbb97190f544138a0.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/oauth2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/oauth2/Manifest dev-ruby/oauth2/oauth2-1.3.1.ebuild X-VCS-Directories: dev-ruby/oauth2/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1c6ef648fd824e577deb378dbb97190f544138a0 X-VCS-Branch: master Date: Wed, 7 Feb 2018 06:30:36 +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: 59a8126d-aea8-4871-ba8e-5eb86ad59985 X-Archives-Hash: 3bbc04bc5e73d58911c13eaf0b74e2bb commit: 1c6ef648fd824e577deb378dbb97190f544138a0 Author: Hans de Graaff gentoo org> AuthorDate: Tue Feb 6 06:38:35 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Feb 7 06:30:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6ef648 dev-ruby/oauth2: cleanup Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ruby/oauth2/Manifest | 1 - dev-ruby/oauth2/oauth2-1.3.1.ebuild | 41 ------------------------------------- 2 files changed, 42 deletions(-) diff --git a/dev-ruby/oauth2/Manifest b/dev-ruby/oauth2/Manifest index bb7f93a2652..cc19652cd1b 100644 --- a/dev-ruby/oauth2/Manifest +++ b/dev-ruby/oauth2/Manifest @@ -1,2 +1 @@ -DIST oauth2-1.3.1.tar.gz 21371 BLAKE2B 3102918d211ae2b100b1cdf6c99727749e8ca11f8f861aee86e0ac81bc4c611c27a211575f349b914b9226679f24338efa7ce03b81f1d8cee2a1a0b570c42a7b SHA512 6ea4ce6c711c101f8cfe1450624e5bfe501114dd7888d663e0f5171de9f0efa0957483f1350dfc5bcf5d3a63240b194373df733395fac3fea2fcd55d22e4262a DIST oauth2-1.4.0.tar.gz 21299 BLAKE2B 1fe4640b374450279e556477c23972030d3aecac4c96e9174e57458deaccfbfa012e3bb66fe3db5e845a4004b91b763dab6f68b885ed7c1ddb2710cda29a8486 SHA512 2db67cba2403be8ea5d6f88f9818f295c29c08201f8ea5876c55cffe2fa926be465a11061654adffd77d13da9c7e56353ece7e4595cd9501acdcfeb58573b300 diff --git a/dev-ruby/oauth2/oauth2-1.3.1.ebuild b/dev-ruby/oauth2/oauth2-1.3.1.ebuild deleted file mode 100644 index 94f9427c18b..00000000000 --- a/dev-ruby/oauth2/oauth2-1.3.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_TASK_TEST="none" -RUBY_FAKEGEM_TASK_DOC="doc:rdoc" - -RUBY_FAKEGEM_DOCDIR="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem eutils - -DESCRIPTION="Wrapper for the OAuth 2.0 protocol with a similar style to the OAuth gem" -HOMEPAGE="https://github.com/intridea/oauth2" -SRC_URI="https://github.com/intridea/oauth2/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/faraday-0.8 - >=dev-ruby/jwt-1.0 =dev-ruby/jwt-1* - >=dev-ruby/multi_json-1.3 =dev-ruby/multi_json-1* - >=dev-ruby/multi_xml-0.5:0 - >=dev-ruby/rack-1.2:* =dev-ruby/rspec-2.5.0:2 )" - -all_ruby_prepare() { - sed -i -e '/simplecov/,/^ end/ s:^:#:' spec/helper.rb || die - - sed -i -e '/yardstick/,/^end/ s:^:#:' \ - -e '/bundler/I s:^:#:' Rakefile || die -} - -each_ruby_test() { - CI=true ${RUBY} -S rspec spec || die -}