summaryrefslogtreecommitdiff
path: root/dev-ruby/github_api
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ruby/github_api
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/github_api')
-rw-r--r--dev-ruby/github_api/Manifest3
-rw-r--r--dev-ruby/github_api/github_api-0.18.2.ebuild30
-rw-r--r--dev-ruby/github_api/metadata.xml11
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-ruby/github_api/Manifest b/dev-ruby/github_api/Manifest
new file mode 100644
index 000000000000..b7f8c5232bf2
--- /dev/null
+++ b/dev-ruby/github_api/Manifest
@@ -0,0 +1,3 @@
+DIST github_api-0.18.2.tar.gz 2124932 BLAKE2B 62ce868b5437262c3cbcac7cf8e3966288cdf5b78e4698f3d3e35d1da3e839f6445e582db74db47292749014a9532a0ad3077a7b5bd30e2148546348241e52a0 SHA512 ebc57fb86bf56b5af6f6ed96c3dab9190dc7695f37826851d35a7621f8f655c3aae5ef613e48fd6bc98e74e8cb6218a3cf425173feb98e6e054d7fced115ac14
+EBUILD github_api-0.18.2.ebuild 855 BLAKE2B cc2899d400b9b801643940e27f9d1284d6a4c6d2b0bd72ee0b96bbda53cffab3a294b53ea9da406cc4b2c0f756e117c4683970a2f6a772809bd515afe04c392e SHA512 37b2ac5f8aeeea22607053247cbf379b8e590b59fc7156bb763b900485358c9f1bc3af768355a150d317273570f2deac3623ac5b7bf3436e3bb6573560b81a75
+MISC metadata.xml 345 BLAKE2B 1ae3691e311b91be47dcaf3c085fc67853e1a70564fbbb8a99d53046e0e33f23cca172222528a87c46d82393c6854787790eb33b22dec23cc9d71917166c8dba SHA512 13a9b76087f805e0ef3cb5a1a115dc72d681d15899f0fec4e003583f29811e3b7cd690c4e6fa8f138c4d992c39551a6b40e71a25484017e0d647ebcc9c0602e6
diff --git a/dev-ruby/github_api/github_api-0.18.2.ebuild b/dev-ruby/github_api/github_api-0.18.2.ebuild
new file mode 100644
index 000000000000..1e652a640a12
--- /dev/null
+++ b/dev-ruby/github_api/github_api-0.18.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+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 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "
+ >=dev-ruby/addressable-2.4 =dev-ruby/addressable-2*
+ >=dev-ruby/descendants_tracker-0.0.4 =dev-ruby/descendants_tracker-0.0*
+ >=dev-ruby/faraday-0.8:0
+ >=dev-ruby/hashie-3.5:3
+ =dev-ruby/oauth2-1*"
+
+ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock:2 dev-ruby/vcr:3 )"
diff --git a/dev-ruby/github_api/metadata.xml b/dev-ruby/github_api/metadata.xml
new file mode 100644
index 000000000000..3bbebd84add3
--- /dev/null
+++ b/dev-ruby/github_api/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">peter-murach/github</remote-id>
+ </upstream>
+</pkgmetadata>