diff options
author | Erich Eckner <git@eckner.net> | 2018-11-16 16:32:16 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-11-16 16:32:16 +0100 |
commit | a31bfd335d65ad497d5946867c9291a20d7ec771 (patch) | |
tree | 4cb101c50f0b87c1846fc766b9d60554e17b5b24 | |
parent | 62adb79269f7fac022f3b1d54a3be19e363d10bf (diff) | |
download | archlinuxewe.git.save-a31bfd335d65ad497d5946867c9291a20d7ec771.tar.xz |
msg|msg2|warning -> echo
-rwxr-xr-x | demeter/PKGBUILD | 4 | ||||
-rw-r--r-- | hadoop/PKGBUILD | 2 | ||||
-rw-r--r-- | perl-alien-wxwidgets/PKGBUILD | 2 | ||||
-rw-r--r-- | perl-opengl/PKGBUILD | 4 | ||||
-rw-r--r-- | python-oauth2/PKGBUILD | 8 | ||||
-rw-r--r-- | python-postpic/PKGBUILD | 8 | ||||
-rw-r--r-- | python-pywavelets/PKGBUILD | 4 | ||||
-rw-r--r-- | python-scikit-image/PKGBUILD | 4 |
8 files changed, 18 insertions, 18 deletions
diff --git a/demeter/PKGBUILD b/demeter/PKGBUILD index fa5fbbe5..309e1a52 100755 --- a/demeter/PKGBUILD +++ b/demeter/PKGBUILD @@ -113,7 +113,7 @@ build() { cd ${pkgname}-${pkgver} if [ -z "$DISPLAY" ]; then - warning "Empty \$DISPLAY - falling back to xvfb-run (xorg-server-xvfb)" + echo "Empty \$DISPLAY - falling back to xvfb-run (xorg-server-xvfb)" xvfb-run -a -s "+extension GLX -screen 0 1280x1024x24" perl ./Build.PL xvfb-run -a -s "+extension GLX -screen 0 1280x1024x24" ./Build else @@ -127,7 +127,7 @@ check() { cd ${pkgname}-${pkgver} if [ -z "$DISPLAY" ]; then - warning "Empty \$DISPLAY - falling back to xvfb-run (xorg-server-xvfb)" + echo "Empty \$DISPLAY - falling back to xvfb-run (xorg-server-xvfb)" xvfb-run -a -s "+extension GLX -screen 0 1280x1024x24" ./Build test else ./Build test diff --git a/hadoop/PKGBUILD b/hadoop/PKGBUILD index ddc346e2..dfe148ad 100644 --- a/hadoop/PKGBUILD +++ b/hadoop/PKGBUILD @@ -111,7 +111,7 @@ if ! :; then ## Create some links, so Hadoop's KFS jar could access KFS libraries properly ## (it is still fine if KFS is not installed) - msg 'Creating KFS links...' + echo 'Creating KFS links...' for _lib in 'libkfsClient' 'libkfsCommon' 'libkfsEmulator' 'libkfsIO' 'libkfsMeta'; do for _ext in 'a' 'so'; do diff --git a/perl-alien-wxwidgets/PKGBUILD b/perl-alien-wxwidgets/PKGBUILD index 824a9fc9..aa28c51b 100644 --- a/perl-alien-wxwidgets/PKGBUILD +++ b/perl-alien-wxwidgets/PKGBUILD @@ -37,7 +37,7 @@ prepare() { PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ MODULEBUILDRC=/dev/null - warning "If build stage tries to pull and compile WX - interrupt as resulting package wont work" + echo "If build stage tries to pull and compile WX - interrupt as resulting package wont work" # warning "If package contains gtk2_3_0_0_uni_gcc_3_4.pm it is an improper package - do not attempt to install it - report in comments instead" # HAX HAX HAX - hax first in PATH to replace /usr/bin diff --git a/perl-opengl/PKGBUILD b/perl-opengl/PKGBUILD index d4e99061..cafa8eb1 100644 --- a/perl-opengl/PKGBUILD +++ b/perl-opengl/PKGBUILD @@ -36,7 +36,7 @@ prepare() { build() { cd "$srcdir/$_distdir" if [ -z "$DISPLAY" ]; then - warning "Empty \$DISPLAY - falling back to xvfb-run (xorg-server-xvfb)" + echo "Empty \$DISPLAY - falling back to xvfb-run (xorg-server-xvfb)" xvfb-run -a -s "+extension GLX -screen 0 1280x1024x24" /usr/bin/perl Makefile.PL else /usr/bin/perl Makefile.PL @@ -49,7 +49,7 @@ check() { cd "$srcdir/$_distdir" echo "" > test.pl # Disable random X11 windows if [ -z "$DISPLAY" ]; then - warning "Empty \$DISPLAY - falling back to xvfb-run (xorg-server-xvfb)" + echo "Empty \$DISPLAY - falling back to xvfb-run (xorg-server-xvfb)" xvfb-run -a -s "+extension GLX -screen 0 1280x1024x24" make test else make test diff --git a/python-oauth2/PKGBUILD b/python-oauth2/PKGBUILD index f631a810..47da1408 100644 --- a/python-oauth2/PKGBUILD +++ b/python-oauth2/PKGBUILD @@ -47,12 +47,12 @@ prepare() { } build() { - msg2 "Building python..." + echo "Building python..." ( cd python-oauth2-${pkgver} python setup.py build ) - msg2 "Building python2..." + echo "Building python2..." ( cd python-oauth2-${pkgver}-py2 python2 setup.py build @@ -63,12 +63,12 @@ check() { if [ "$(hostname)" = 'rechenknecht' ]; then return 0 fi - msg2 "Checking python..." + echo "Checking python..." ( cd python-oauth2-${pkgver} python setup.py test ) - msg2 "Checking python2..." + echo "Checking python2..." ( cd python-oauth2-${pkgver}-py2 python2 setup.py test diff --git a/python-postpic/PKGBUILD b/python-postpic/PKGBUILD index f9906966..b7605745 100644 --- a/python-postpic/PKGBUILD +++ b/python-postpic/PKGBUILD @@ -44,22 +44,22 @@ prepare() { } build() { - msg2 "Building python..." + echo "Building python..." (cd postpic-${pkgver} python setup.py build ) - msg2 "Building python2..." + echo "Building python2..." (cd postpic-${pkgver}-py2 python2 setup.py build ) } check() { - msg2 "Checking python..." + echo "Checking python..." (cd postpic-${pkgver} python setup.py test ) - msg2 "Checking python2..." + echo "Checking python2..." (cd postpic-${pkgver}-py2 python2 setup.py test ) diff --git a/python-pywavelets/PKGBUILD b/python-pywavelets/PKGBUILD index 0be88a7d..64c71780 100644 --- a/python-pywavelets/PKGBUILD +++ b/python-pywavelets/PKGBUILD @@ -50,11 +50,11 @@ prepare() { } build() { - msg "Building Python 2" + echo "Building Python 2" cd "$srcdir/${_pkgname}-${pkgver}-py2" python2 setup.py build - msg "Building Python 3" + echo "Building Python 3" cd "$srcdir/$_pkgname-$pkgver" python setup.py build } diff --git a/python-scikit-image/PKGBUILD b/python-scikit-image/PKGBUILD index d7764c36..c1d55b40 100644 --- a/python-scikit-image/PKGBUILD +++ b/python-scikit-image/PKGBUILD @@ -53,11 +53,11 @@ prepare() { } build() { - msg "Building Python2" + echo "Building Python2" cd "${srcdir}"/scikit-image-py2-$pkgver python2 setup.py build - msg "Building Python3" + echo "Building Python3" cd "${srcdir}"/scikit-image-$pkgver python setup.py build } |