aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-05-10 21:20:16 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-05-10 21:20:16 +0200
commit0e53e18668aa6bb8a5c12b0eb8068aa2272de01b (patch)
tree6554d883cd34a61526ee71d52ff35f4e01ab71e2
parentnet-fs/hubicfuse: n/p FUSE cloud mountpoing for hubiC (diff)
downloadguru-0e53e18668aa6bb8a5c12b0eb8068aa2272de01b.tar.gz
guru-0e53e18668aa6bb8a5c12b0eb8068aa2272de01b.tar.bz2
guru-0e53e18668aa6bb8a5c12b0eb8068aa2272de01b.zip
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>
-rw-r--r--dev-libs/wren/metadata.xml28
-rw-r--r--dev-libs/wren/wren-0.2.0.ebuild3
-rw-r--r--dev-libs/wren/wren-9999.ebuild3
3 files changed, 18 insertions, 16 deletions
diff --git a/dev-libs/wren/metadata.xml b/dev-libs/wren/metadata.xml
index 2c40eb0e8..854f4ec84 100644
--- a/dev-libs/wren/metadata.xml
+++ b/dev-libs/wren/metadata.xml
@@ -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>
diff --git a/dev-libs/wren/wren-0.2.0.ebuild b/dev-libs/wren/wren-0.2.0.ebuild
index 2b3681e4d..3491cfb1b 100644
--- a/dev-libs/wren/wren-0.2.0.ebuild
+++ b/dev-libs/wren/wren-0.2.0.ebuild
@@ -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() {
diff --git a/dev-libs/wren/wren-9999.ebuild b/dev-libs/wren/wren-9999.ebuild
index 2b3681e4d..3491cfb1b 100644
--- a/dev-libs/wren/wren-9999.ebuild
+++ b/dev-libs/wren/wren-9999.ebuild
@@ -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() {