mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
oj: remove
This commit is contained in:
parent
fd6bbfe557
commit
9270208d3a
2 changed files with 0 additions and 31 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST oj-3.7.12.gem 194560 BLAKE2B 93d9b7003ea6f712269d5cf7c90a0875e936a18d1709ac68760f253fcc70e06a084958db9840059e9089ba67e5e52911c30258be0d8c502b90cb2eb7965da006 SHA512 c6232b4b13fcb93b244ce57eab5508dd39ea4fe7505fe547ebafaaf6c6382ceb612fdcfe32612428962ce9161cb0a48a38223f9be6ab0b05e443c8fcbb3f2fb5
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby23 ruby24 ruby25"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="The fastest JSON parser and object serializer"
|
||||
HOMEPAGE="http://rubygems.org/gems/oj"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_bdepend "
|
||||
test? ( dev-ruby/minitest:5
|
||||
dev-ruby/rails:4
|
||||
=dev-ruby/rake-compiler-0.9* )"
|
||||
|
||||
each_ruby_configure() {
|
||||
${RUBY} -C ext/oj extconf.rb || die "extconf failed"
|
||||
}
|
||||
|
||||
each_ruby_compile() {
|
||||
emake V=1 -C ext/oj
|
||||
cp ext/oj/oj$(get_modname) lib/oj || die "cp failed"
|
||||
}
|
||||
Loading…
Reference in a new issue