From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jira-ruby/
Date: Fri, 17 Mar 2017 13:19:36 +0000 (UTC) [thread overview]
Message-ID: <1489756762.517624f807a2959cabe32815ad69b57f3315aca9.mrueg@gentoo> (raw)
commit: 517624f807a2959cabe32815ad69b57f3315aca9
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 13:19:22 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 13:19:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517624f8
dev-ruby/jira-ruby: Initial version
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-ruby/jira-ruby/Manifest | 1 +
dev-ruby/jira-ruby/jira-ruby-1.2.0.ebuild | 40 +++++++++++++++++++++++++++++++
dev-ruby/jira-ruby/metadata.xml | 8 +++++++
3 files changed, 49 insertions(+)
diff --git a/dev-ruby/jira-ruby/Manifest b/dev-ruby/jira-ruby/Manifest
new file mode 100644
index 00000000000..f93a7e8d318
--- /dev/null
+++ b/dev-ruby/jira-ruby/Manifest
@@ -0,0 +1 @@
+DIST jira-ruby-1.2.0.gem 53760 SHA256 427127d81f6cbe94ba8c0b9c25e7caedcdee6226719ddd9a9ab4b9c64d2dda4a SHA512 83f469a818fcfe84fb4d7dd744400f937b114930e3108ac3a2d4aa99f4d0780961d929b781cc0f9bb614c09cc7651a7e9addb2d5a38caa086f239abc5aed92f8 WHIRLPOOL 130da1340fb7b28bd0046f6b370498aa8dcde13c89dab4693e2c18f34ccbb469101a255aa3a4e15fed783dbf2c691709747eb1f3d2f710124c16c477cbf975e6
diff --git a/dev-ruby/jira-ruby/jira-ruby-1.2.0.ebuild b/dev-ruby/jira-ruby/jira-ruby-1.2.0.ebuild
new file mode 100644
index 00000000000..7cfc8d636a5
--- /dev/null
+++ b/dev-ruby/jira-ruby/jira-ruby-1.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+inherit ruby-fakegem
+
+DESCRIPTION="API for JIRA"
+HOMEPAGE="https://github.com/sumoheavy/jira-ruby https://rubygems.org/gems/jira-ruby"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/activesupport
+ >=dev-ruby/oauth-0.5.0
+ <dev-ruby/oauth-1"
+
+ruby_add_bdepend "test? (
+ dev-ruby/railties
+ >=dev-ruby/webmock-1.18.0
+ <dev-ruby/webmock-2
+ dev-ruby/rake )"
+
+DEPEND="${DEPEND} test? ( dev-libs/openssl:0 )"
+
+all_ruby_prepare() {
+ sed -i -e "/bundler/d" spec/spec_helper.rb || die
+ sed -i -e '/git ls-files/d' ${PN}.gemspec || die
+}
+
+each_ruby_test() {
+ ${RUBY} -S rake jira:generate_public_cert || die
+ ${RUBY} -S rspec-3 spec || die
+}
diff --git a/dev-ruby/jira-ruby/metadata.xml b/dev-ruby/jira-ruby/metadata.xml
new file mode 100644
index 00000000000..28ab0c15f20
--- /dev/null
+++ b/dev-ruby/jira-ruby/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
next reply other threads:[~2017-03-17 13:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-17 13:19 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-07-22 6:00 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jira-ruby/ Hans de Graaff
2017-08-03 4:41 Hans de Graaff
2017-08-17 5:45 Hans de Graaff
2017-08-17 5:45 Hans de Graaff
2017-08-26 8:27 Hans de Graaff
2018-01-20 6:31 Hans de Graaff
2018-01-20 6:31 Hans de Graaff
2018-04-19 19:37 Hans de Graaff
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=1489756762.517624f807a2959cabe32815ad69b57f3315aca9.mrueg@gentoo \
--to=mrueg@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