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:
Andrew Ammerlaan
2020-05-10 21:20:16 +02:00
parent 8c7e43b957
commit 0e53e18668
3 changed files with 18 additions and 16 deletions

View File

@@ -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>

View File

@@ -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() {

View File

@@ -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() {