From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9CDD5139694 for ; Fri, 17 Mar 2017 13:19:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA05421C0A2; Fri, 17 Mar 2017 13:19:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88DDF21C0A2 for ; Fri, 17 Mar 2017 13:19:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F05D134108B for ; Fri, 17 Mar 2017 13:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBFA26B5D for ; Fri, 17 Mar 2017 13:19:36 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1489756762.517624f807a2959cabe32815ad69b57f3315aca9.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jira-ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/jira-ruby/Manifest dev-ruby/jira-ruby/jira-ruby-1.2.0.ebuild dev-ruby/jira-ruby/metadata.xml X-VCS-Directories: dev-ruby/jira-ruby/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 517624f807a2959cabe32815ad69b57f3315aca9 X-VCS-Branch: master Date: Fri, 17 Mar 2017 13:19:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fcb61f9c-0a27-47b5-90a0-164dd7aaeffc X-Archives-Hash: 41f2beb0a037af786c0b1558a6cc37b0 commit: 517624f807a2959cabe32815ad69b57f3315aca9 Author: Manuel Rüger gentoo org> AuthorDate: Fri Mar 17 13:19:22 2017 +0000 Commit: Manuel Rüger gentoo 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/webmock-1.18.0 + + + + + ruby@gentoo.org + Gentoo Ruby Project + +