mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-16 00:00:25 +03:00
34 lines
888 B
Bash
34 lines
888 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/github_api/github_api-0.11.3.ebuild,v 1.3 2015/03/05 03:21:59 patrick Exp $
|
|
|
|
EAPI=5
|
|
USE_RUBY="ruby19 ruby20 ruby21"
|
|
|
|
RUBY_FAKEGEM_RECIPE_TEST="rspec"
|
|
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
|
RUBY_FAKEGEM_EXTRADOC="README.md"
|
|
|
|
inherit ruby-fakegem
|
|
|
|
DESCRIPTION="A Ruby wrapper for the GitHub REST API v3"
|
|
HOMEPAGE="https://github.com/peter-murach/github"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
|
IUSE=""
|
|
|
|
ruby_add_rdepend "
|
|
>=dev-ruby/addressable-2.3
|
|
>=dev-ruby/descendants_tracker-0.0.1
|
|
>=dev-ruby/faraday-0.8
|
|
<dev-ruby/faraday-0.10
|
|
>=dev-ruby/hashie-1.2
|
|
>=dev-ruby/multi_json-1.7.5
|
|
<dev-ruby/multi_json-2.0
|
|
>=dev-ruby/nokogiri-1.6.0
|
|
dev-ruby/oauth2"
|
|
|
|
ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )"
|