From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/github_api/
Date: Thu, 12 Oct 2017 05:29:35 +0000 (UTC) [thread overview]
Message-ID: <1507786004.11a23aa3452076b5ded4481f18f27cc8f5f15ab1.graaff@gentoo> (raw)
commit: 11a23aa3452076b5ded4481f18f27cc8f5f15ab1
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 05:26:44 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 05:26:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a23aa3
dev-ruby/github_api: add 0.18.1
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-ruby/github_api/Manifest | 1 +
dev-ruby/github_api/github_api-0.18.1.ebuild | 30 ++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-ruby/github_api/Manifest b/dev-ruby/github_api/Manifest
index b111ca2161a..d688710fcda 100644
--- a/dev-ruby/github_api/Manifest
+++ b/dev-ruby/github_api/Manifest
@@ -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
index 00000000000..fd1ba6c6b75
--- /dev/null
+++ b/dev-ruby/github_api/github_api-0.18.1.ebuild
@@ -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 )"
next reply other threads:[~2017-10-12 5:29 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-12 5:29 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-13 5:05 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/github_api/ Hans de Graaff
2018-04-19 19:37 Hans de Graaff
2018-03-25 19:45 Sergei Trofimovich
2018-03-15 20:03 Sergei Trofimovich
2018-01-22 19:49 Hans de Graaff
2017-11-24 6:21 Hans de Graaff
2017-06-28 6:09 Hans de Graaff
2017-06-28 6:09 Hans de Graaff
2017-04-19 4:23 Hans de Graaff
2017-04-01 6:17 Hans de Graaff
2016-12-29 13:06 Hans de Graaff
2016-08-13 6:13 Hans de Graaff
2016-07-21 19:38 Hans de Graaff
2016-06-22 5:08 Hans de Graaff
2016-06-10 8:59 Hans de Graaff
2016-04-10 13:54 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1507786004.11a23aa3452076b5ded4481f18f27cc8f5f15ab1.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox