commit:     e277f51318e4bd42136eeee69a4a6ad785276954
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 12:05:27 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 12:05:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e277f513

mail-client/novell-groupwise-client: Fix symlink, RESTRICT (bug 542212), hashes 
(bug 642886)

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                     | 2 +-
 .../novell-groupwise-client-8.0.2.96933.ebuild                   | 9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/mail-client/novell-groupwise-client/Manifest 
b/mail-client/novell-groupwise-client/Manifest
index f82b86611e6..b975b899c8a 100644
--- a/mail-client/novell-groupwise-client/Manifest
+++ b/mail-client/novell-groupwise-client/Manifest
@@ -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

diff --git 
a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild
 
b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild
index 0b039c8f996..af840dc3303 100644
--- 
a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild
+++ 
b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild
@@ -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() {

Reply via email to