mail-client/novell-groupwise-client: Fix symlink, RESTRICT (bug 542212), hashes ...
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 1 Jan 2018 12:05:27 +0000 (13:05 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 1 Jan 2018 12:05:46 +0000 (13:05 +0100)
Closes: https://bugs.gentoo.org/642886
Closes: https://bugs.gentoo.org/542212
Package-Manager: Portage-2.3.19, Repoman-2.3.6

mail-client/novell-groupwise-client/Manifest
mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild

index f82b86611e6a3effc78f88b049af2f2276d1c019..b975b899c8abc5bf953f6a0bdee0fe5cd5140381 100644 (file)
@@ -1 +1 @@
-DIST gw802_hp3_client_linux_multi.tar.gz 209918505 SHA256 f9be044980dd00703aaf2a1b2b93468e526a308cfe91769a61c7079ec3e08f98 SHA512 3a03ac02954f86c2e797404128441bff980f82cdc9936668fb528aef0190240891f92e4094fe53d58a0684ef8e94ebac7c73fbfa262e72bc450fab8ea9872efd WHIRLPOOL a07c30b18f6902521fe07d60b1ead302dc669a19c3d31e1af5acf91185b581924bd2ccfc07216a00ac06e7451aa981ac88958719d59a51b5a9053a445f455ad5
+DIST gw802_hp3_client_linux_multi.tar.gz 209918505 BLAKE2B 9e0788334f5fbe7a69a19d4b81dc439ce9e8b01fc0fb50c9ff9cf34a020dcbbeddb726e10005e4c9d48b7f385327eb74ebbb86ec034dfd405c19c38daf491946 SHA512 3a03ac02954f86c2e797404128441bff980f82cdc9936668fb528aef0190240891f92e4094fe53d58a0684ef8e94ebac7c73fbfa262e72bc450fab8ea9872efd
index 0b039c8f996cb3d0e1f82edfb56e3f29fb822626..af840dc33034c5e3d5361f16fe6d06ea90a85fe8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -36,7 +36,10 @@ RDEPEND="
        >=media-libs/freetype-2.5.5[abi_x86_32(-)]
 "
 
-RESTRICT="binchecks fetch mirror strip"
+RESTRICT="fetch mirror strip"
+
+# we might as well list all files in all QA variables...
+QA_PREBUILT="*"
 
 src_unpack() {
        unpack ${A}
@@ -62,7 +65,7 @@ src_install() {
        mv "${WORKDIR}"/${PN}-${MY_PV}/opt "${D}"/ || die "mv opt failed"
 
        dodir /opt/bin
-       dosym /opt/novell/groupwise/client/bin/groupwise /opt/bin/groupwise
+       dosym ../novell/groupwise/client/bin/groupwise /opt/bin/groupwise
 }
 
 pkg_nofetch() {