dev-ruby/github_api: add 0.18.1
authorHans de Graaff <graaff@gentoo.org>
Thu, 12 Oct 2017 05:26:44 +0000 (07:26 +0200)
committerHans de Graaff <graaff@gentoo.org>
Thu, 12 Oct 2017 05:26:44 +0000 (07:26 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-ruby/github_api/Manifest
dev-ruby/github_api/github_api-0.18.1.ebuild [new file with mode: 0644]

index b111ca2161aab67faf0adb39d400db569f6cc7cc..d688710fcda8ebb34b4e6a469573a1128cadc847 100644 (file)
@@ -1,2 +1,3 @@
 DIST github_api-0.14.5.tar.gz 2047231 SHA256 f85da640b8ee5daa6c412f73cb87a55bfe71af86533d8cd2a3853f664b3e5b8b SHA512 c19b8364e627427ae0447810b7d56b5bf50f89030a02af9b19116abc906ac780149b47d54ae3a93d4e1a3f52461fd1b8fe969501fa5ec6e535db22749b8ecd89 WHIRLPOOL db44f29ed0b57a15a1f2479cd0cad13aa199b989ebfdd15fdfca1e69d17729d52a22f2fff367d96d473e76d65551222eb09938f528e4145bb0a794cd50cb7a6d
 DIST github_api-0.17.0.tar.gz 2122803 SHA256 ca83937cc6c8129df970655d6dce42a255a1bf35ffdb7d6f5ccb98ab16601841 SHA512 0b85b299fb85e8f5e48d5c0a18fbab1d6d43fc2a35bd3dc7d6517b06267c9daed6bd60fd1572b64d61c034be30729e7aeda38aad15f7749b40935761d3db7a98 WHIRLPOOL bf1df1bddf943f54e5d365d4ff6fd855b70ee3ced2fc111c7b6d3b379472fab90934cb2d58a79e85c1f550895c3fe09e62196143f5f62af746a8253e7c56cd8c
+DIST github_api-0.18.1.tar.gz 2124835 SHA256 1d0d294e7045c8f8a40289f5625252a151134037e23b68b95f1d55a438f0650e SHA512 92c0348807307d00d92d12cf72e736bfbd525b2db9cc6ccc0caa74753a88166941e0300db55f353a7b2d169fd0b409ada7eb76b505b902a949388b5bf24c0457 WHIRLPOOL bf4a6ee65df478545aa651d573a18ee1680940f0889f5edf41840fd851b4cccf81d5a5b2e9ca58b7bdac1ac08f89d44d428dc035f9fee342ced5c2f58ac24cc1
diff --git a/dev-ruby/github_api/github_api-0.18.1.ebuild b/dev-ruby/github_api/github_api-0.18.1.ebuild
new file mode 100644 (file)
index 0000000..fd1ba6c
--- /dev/null
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23"
+
+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"
+SRC_URI="https://github.com/peter-murach/github/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+RUBY_S="github-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+       >=dev-ruby/addressable-2.4 =dev-ruby/addressable-2.4*
+       >=dev-ruby/descendants_tracker-0.0.4 =dev-ruby/descendants_tracker-0.0*
+       >=dev-ruby/faraday-0.8:0
+       >=dev-ruby/hashie-3.4
+       =dev-ruby/oauth2-1*"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock:2 dev-ruby/vcr:3 )"