summaryrefslogtreecommitdiffstats
path: root/dev-ruby/dice/dice-0.7.10.ebuild
blob: 0cc0a03a985464aed1d6efa53547f0b90ebcf3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
USE_RUBY="ruby24 ruby25 ruby26"

#inherit ruby-fakegem git-r3
#inherit cmake-utils 
inherit eutils multilib ruby-fakegem git-r3


DESCRIPTION="OpenSuSE Dice for KIWI images"
HOMEPAGE="https://github.com/OSInside/dice"
SRC_URI=""
EGIT_REPO_URI="https://github.com/OSInside/dice.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/all"
EGIT_BRANCH="master"

QA_PREBUILT="usr/lib*/ruby/gems/*/gems/${P}/lib/semaphore/sempahore.so"


LICENSE="Ruby"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

ruby_add_rdepend "
	dev-ruby/gli
	dev-libs/libsolv[ruby,rpm]
"

ruby_add_bdepend "
	dev-ruby/abstract_method
	dev-ruby/bundler
	dev-ruby/inifile
	dev-ruby/json
        dev-ruby/cheetah
        dev-ruby/rice
"


each_ruby_configure() {
    ${RUBY} -rrubygems -Clib/semaphore extconf.rb || die
}

each_ruby_compile() {
    emake -Clib/semaphore V=1
    rm -f lib/semaphore/*.o
}