ghc-bin: remove i686-musl support.

voidlinux.de has been shut down, so the distfiles can no longer be
accessed. Someone looking to re-add support will have to create a new
tarball.

Since we are here, add broken= case to catch template mistakes early.
This commit is contained in:
Érico Nogueira 2021-06-09 23:27:23 -03:00 committed by Daniel Kolesa
parent 1a3f8cfe47
commit ca50345525

View file

@ -2,7 +2,7 @@
pkgname=ghc-bin
version=8.8.4
revision=1
archs="i686* x86_64* ppc64le*"
archs="i686 x86_64* ppc64le*"
wrksrc="ghc-${version%[!0-9]}"
hostmakedepends="perl libffi libnuma"
depends="ncurses perl gcc libffi-devel gmp-devel"
@ -27,10 +27,6 @@ i686)
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz"
checksum=43dd954910c9027694312cef0aabc7774d102d0422b7172802cfb72f7d5da3a0
;;
i686-musl)
distfiles="https://distfiles.voidlinux.de/ghc-${version}-i386-unknown-linux-musl.tar.xz"
checksum=8d84fbab62b3712bdcfb92f7d258a0d15d8295397d84b48716a3c625f09be782
;;
ppc64le)
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"
checksum=4a13d36a3e3d605db02b89269ed727c3ba23c9d03b84b72c1716a910a28f8074
@ -39,6 +35,8 @@ ppc64le-musl)
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux-musl.tar.xz"
checksum=b35ba0cb20a05555ac6c2c92f9f090c665e55b3d295d58a801eb88bd4f6baab3
;;
*) broken="No distfiles available for this target"
;;
esac
do_configure() {