aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:24:53 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:24:53 +0000
commit88b346857ae83c829a22621b9bb17c3723089e20 (patch)
treee4c367100cb99d1d105c67f422e882c558aeb280
parente0835674d4f3d8c87aa42fb6eb5d705b7d8eba23 (diff)
community: disable java packages on mips
-rw-r--r--community/R/APKBUILD2
-rw-r--r--community/apache-ant/APKBUILD2
-rw-r--r--community/cloudi/APKBUILD2
-rw-r--r--community/commons-daemon/APKBUILD2
-rw-r--r--community/erlang/APKBUILD2
-rw-r--r--community/gradle/APKBUILD2
-rw-r--r--community/java-jansi-native/APKBUILD2
-rw-r--r--community/java-jffi/APKBUILD2
-rw-r--r--community/java-jna/APKBUILD2
-rw-r--r--community/java-lz4/APKBUILD2
-rw-r--r--community/java-postgresql-jdbc/APKBUILD2
-rw-r--r--community/java-sigar/APKBUILD2
-rw-r--r--community/java-snappy/APKBUILD2
-rw-r--r--community/jenkins/APKBUILD2
-rw-r--r--community/jetty-runner/APKBUILD2
-rw-r--r--community/jruby/APKBUILD2
-rw-r--r--community/libreoffice/APKBUILD2
-rw-r--r--community/maven/APKBUILD2
-rw-r--r--community/py3-yuicompressor/APKBUILD2
-rw-r--r--community/sigar/APKBUILD2
-rw-r--r--community/tomcat-native/APKBUILD2
21 files changed, 21 insertions, 21 deletions
diff --git a/community/R/APKBUILD b/community/R/APKBUILD
index adfc88c06d6..2a2d2456bc6 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 b368b3bfdfd..de39b2da9be 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 aae2ee456fd..69460024f20 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 2f116f35934..5c645f64a47 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 216600165e1..87b5e649f70 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 3660dee381b..db6dca55d29 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 2a78f97d4fc..9d3b6707fa8 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 11ab7a2e1d3..4a8653ada70 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 098748cebfd..9a532d109aa 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 59a1a0f4f5e..10ba028b753 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 3cb519e60a6..d446857d842 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 6b34ce19074..d7811d06071 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 bc0bfd82942..ec7b679e9ca 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 888161152aa..32ddc025232 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 9649c3870c8..f72ee02c901 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 9b45551724f..616550f2f99 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 b24c02fc841..ca6e924d48c 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 843757935a0..310509f45a6 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 55523993769..d2cbb3b21d7 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 0324accfd96..224840f53e8 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 1a0870967d2..ee40bfd1a4f 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"