mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-libs/wren: RESTRICT="test"
- quote variable - consistent use of tabs and spaces in metadata Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription lang="en">
|
||||
Wren is a small, fast, class-based concurrent scripting language
|
||||
Think Smalltalk in a Lua-sized package with a dash of Erlang and wrapped up in a familiar, modern syntax.
|
||||
</longdescription>
|
||||
<maintainer type="person">
|
||||
<email>m.santullo@posteo.net</email>
|
||||
<name>Michele Santullo</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/wren-lang/wren/issues</bugs-to>
|
||||
<longdescription lang="en">
|
||||
Wren is a small, fast, class-based concurrent scripting language
|
||||
Think Smalltalk in a Lua-sized package with a dash of Erlang and wrapped up in a familiar, modern syntax.
|
||||
</longdescription>
|
||||
<maintainer type="person">
|
||||
<email>m.santullo@posteo.net</email>
|
||||
<name>Michele Santullo</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/wren-lang/wren/issues</bugs-to>
|
||||
<remote-id type="github">wren-lang/wren</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="tools">Install the wren command line interpreter</flag>
|
||||
</use>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="tools">Install the wren command line interpreter</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -25,6 +25,7 @@ RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
#BDEPEND="test? ( dev-lang/python )"
|
||||
#RESTRICT="!test? ( test )"
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
return
|
||||
@@ -48,7 +49,7 @@ src_compile() {
|
||||
#fi
|
||||
|
||||
tc-export AR CC
|
||||
emake -f util/wren.mk LIBUV_DIR=${EPREFIX}/usr LIBUV=${EPREFIX}/usr/$(get_libdir)/libuv.so VERBOSE=1 ${targets}
|
||||
emake -f util/wren.mk LIBUV_DIR="${EPREFIX}/usr" LIBUV="${EPREFIX}/usr/$(get_libdir)/libuv.so" VERBOSE=1 ${targets}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
@@ -25,6 +25,7 @@ RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
#BDEPEND="test? ( dev-lang/python )"
|
||||
#RESTRICT="!test? ( test )"
|
||||
RESTRICT="test"
|
||||
|
||||
src_configure() {
|
||||
return
|
||||
@@ -48,7 +49,7 @@ src_compile() {
|
||||
#fi
|
||||
|
||||
tc-export AR CC
|
||||
emake -f util/wren.mk LIBUV_DIR=${EPREFIX}/usr LIBUV=${EPREFIX}/usr/$(get_libdir)/libuv.so VERBOSE=1 ${targets}
|
||||
emake -f util/wren.mk LIBUV_DIR="${EPREFIX}/usr" LIBUV="${EPREFIX}/usr/$(get_libdir)/libuv.so" VERBOSE=1 ${targets}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user