mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-ruby/bindex: add 0.6.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST bindex-0.5.0.gem 18432 BLAKE2B 160d149cf5a91143ccffe08ca365a22d950b65f67c9a2cbbbf5b10dc12f6a8223d190da75d9efdb49ed5b408bf351a8a1e9a55abbe83721bdce9489d418aec14 SHA512 00c6b6ffb8eefa80269ae0952047914943d99f18ef13c35c9459721baff7486b3deb5e63c787e454f8c2e68bb9cff257b99af81c8be73534baf5614022851d1a
|
||||
DIST bindex-0.6.0.gem 18944 BLAKE2B 6e1003aab45490584ed65d08614297f87ad678586ea29543130da8f4a6d4b351f85d38ae62cf01908ee70dfbbfdaa0fde48981bd047131761c8fe508c2bd917f SHA512 d51d446f7fb31b5bb31c7d440abb39d2d53a629a832bfb7581e18ad4a34e024f145726def7f703a73d22572e8a401b428f08f9c983eeb273755ea169b74db9e4
|
||||
|
||||
32
dev-ruby/bindex/bindex-0.6.0.ebuild
Normal file
32
dev-ruby/bindex/bindex-0.6.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby23 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 -Cext/skiptrace
|
||||
cp ext/skiptrace/cruby.so lib/skiptrace/ || die
|
||||
}
|
||||
Reference in New Issue
Block a user