From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1028426-garchives=archives.gentoo.org@lists.gentoo.org> 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 264EE138334 for <garchives@archives.gentoo.org>; Thu, 7 Jun 2018 04:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A919E0BF1; Thu, 7 Jun 2018 04:54:15 +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 E996BE0BF1 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Jun 2018 04:54: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 7B542335C81 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Jun 2018 04:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B5E62A2 for <gentoo-commits@lists.gentoo.org>; Thu, 7 Jun 2018 04:54:11 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> 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" <graaff@gentoo.org> Message-ID: <1528346759.46d9a699e073c429ea9dc2de9c93d6cc4e228cad.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/gh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/gh/gh-0.15.1.ebuild X-VCS-Directories: dev-ruby/gh/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 46d9a699e073c429ea9dc2de9c93d6cc4e228cad X-VCS-Branch: master Date: Thu, 7 Jun 2018 04:54:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 359c3717-9983-49eb-a4ac-8e36af3b73bb X-Archives-Hash: 26619d0d5915250cc0f189091832c11b commit: 46d9a699e073c429ea9dc2de9c93d6cc4e228cad Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Jun 7 04:45:59 2018 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Jun 7 04:45:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d9a699 dev-ruby/gh: cleanup Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/gh/gh-0.15.1.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/dev-ruby/gh/gh-0.15.1.ebuild b/dev-ruby/gh/gh-0.15.1.ebuild deleted file mode 100644 index 9b66495fbdd..00000000000 --- a/dev-ruby/gh/gh-0.15.1.ebuild +++ /dev/null @@ -1,31 +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_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="multi-layer client for the github api v3" -HOMEPAGE="https://github.com/travis-ci/gh" -SRC_URI="https://github.com/travis-ci/gh/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_bdepend " - dev-ruby/webmock -" - -ruby_add_rdepend " - >=dev-ruby/addressable-2.4.0 =dev-ruby/addressable-2.4* - dev-ruby/backports - >dev-ruby/faraday-0.8 - >dev-ruby/multi_json-1.0 - >=dev-ruby/net-http-persistent-2.9:0 - dev-ruby/net-http-pipeline -"