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-shadow/
Date: Mon, 12 Oct 2015 06:06:43 +0000 (UTC)	[thread overview]
Message-ID: <1444629995.ef1dcfc06756f6f6c7655d43a403b82bc6d2c0af.graaff@gentoo> (raw)

commit:     ef1dcfc06756f6f6c7655d43a403b82bc6d2c0af
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 05:29:36 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 06:06:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1dcfc0

dev-ruby/ruby-shadow: add 2.5.0

Package-Manager: portage-2.2.20.1

 dev-ruby/ruby-shadow/Manifest                 |  1 +
 dev-ruby/ruby-shadow/ruby-shadow-2.5.0.ebuild | 32 +++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/ruby-shadow/Manifest b/dev-ruby/ruby-shadow/Manifest
index 405e2cc..e4fcffc 100644
--- a/dev-ruby/ruby-shadow/Manifest
+++ b/dev-ruby/ruby-shadow/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-shadow-2.3.4.gem 10752 SHA256 3742a3dbe1100276bde815e8ad8d54eb041d4085f3013a31deb5e038d12e93e8 SHA512 30a626638d09da34273ac414c1716ebecc6112328a72adabaf3f31c99717630f7499a33d3ddf106c533a90775604a8038ea270ec6afccbf88adb3a8be7f6025b WHIRLPOOL 3449a1206aa39f76a5021afbea1f94fe11a585e16f9a7a89e74da7bdba6dafc63f8d8874f239cb8d14399d01a4819e074930b647e4d9bcbf812cec37d4d458cd
 DIST ruby-shadow-2.4.1.gem 10752 SHA256 b335c8de1ac85e67e6d9013a0fa2d2f2a890e0b75fb38cf18ffa4cf62197f1af SHA512 a59006b17b290dccd33e33089f2cc9e714e119b867370cf0fb448e659a769e958897f24e2068a7a3699156ad580f2222b63b281a94221c57874b42836f075907 WHIRLPOOL da8c2d78d2a98c5fb24c1c018915e3aee7ecdef967da85595e4a675affe47508b80f110255ad2496921fe7439f9fcd234b971fc35be1e20c1f6d28b415e40dab
+DIST ruby-shadow-2.5.0.gem 11264 SHA256 c5e82fefb03169197a653ffeae533f81e99462d13b90ee7e5786287a2e2194a1 SHA512 1abd54df1bd4f29e135093df9b22886a726824f8b72b742017fd31bdc3fa39e3d79410a747cf2ebe4117f75e665fb89c904375b5c44a674bec91a4cc37646520 WHIRLPOOL f5f610cc4bbbe39c6a457d309436a054fe0300b7e8be13b269582e8328dde80f7f50eaf78a19af7da78a611063cc2d377e2c085a06f6d1a08b847ab08bef6b3e

diff --git a/dev-ruby/ruby-shadow/ruby-shadow-2.5.0.ebuild b/dev-ruby/ruby-shadow/ruby-shadow-2.5.0.ebuild
new file mode 100644
index 0000000..1f17a97
--- /dev/null
+++ b/dev-ruby/ruby-shadow/ruby-shadow-2.5.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="HISTORY README README.euc"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="ruby shadow bindings"
+HOMEPAGE="https://github.com/apalmblad/ruby-shadow http://ttsky.net"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE=""
+
+each_ruby_configure() {
+	${RUBY} extconf.rb || die "Configuration failed."
+	sed -i -e "/^ldflags  =/s/$/ \$(LDFLAGS)/" Makefile || die
+}
+
+each_ruby_compile() {
+	emake V=1
+	mkdir -p lib
+	cp shadow$(get_modname) lib/ || die
+}


             reply	other threads:[~2015-10-12  6:06 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-12  6:06 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-16  5:26 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-shadow/ Jeroen Roovers
2015-10-19  9:27 Agostino Sarubbo
2015-10-30 10:15 Agostino Sarubbo
2015-11-01 13:03 Mikle Kolyada
2015-11-05 12:22 Hans de Graaff
2016-04-08  5:21 Hans de Graaff
2016-04-09 13:46 Agostino Sarubbo
2016-10-02  8:59 Jeroen Roovers
2016-11-13 14:25 Manuel RĂ¼ger
2016-12-09  8:35 Hans de Graaff
2017-06-29  5:57 Hans de Graaff
2017-08-30 18:13 Fabian Groffen
2017-09-13 13:42 Fabian Groffen
2018-02-11 19:14 Hans de Graaff
2019-01-13  8:29 Hans de Graaff
2020-01-16  6:52 Hans de Graaff
2021-11-01  6:08 Hans de Graaff
2021-11-24 10:25 Hans de Graaff
2021-11-24 10:25 Hans de Graaff
2021-12-04  6:47 Hans de Graaff
2022-01-26 18:40 Fabian Groffen
2022-04-28  5:09 Hans de Graaff
2022-07-30  8:22 Hans de Graaff
2022-11-01  9:48 Yixun Lan
2022-12-07 18:43 Sam James
2022-12-07 18:43 Sam James
2022-12-07 19:41 Sam James
2023-03-12 12:09 Hans de Graaff
2023-12-06 10:40 Hans de Graaff
2023-12-27 12:26 Hans de Graaff
2024-12-31 13:58 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=1444629995.ef1dcfc06756f6f6c7655d43a403b82bc6d2c0af.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