index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/gnutls/PKGBUILD | 13 | ||||
-rw-r--r-- | core/gssproxy/PKGBUILD | 15 | ||||
-rw-r--r-- | core/iputils/PKGBUILD | 17 | ||||
-rw-r--r-- | core/ldns/PKGBUILD | 6 |
diff --git a/core/gnutls/PKGBUILD b/core/gnutls/PKGBUILD deleted file mode 100644 index 95bf10ff..00000000 --- a/core/gnutls/PKGBUILD +++ /dev/null @@ -1,13 +0,0 @@ -#FAIL: trust-store -#================= -# -#doit:64: no certificates were found in system trust store! -#FAIL trust-store (exit status: 1) -# -# => run the tests, but make tests not fail the build -eval "$( - declare -f check | \ - sed ' - s/make check/make check || true/ - ' -)" diff --git a/core/gssproxy/PKGBUILD b/core/gssproxy/PKGBUILD deleted file mode 100644 index c34ee5db..00000000 --- a/core/gssproxy/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -# i486-specific -if [ "${CARCH}" = "i486" ]; then - # no developer documentation - makedepends=(${makedepends[@]//doxygen/}) - makedepends=(${makedepends[@]//docbook-xsl/}) - - eval "$( - declare -f build | \ - sed ' - s/configure/configure --without-manpages/ - ' - )" - -fi - diff --git a/core/iputils/PKGBUILD b/core/iputils/PKGBUILD deleted file mode 100644 index dbc14bda..00000000 --- a/core/iputils/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# i486-specific -if [ "${CARCH}" = "i486" ]; then - # no documentation as docbook needs sgml parsers and lots of other stuff - makedepends=(${makedepends[@]//docbook-utils/}) - eval "$( - declare -f build | \ - sed ' - /make .*doc.*man/d - ' - )" - eval "$( - declare -f package | \ - sed ' - /install.*man8/d - ' - )" -fi diff --git a/core/ldns/PKGBUILD b/core/ldns/PKGBUILD deleted file mode 100644 index a8a502c9..00000000 --- a/core/ldns/PKGBUILD +++ /dev/null @@ -1,6 +0,0 @@ -# i486-specific -if [ "${CARCH}" = "i486" ]; then - # break the cycle via ldns, unbound draws in a - # crazy amount of dependencies, via protobuf even clang/llvm! - depends=(${depends[@]//dnssec-anchors/}) -fi |