From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BA6451388C0 for ; Sun, 21 Feb 2016 11:03:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DE6321C018; Sun, 21 Feb 2016 11:03:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 291C621C018 for ; Sun, 21 Feb 2016 11:03:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD1B7340BEF for ; Sun, 21 Feb 2016 11:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BC7E1069 for ; Sun, 21 Feb 2016 11:03:36 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1456052578.6f8e9696d11eb97fa6ce80c43b7d7fad2a1885f9.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/octokit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/octokit/Manifest dev-ruby/octokit/metadata.xml dev-ruby/octokit/octokit-4.2.0.ebuild X-VCS-Directories: dev-ruby/octokit/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 6f8e9696d11eb97fa6ce80c43b7d7fad2a1885f9 X-VCS-Branch: master Date: Sun, 21 Feb 2016 11:03: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: 4691ee55-5a34-45cc-b3a8-94d62ab17192 X-Archives-Hash: 2ca765b29ac8b4b3e797e0905df78e77 commit: 6f8e9696d11eb97fa6ce80c43b7d7fad2a1885f9 Author: Manuel Rüger gentoo org> AuthorDate: Sun Feb 21 11:02:58 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Feb 21 11:02:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8e9696 dev-ruby/octokit: Initial version Package-Manager: portage-2.2.27 dev-ruby/octokit/Manifest | 1 + dev-ruby/octokit/metadata.xml | 11 +++++++++++ dev-ruby/octokit/octokit-4.2.0.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-ruby/octokit/Manifest b/dev-ruby/octokit/Manifest new file mode 100644 index 0000000..54f5ea5 --- /dev/null +++ b/dev-ruby/octokit/Manifest @@ -0,0 +1 @@ +DIST octokit-4.2.0.tar.gz 2740295 SHA256 af4853f022677fd1c344e20d396912a3783f6bd43fffc9b608d9c4218eebcef8 SHA512 5b596da5c2b6bff4cbef3c3faa57a341e7e46dffa8b16d81072b567a5827138ce173a13c1054719853aaf821ad8f5ef8c7e1f666769f3a1e538ef886e64dc1c4 WHIRLPOOL 781bf01f770ee42568ce8278787542dc8840c7dc489042a1d52cb3c59e5ccf13cd3d8269ddc5f9443447060b10c0fd56c89218c1dfdd02c4989e3d20c0c6ebf8 diff --git a/dev-ruby/octokit/metadata.xml b/dev-ruby/octokit/metadata.xml new file mode 100644 index 0000000..fd61014 --- /dev/null +++ b/dev-ruby/octokit/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + octokit/octokit.rb + + diff --git a/dev-ruby/octokit/octokit-4.2.0.ebuild b/dev-ruby/octokit/octokit-4.2.0.ebuild new file mode 100644 index 0000000..a16dcf8 --- /dev/null +++ b/dev-ruby/octokit/octokit-4.2.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_DOC="yard" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md" + +inherit multilib ruby-fakegem + +DESCRIPTION="Ruby toolkit for the Github API" +HOMEPAGE="https://github.com//octokit/octokit.rb" +SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RUBY_S=octokit.rb-${PV} + +ruby_add_rdepend ">=dev-ruby/sawyer-0.5.3" +ruby_add_bdepend "test? ( >=dev-ruby/netrc-0.7.7 + dev-ruby/vcr:2 + >=dev-ruby/webmock-1.9 )" + +all_ruby_prepare() { + sed -i -e "1,10d" -e "/require 'vcr'/i\gem 'vcr', '~> 2.9.2'" spec/helper.rb || die +}