mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -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"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<longdescription lang="en">
|
<longdescription lang="en">
|
||||||
Wren is a small, fast, class-based concurrent scripting language
|
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.
|
Think Smalltalk in a Lua-sized package with a dash of Erlang and wrapped up in a familiar, modern syntax.
|
||||||
</longdescription>
|
</longdescription>
|
||||||
<maintainer type="person">
|
<maintainer type="person">
|
||||||
<email>m.santullo@posteo.net</email>
|
<email>m.santullo@posteo.net</email>
|
||||||
<name>Michele Santullo</name>
|
<name>Michele Santullo</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<upstream>
|
<upstream>
|
||||||
<bugs-to>https://github.com/wren-lang/wren/issues</bugs-to>
|
<bugs-to>https://github.com/wren-lang/wren/issues</bugs-to>
|
||||||
<remote-id type="github">wren-lang/wren</remote-id>
|
<remote-id type="github">wren-lang/wren</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
<use>
|
<use>
|
||||||
<flag name="tools">Install the wren command line interpreter</flag>
|
<flag name="tools">Install the wren command line interpreter</flag>
|
||||||
</use>
|
</use>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ RDEPEND="${DEPEND}"
|
|||||||
BDEPEND=""
|
BDEPEND=""
|
||||||
#BDEPEND="test? ( dev-lang/python )"
|
#BDEPEND="test? ( dev-lang/python )"
|
||||||
#RESTRICT="!test? ( test )"
|
#RESTRICT="!test? ( test )"
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
return
|
return
|
||||||
@@ -48,7 +49,7 @@ src_compile() {
|
|||||||
#fi
|
#fi
|
||||||
|
|
||||||
tc-export AR CC
|
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() {
|
src_install() {
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ RDEPEND="${DEPEND}"
|
|||||||
BDEPEND=""
|
BDEPEND=""
|
||||||
#BDEPEND="test? ( dev-lang/python )"
|
#BDEPEND="test? ( dev-lang/python )"
|
||||||
#RESTRICT="!test? ( test )"
|
#RESTRICT="!test? ( test )"
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
return
|
return
|
||||||
@@ -48,7 +49,7 @@ src_compile() {
|
|||||||
#fi
|
#fi
|
||||||
|
|
||||||
tc-export AR CC
|
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() {
|
src_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user