From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hipchat/
Date: Thu, 27 Oct 2016 06:20:50 +0000 (UTC) [thread overview]
Message-ID: <1477549246.6173a652b17d86f7aa81e41036aa4a9b89c8d425.graaff@gentoo> (raw)
commit: 6173a652b17d86f7aa81e41036aa4a9b89c8d425
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 06:19:51 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 06:20:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6173a652
dev-ruby/hipchat: add 1.5.4
Package-Manager: portage-2.3.0
dev-ruby/hipchat/Manifest | 1 +
dev-ruby/hipchat/hipchat-1.5.4.ebuild | 38 +++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-ruby/hipchat/Manifest b/dev-ruby/hipchat/Manifest
index bb4055e..7e22c65 100644
--- a/dev-ruby/hipchat/Manifest
+++ b/dev-ruby/hipchat/Manifest
@@ -1 +1,2 @@
DIST hipchat-1.5.3.tar.gz 19767 SHA256 cb432b1e9aa8a02e77124fdb989d35a5b07fb08e30263446a3d0f7eebd603f3c SHA512 a04c0bc713d002599768438c84b50dd18ebc93e2c6dabeb9f967ba2abddb5ef89e18d42b05bb04b079007d79e94c45d7f96290ee90386b06cfd7192f25637f78 WHIRLPOOL 75173407ce923957eea99bbe2195c7a07dab32729f4e67f015840abfde4ff753d5198c68296a00144e8a51e7e2d7f3190697aa85603e41fdb09a3aca45add4ef
+DIST hipchat-1.5.4.tar.gz 19823 SHA256 e6760137cd387000689a048d12272be4b0458c0d3748fd28b8fd9576c0817b27 SHA512 076332458af837a176f296a745b42bf3bac97a9225a76447eca877bc4a51bb2ed64253dd17cb92bc2e8e05df82eb00c9a2cd489dc2f787415cf5dbfc9e02a1d9 WHIRLPOOL 91af35765835b91a91b22e79f0d90889c5f56cf28a007e63e242f87a4923e94c1d9b14831f0e2fc3c1401d6b61aba7f83779fcc0e192ca496ecec7b3b286abbe
diff --git a/dev-ruby/hipchat/hipchat-1.5.4.ebuild b/dev-ruby/hipchat/hipchat-1.5.4.ebuild
new file mode 100644
index 00000000..bd1b19d
--- /dev/null
+++ b/dev-ruby/hipchat/hipchat-1.5.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.textile"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby library to interact with HipChat"
+HOMEPAGE="https://github.com/hipchat/hipchat-rb"
+SRC_URI="https://github.com/hipchat/hipchat-rb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RUBY_S="hipchat-rb-${PV}"
+
+ruby_add_rdepend "dev-ruby/httparty dev-ruby/mimemagic"
+ruby_add_bdepend "test? (
+ dev-ruby/rr
+ dev-ruby/rake
+ <dev-ruby/webmock-1.24:0
+ )"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/d' Rakefile ${PN}.gemspec || die "sed failed"
+ sed -i -e '/git ls-files/d' ${PN}.gemspec || die "sed failed"
+
+ sed -i -e '/coveralls/I s:^:#:' \
+ -e '1igem "webmock", "<1.24"' spec/spec_helper.rb || die
+}
next reply other threads:[~2016-10-27 6:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-27 6:20 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-09 7:40 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hipchat/ Hans de Graaff
2021-07-06 6:27 Hans de Graaff
2019-05-13 18:39 Hans de Graaff
2018-12-15 7:42 Hans de Graaff
2018-04-30 20:11 Hans de Graaff
2017-07-31 21:50 Hans de Graaff
2017-07-10 6:04 Hans de Graaff
2016-12-20 6:00 Hans de Graaff
2016-07-24 14:47 Hans de Graaff
2016-04-25 23:13 Manuel Rüger
2016-04-17 14:34 Manuel Rüger
2016-02-29 6:50 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=1477549246.6173a652b17d86f7aa81e41036aa4a9b89c8d425.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