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 BBB42139363 for ; Thu, 27 Oct 2016 06:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3CCCE0914; Thu, 27 Oct 2016 06:20:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B7DC8E0914 for ; Thu, 27 Oct 2016 06:20:54 +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 38876341616 for ; Thu, 27 Oct 2016 06:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 748EC244E for ; Thu, 27 Oct 2016 06:20:50 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1477549246.6173a652b17d86f7aa81e41036aa4a9b89c8d425.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hipchat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hipchat/Manifest dev-ruby/hipchat/hipchat-1.5.4.ebuild X-VCS-Directories: dev-ruby/hipchat/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6173a652b17d86f7aa81e41036aa4a9b89c8d425 X-VCS-Branch: master Date: Thu, 27 Oct 2016 06:20:50 +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: 594582f2-2058-4e6e-8683-736ecb40b430 X-Archives-Hash: 64819322317b21e94ad767745536c914 commit: 6173a652b17d86f7aa81e41036aa4a9b89c8d425 Author: Hans de Graaff gentoo org> AuthorDate: Thu Oct 27 06:19:51 2016 +0000 Commit: Hans de Graaff gentoo 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 +