mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
This commit is contained in:
parent
6e8597fd64
commit
5d753dfc04
2 changed files with 34 additions and 0 deletions
1
dev-ruby/octokit/Manifest
Normal file
1
dev-ruby/octokit/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST octokit-4.3.0.tar.gz 2760618 SHA256 76ca1d4289f393c88556bc0c7518621db2d6371cb4c7ec68aa61d07327849fcc SHA512 2a0e680ef8b182722e4a7f489d69fc1d9e81864b29a7fddc4b1ab68a77deee7383ffac153662ceb9e55d7425a4f9e29f7303f0d8d0d821156ef1946734e197a6 WHIRLPOOL ab27fd63737604500a747496a3d040482de2532cfe5dd169d7144ba13476a6c14bf1d667385cd7f4b925030be8c9933e98ebfe72498e3be978574f1b206c7120
|
||||
33
dev-ruby/octokit/octokit-4.3.0-r1.ebuild
Normal file
33
dev-ruby/octokit/octokit-4.3.0-r1.ebuild
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# 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"
|
||||
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
|
||||
|
||||
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
|
||||
}
|
||||
Loading…
Reference in a new issue