diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 23:24:53 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 23:24:53 +0000 |
commit | 88b346857ae83c829a22621b9bb17c3723089e20 (patch) | |
tree | e4c367100cb99d1d105c67f422e882c558aeb280 /community | |
parent | e0835674d4f3d8c87aa42fb6eb5d705b7d8eba23 (diff) | |
download | aports-88b346857ae83c829a22621b9bb17c3723089e20.tar.bz2 aports-88b346857ae83c829a22621b9bb17c3723089e20.tar.xz |
community: disable java packages on mips
Diffstat (limited to 'community')
-rw-r--r-- | community/R/APKBUILD | 2 | ||||
-rw-r--r-- | community/apache-ant/APKBUILD | 2 | ||||
-rw-r--r-- | community/cloudi/APKBUILD | 2 | ||||
-rw-r--r-- | community/commons-daemon/APKBUILD | 2 | ||||
-rw-r--r-- | community/erlang/APKBUILD | 2 | ||||
-rw-r--r-- | community/gradle/APKBUILD | 2 | ||||
-rw-r--r-- | community/java-jansi-native/APKBUILD | 2 | ||||
-rw-r--r-- | community/java-jffi/APKBUILD | 2 | ||||
-rw-r--r-- | community/java-jna/APKBUILD | 2 | ||||
-rw-r--r-- | community/java-lz4/APKBUILD | 2 | ||||
-rw-r--r-- | community/java-postgresql-jdbc/APKBUILD | 2 | ||||
-rw-r--r-- | community/java-sigar/APKBUILD | 2 | ||||
-rw-r--r-- | community/java-snappy/APKBUILD | 2 | ||||
-rw-r--r-- | community/jenkins/APKBUILD | 2 | ||||
-rw-r--r-- | community/jetty-runner/APKBUILD | 2 | ||||
-rw-r--r-- | community/jruby/APKBUILD | 2 | ||||
-rw-r--r-- | community/libreoffice/APKBUILD | 2 | ||||
-rw-r--r-- | community/maven/APKBUILD | 2 | ||||
-rw-r--r-- | community/py3-yuicompressor/APKBUILD | 2 | ||||
-rw-r--r-- | community/sigar/APKBUILD | 2 | ||||
-rw-r--r-- | community/tomcat-native/APKBUILD | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/community/R/APKBUILD b/community/R/APKBUILD index adfc88c06d..2a2d2456bc 100644 --- a/community/R/APKBUILD +++ b/community/R/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.6.3 pkgrel=1 pkgdesc="Language and environment for statistical computing" url="https://www.r-project.org" -arch="all" +arch="all !mips !mips64" license="(GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-or-later" depends="$pkgname-mathlib" depends_dev="gcc gfortran icu-dev libjpeg-turbo libpng-dev make openblas-dev>=0.3.0 diff --git a/community/apache-ant/APKBUILD b/community/apache-ant/APKBUILD index b368b3bfdf..de39b2da9b 100644 --- a/community/apache-ant/APKBUILD +++ b/community/apache-ant/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.10.7 pkgrel=0 pkgdesc="A java-based build tool" url="http://ant.apache.org/" -arch="noarch" +arch="noarch !mips !mips64" options="!check" # Needs itself for testing. license="Apache-2.0" depends="openjdk8-jre-base" diff --git a/community/cloudi/APKBUILD b/community/cloudi/APKBUILD index aae2ee456f..69460024f2 100644 --- a/community/cloudi/APKBUILD +++ b/community/cloudi/APKBUILD @@ -33,7 +33,7 @@ pkgrel=1 pkgdesc="Cloud computing framework for efficient, scalable, and stable soft-realtime event processing." url="https://cloudi.org/" license="MIT" -arch="all" +arch="all !mips !mips64" depends="erlang g++" makedepends="autoconf diff --git a/community/commons-daemon/APKBUILD b/community/commons-daemon/APKBUILD index 2f116f3593..5c645f64a4 100644 --- a/community/commons-daemon/APKBUILD +++ b/community/commons-daemon/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.2.2 pkgrel=0 pkgdesc="Tools to allow Java programs to run as UNIX daemons." url="https://commons.apache.org/daemon/" -arch="all" +arch="all !mips !mips64" license="Apache-2.0" options="!check" # No test suite depends="openjdk8-jre-base" diff --git a/community/erlang/APKBUILD b/community/erlang/APKBUILD index 216600165e..87b5e649f7 100644 --- a/community/erlang/APKBUILD +++ b/community/erlang/APKBUILD @@ -8,7 +8,7 @@ pkgrel=0 pkgdesc="General-purpose programming language and runtime environment" url="https://www.erlang.org/" license="Apache-2.0" -arch="all" +arch="all !mips !mips64" depends="$pkgname-kernel $pkgname-stdlib $pkgname-compiler" makedepends="perl-dev perl zlib-dev ncurses-dev openssl-dev openjdk8 unixodbc-dev autoconf wxgtk-dev glu-dev" diff --git a/community/gradle/APKBUILD b/community/gradle/APKBUILD index 3660dee381..db6dca55d2 100644 --- a/community/gradle/APKBUILD +++ b/community/gradle/APKBUILD @@ -5,7 +5,7 @@ pkgver=5.6.4 pkgrel=0 pkgdesc="Build tool with a focus on build automation and support for multi-language development" url="https://gradle.org/" -arch="noarch" +arch="noarch !mips !mips64" options="!check" license="Apache-2.0" depends="openjdk8" diff --git a/community/java-jansi-native/APKBUILD b/community/java-jansi-native/APKBUILD index 2a78f97d4f..9d3b6707fa 100644 --- a/community/java-jansi-native/APKBUILD +++ b/community/java-jansi-native/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.5 pkgrel=0 pkgdesc="Native JNI libraries used by the Jansi project." url="https://github.com/fusesource/jansi-native" -arch="all" +arch="all !mips !mips64" license="Apache-2.0" depends="openjdk8-jre-base" makedepends="autoconf automake libtool maven openjdk8" diff --git a/community/java-jffi/APKBUILD b/community/java-jffi/APKBUILD index 11ab7a2e1d..4a8653ada7 100644 --- a/community/java-jffi/APKBUILD +++ b/community/java-jffi/APKBUILD @@ -7,7 +7,7 @@ _libver=${pkgver%.*} pkgrel=0 pkgdesc="Java Foreign Function Interface" url="https://github.com/jnr/jffi" -arch="all" +arch="all !mips !mips64" license="Apache-2.0" depends="openjdk8-jre-base" makedepends="apache-ant file openjdk8" diff --git a/community/java-jna/APKBUILD b/community/java-jna/APKBUILD index 098748cebf..9a532d109a 100644 --- a/community/java-jna/APKBUILD +++ b/community/java-jna/APKBUILD @@ -6,7 +6,7 @@ pkgver=5.5.0 pkgrel=0 pkgdesc="JNA provides Java programs easy access to native shared libraries." url="https://github.com/java-native-access/jna" -arch="all" +arch="all !mips !mips64" license="Apache-2.0 LGPL-2.1" depends="openjdk8-jre-base" makedepends="apache-ant autoconf automake libffi-dev>=3.2 libtool openjdk8" diff --git a/community/java-lz4/APKBUILD b/community/java-lz4/APKBUILD index 59a1a0f4f5..10ba028b75 100644 --- a/community/java-lz4/APKBUILD +++ b/community/java-lz4/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.4.0 pkgrel=0 pkgdesc="LZ4 compression for Java" url="https://github.com/jpountz/lz4-java" -arch="all" +arch="all !mips !mips64" license="Apache-2.0" depends="openjdk8-jre-base $pkgname-native" makedepends="apache-ant openjdk8" diff --git a/community/java-postgresql-jdbc/APKBUILD b/community/java-postgresql-jdbc/APKBUILD index 3cb519e60a..d446857d84 100644 --- a/community/java-postgresql-jdbc/APKBUILD +++ b/community/java-postgresql-jdbc/APKBUILD @@ -6,7 +6,7 @@ pkgver=42.2.10 pkgrel=0 pkgdesc="Java JDBC 4.2 (JRE 8+) driver for PostgreSQL database" url="https://jdbc.postgresql.org" -arch="noarch" +arch="noarch !mips !mips64" license="BSD-3-Clause" depends="" makedepends="openjdk8 maven" diff --git a/community/java-sigar/APKBUILD b/community/java-sigar/APKBUILD index 6b34ce1907..d7811d0607 100644 --- a/community/java-sigar/APKBUILD +++ b/community/java-sigar/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.6.4 pkgrel=1 pkgdesc="System Information Gatherer And Reporter" url="https://github.com/hyperic/sigar/" -arch="all !aarch64" +arch="all !aarch64 !mips !mips64" license="Apache-2.0" depends="$pkgname-native=$pkgver-r$pkgrel" subpackages="$pkgname-native" diff --git a/community/java-snappy/APKBUILD b/community/java-snappy/APKBUILD index bc0bfd8294..ec7b679e9c 100644 --- a/community/java-snappy/APKBUILD +++ b/community/java-snappy/APKBUILD @@ -7,7 +7,7 @@ _libver=${pkgver%.*} pkgrel=0 pkgdesc="Snappy compressor/decompressor for Java" url="https://github.com/xerial/snappy-java" -arch="all" +arch="all !mips !mips64" license="Apache-2.0" options="!check" # Tests does not work correctly depends="openjdk8-jre-base" diff --git a/community/jenkins/APKBUILD b/community/jenkins/APKBUILD index 888161152a..32ddc02523 100644 --- a/community/jenkins/APKBUILD +++ b/community/jenkins/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.229 pkgrel=0 pkgdesc="Extendable continuous integration server (stable version)" url="https://jenkins.io" -arch="noarch" +arch="noarch !mips !mips64" license="MIT" depends="openjdk8 openjdk8-jre openjdk8-jre-base freetype ttf-dejavu xvfb fontconfig" diff --git a/community/jetty-runner/APKBUILD b/community/jetty-runner/APKBUILD index 9649c3870c..f72ee02c90 100644 --- a/community/jetty-runner/APKBUILD +++ b/community/jetty-runner/APKBUILD @@ -6,7 +6,7 @@ _pkgver="${pkgver%.*}.v${pkgver##*.}" pkgrel=0 pkgdesc="Fast and easy way to run Java web application from the command line." url="https://www.eclipse.org/jetty" -arch="noarch" +arch="noarch !mips !mips64" license="Apache-2.0" depends="openjdk8-jre-base" subpackages="$pkgname-openrc" diff --git a/community/jruby/APKBUILD b/community/jruby/APKBUILD index 9b45551724..616550f2f9 100644 --- a/community/jruby/APKBUILD +++ b/community/jruby/APKBUILD @@ -5,7 +5,7 @@ pkgver=9.2.11.1 pkgrel=0 pkgdesc="An implementation of Ruby on the JVM" url="https://www.jruby.org/" -arch="noarch" +arch="noarch !mips !mips64" license="EPL-2.0 OR GPL-2.0-or-later OR LGPL-2.1-or-later AND Ruby" # libc6-compat: https://github.com/jnr/jnr-posix/issues/73 depends="$pkgname-libs=$pkgver-r$pkgrel diff --git a/community/libreoffice/APKBUILD b/community/libreoffice/APKBUILD index b24c02fc84..ca6e924d48 100644 --- a/community/libreoffice/APKBUILD +++ b/community/libreoffice/APKBUILD @@ -6,7 +6,7 @@ pkgver=6.4.2.2 pkgrel=2 pkgdesc="LibreOffice - Meta package for the full office suite" url="https://www.libreoffice.org/" -arch="all !s390x" +arch="all !s390x !mips !mips64" license="MPL-2.0" makedepends=" apache-ant diff --git a/community/maven/APKBUILD b/community/maven/APKBUILD index 843757935a..310509f45a 100644 --- a/community/maven/APKBUILD +++ b/community/maven/APKBUILD @@ -7,7 +7,7 @@ _pkgname="$pkgname-${pkgver%%.*}" pkgrel=0 pkgdesc="A Java project management and project comprehension tool." url="http://maven.apache.org" -arch="noarch" +arch="noarch !mips !mips64" license="Apache-2.0" options="!check" # repackaged release without a test suite depends="openjdk8-jre" diff --git a/community/py3-yuicompressor/APKBUILD b/community/py3-yuicompressor/APKBUILD index 5552399376..d2cbb3b21d 100644 --- a/community/py3-yuicompressor/APKBUILD +++ b/community/py3-yuicompressor/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.4.8 pkgrel=4 pkgdesc="YUI Compressor is a JavaScript and CSS minifier written in Java." url="https://pypi.python.org/pypi/yuicompressor" -arch="noarch" +arch="noarch !mips !mips64" license="BSD-3-Clause" depends="openjdk8-jre-base python3" makedepends="py3-setuptools" diff --git a/community/sigar/APKBUILD b/community/sigar/APKBUILD index 0324accfd9..224840f53e 100644 --- a/community/sigar/APKBUILD +++ b/community/sigar/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.6.4 pkgrel=2 pkgdesc="System Information Gatherer And Reporter" url="http://sigar.hyperic.com/" -arch="all" +arch="all !mips !mips64" license="Apache-2.0" makedepends="libtirpc-dev perl apache-ant openjdk8" source="https://github.com/hyperic/sigar/archive/sigar-$pkgver.tar.gz diff --git a/community/tomcat-native/APKBUILD b/community/tomcat-native/APKBUILD index 1a0870967d..ee40bfd1a4 100644 --- a/community/tomcat-native/APKBUILD +++ b/community/tomcat-native/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.2.23 pkgrel=0 pkgdesc="Native resources optional component for Apache Tomcat" url="https://tomcat.apache.org/native-doc/" -arch="all" +arch="all !mips !mips64" license="Apache-2.0" options="!check" # package has no tests makedepends="apr-dev chrpath openjdk8 openssl-dev" |