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/bindex/
Date: Thu, 18 Apr 2019 06:07:53 +0000 (UTC)	[thread overview]
Message-ID: <1555567633.e7be46ccc867989b3a9a97affd9109d93afb3cff.graaff@gentoo> (raw)

commit:     e7be46ccc867989b3a9a97affd9109d93afb3cff
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 06:06:56 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 06:07:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7be46cc

dev-ruby/bindex: add 0.7.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-ruby/bindex/Manifest b/dev-ruby/bindex/Manifest
index 546f8ce5814..59250c56279 100644
--- a/dev-ruby/bindex/Manifest
+++ b/dev-ruby/bindex/Manifest
@@ -1,2 +1,3 @@
 DIST bindex-0.5.0.gem 18432 BLAKE2B 160d149cf5a91143ccffe08ca365a22d950b65f67c9a2cbbbf5b10dc12f6a8223d190da75d9efdb49ed5b408bf351a8a1e9a55abbe83721bdce9489d418aec14 SHA512 00c6b6ffb8eefa80269ae0952047914943d99f18ef13c35c9459721baff7486b3deb5e63c787e454f8c2e68bb9cff257b99af81c8be73534baf5614022851d1a
 DIST bindex-0.6.0.gem 18944 BLAKE2B 6e1003aab45490584ed65d08614297f87ad678586ea29543130da8f4a6d4b351f85d38ae62cf01908ee70dfbbfdaa0fde48981bd047131761c8fe508c2bd917f SHA512 d51d446f7fb31b5bb31c7d440abb39d2d53a629a832bfb7581e18ad4a34e024f145726def7f703a73d22572e8a401b428f08f9c983eeb273755ea169b74db9e4
+DIST bindex-0.7.0.gem 19456 BLAKE2B b9bbd6856e2e8c388aa02dbe6e93762cbb2011909ca62eb8d710e064c569f3f0454e352777434257920f33ce953195c48a368e337a672b63afd201c20597de16 SHA512 f991514979661cd7a03ece0aea368136ffcb8ed0b6d49ce11b3e1291d1dd3b653e78465b6433dc75b15cd320fb9839021937683828c8361b3cc1753377e3a757

diff --git a/dev-ruby/bindex/bindex-0.7.0.ebuild b/dev-ruby/bindex/bindex-0.7.0.ebuild
new file mode 100644
index 00000000000..052f6d71821
--- /dev/null
+++ b/dev-ruby/bindex/bindex-0.7.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Bindings for your Ruby exceptions"
+HOMEPAGE="https://github.com/gsamokovarov/bindex"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/I s:^:#:' Rakefile || die
+}
+
+each_ruby_configure() {
+	${RUBY} -Cext/skiptrace extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake V=1 -Cext/skiptrace
+	cp ext/skiptrace/cruby.so lib/skiptrace/ || die
+}


             reply	other threads:[~2019-04-18  6:07 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-18  6:07 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-30  7:59 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bindex/ Hans de Graaff
2023-12-27 20:59 Hans de Graaff
2023-12-27 20:59 Hans de Graaff
2023-09-15 14:56 Hans de Graaff
2023-03-27  8:35 Sam James
2022-04-16  7:08 Hans de Graaff
2021-10-27 13:58 Hans de Graaff
2021-06-30  6:56 Hans de Graaff
2020-09-15  7:33 Hans de Graaff
2020-01-22 18:40 Hans de Graaff
2019-07-13  6:14 Hans de Graaff
2019-07-12  5:07 Hans de Graaff
2019-04-01  5:54 Hans de Graaff
2019-02-03 10:49 Hans de Graaff
2018-06-02  8:04 Hans de Graaff
2017-06-13  4:26 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=1555567633.e7be46ccc867989b3a9a97affd9109d93afb3cff.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