Skip to content

Commit

Permalink
dev-ruby/bindex: initial import of 0.5.0
Browse files Browse the repository at this point in the history
New dependency for dev-ruby/web-console

Package-Manager: Portage-2.3.5, Repoman-2.3.1
  • Loading branch information
graaff committed Jun 13, 2017
1 parent 75259a6 commit 6f60cfc
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/bindex/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST bindex-0.5.0.gem 18432 SHA256 114da28f776d205ded2ae0ed3de3d9bed2c7c1068cdd012245bd4c8d367170f3 SHA512 00c6b6ffb8eefa80269ae0952047914943d99f18ef13c35c9459721baff7486b3deb5e63c787e454f8c2e68bb9cff257b99af81c8be73534baf5614022851d1a WHIRLPOOL e597205104eae2a7088e104ae9462fa5e591310ce1f769e5cb4444c90704780174e44b78158a0d44eda87608d083640475dc4fb36486562e152f0e53c0661f44
28 changes: 28 additions & 0 deletions dev-ruby/bindex/bindex-0.5.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

USE_RUBY="ruby21 ruby22 ruby23 ruby24"

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=""

each_ruby_configure() {
${RUBY} -Cext/bindex extconf.rb || die
}

each_ruby_compile() {
emake -Cext/bindex
cp ext/bindex/cruby.so lib/bindex/ || die
}
11 changes: 11 additions & 0 deletions dev-ruby/bindex/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Ruby Project</name>
</maintainer>
<upstream>
<remote-id type="github">gsamokovarov/bindex</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 6f60cfc

Please sign in to comment.