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 C12A4138334 for ; Tue, 4 Dec 2018 05:41:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5A9FE0BDF; Tue, 4 Dec 2018 05:41:14 +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 8823FE0BDF for ; Tue, 4 Dec 2018 05:41:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CE239335CA6 for ; Tue, 4 Dec 2018 05:41:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4AFA4D9 for ; Tue, 4 Dec 2018 05:41:08 +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: <1543901906.59e88c19ccbcacb2c79fb80a6465ae244b22e096.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/oauth2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/oauth2/oauth2-1.4.0-r1.ebuild dev-ruby/oauth2/oauth2-1.4.0.ebuild X-VCS-Directories: dev-ruby/oauth2/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 59e88c19ccbcacb2c79fb80a6465ae244b22e096 X-VCS-Branch: master Date: Tue, 4 Dec 2018 05:41:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3f357d5-61c6-42b1-b52d-332c4fd7ed7e X-Archives-Hash: 7c3f4f33616cb2ad2f5aec015ad57eaf commit: 59e88c19ccbcacb2c79fb80a6465ae244b22e096 Author: Hans de Graaff gentoo org> AuthorDate: Tue Dec 4 05:38:26 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Dec 4 05:38:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e88c19 dev-ruby/oauth2: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/oauth2/oauth2-1.4.0-r1.ebuild | 46 ---------------------------------- dev-ruby/oauth2/oauth2-1.4.0.ebuild | 42 ------------------------------- 2 files changed, 88 deletions(-) diff --git a/dev-ruby/oauth2/oauth2-1.4.0-r1.ebuild b/dev-ruby/oauth2/oauth2-1.4.0-r1.ebuild deleted file mode 100644 index d79d21c9015..00000000000 --- a/dev-ruby/oauth2/oauth2-1.4.0-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby23 ruby24" - -RUBY_FAKEGEM_TASK_TEST="none" -RUBY_FAKEGEM_TASK_DOC="doc:rdoc" - -RUBY_FAKEGEM_DOCDIR="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="oauth2.gemspec" - -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 ~ppc ~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/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:*