public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-shout/
Date: Wed, 17 Aug 2016 05:23:41 +0000 (UTC)	[thread overview]
Message-ID: <1471411220.0232afd18c164e12fadd5e748524dc32939b1346.graaff@gentoo> (raw)

commit:     0232afd18c164e12fadd5e748524dc32939b1346
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 05:20:20 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 05:20:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0232afd1

dev-ruby/ruby-shout: add 2.2.2

Package-Manager: portage-2.2.28

 dev-ruby/ruby-shout/Manifest                |  1 +
 dev-ruby/ruby-shout/ruby-shout-2.2.2.ebuild | 39 +++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/ruby-shout/Manifest b/dev-ruby/ruby-shout/Manifest
index b26816a..64ea297 100644
--- a/dev-ruby/ruby-shout/Manifest
+++ b/dev-ruby/ruby-shout/Manifest
@@ -1 +1,2 @@
 DIST ruby-shout-2.2.1.gem 12288 SHA256 459da771249a2c05d82a548fed05b97ee8a230b6018b17779150204d91fb93e3 SHA512 a6dbbc84a4df369f6bdfccac202dfd23212d41fb35d817d6f0f393e9f8a174ee4159e2ebb874304b862e7dd709d3beac70013c568856995740e841f10add82ec WHIRLPOOL 068fe13ddd53e5c06ee68aefb2153ca3b1289b8dff194ce44b5bec7ca997e3e68d07c78597c6644bdfdd0d2e22b21c401d685c0d3242f8b4b9a78d180c059072
+DIST ruby-shout-2.2.2.gem 13312 SHA256 e3d078c180a8c7cbe55e21aebbe47039222a95410a96ef3c6c199f625924475a SHA512 2553518d3cef655e9cd59a734860d290928171600676dd0fa4b65d84421286eb9d79cc897cfa5544570e3731c4f761e97e8cd1dd3488d9b62246af840a1d126d WHIRLPOOL 72e9dda9167a16a4119d53c595cdedfc2ed840925aa64f68c897f6c20236644a66813307105b52e9016a15ac3659885fa2f32b288fbf0382c82e8d547ff417df

diff --git a/dev-ruby/ruby-shout/ruby-shout-2.2.2.ebuild b/dev-ruby/ruby-shout/ruby-shout-2.2.2.ebuild
new file mode 100644
index 0000000..7651acc
--- /dev/null
+++ b/dev-ruby/ruby-shout/ruby-shout-2.2.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.textile"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A Ruby interface to libshout2"
+HOMEPAGE="https://github.com/niko/ruby-shout"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND+=" >=media-libs/libshout-2.0"
+DEPEND+=" >=media-libs/libshout-2.0"
+
+each_ruby_configure() {
+	${RUBY} -Cext extconf.rb || die "extconf failed"
+}
+
+each_ruby_compile() {
+	emake -C ext V=1
+}
+
+each_ruby_install() {
+	each_fakegem_install
+
+	ruby_fakegem_newins ext/${PN#ruby-}_ext$(get_modname) lib/${PN#ruby-}_ext$(get_modname)
+}


             reply	other threads:[~2016-08-17  5:23 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-17  5:23 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31 13:58 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-shout/ Hans de Graaff
2023-12-27 11:23 Hans de Graaff
2023-06-24  5:53 Hans de Graaff
2022-07-30  8:22 Hans de Graaff
2022-07-30  8:22 Hans de Graaff
2022-04-28  5:09 Hans de Graaff
2021-10-11  5:18 Hans de Graaff
2021-07-16  8:52 Hans de Graaff
2021-07-03  7:22 Hans de Graaff
2019-01-22 18:18 Hans de Graaff
2018-03-06  6:46 Hans de Graaff
2017-05-17  4:59 Hans de Graaff
2017-05-16  8:01 Agostino Sarubbo
2016-04-08  5:21 Hans de Graaff
2016-04-08  5:21 Hans de Graaff
2016-04-08  5:21 Hans de Graaff
2015-08-09 18:31 Hans de Graaff
2015-08-09 18:03 Mikle Kolyada

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=1471411220.0232afd18c164e12fadd5e748524dc32939b1346.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