Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/novell-groupwise-client/
Date: Mon, 01 Jan 2018 12:06:12
Message-Id: 1514808346.e277f51318e4bd42136eeee69a4a6ad785276954.dilfridge@gentoo
1 commit: e277f51318e4bd42136eeee69a4a6ad785276954
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 12:05:27 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 12:05:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e277f513
7
8 mail-client/novell-groupwise-client: Fix symlink, RESTRICT (bug 542212), hashes (bug 642886)
9
10 Closes: https://bugs.gentoo.org/642886
11 Closes: https://bugs.gentoo.org/542212
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 mail-client/novell-groupwise-client/Manifest | 2 +-
15 .../novell-groupwise-client-8.0.2.96933.ebuild | 9 ++++++---
16 2 files changed, 7 insertions(+), 4 deletions(-)
17
18 diff --git a/mail-client/novell-groupwise-client/Manifest b/mail-client/novell-groupwise-client/Manifest
19 index f82b86611e6..b975b899c8a 100644
20 --- a/mail-client/novell-groupwise-client/Manifest
21 +++ b/mail-client/novell-groupwise-client/Manifest
22 @@ -1 +1 @@
23 -DIST gw802_hp3_client_linux_multi.tar.gz 209918505 SHA256 f9be044980dd00703aaf2a1b2b93468e526a308cfe91769a61c7079ec3e08f98 SHA512 3a03ac02954f86c2e797404128441bff980f82cdc9936668fb528aef0190240891f92e4094fe53d58a0684ef8e94ebac7c73fbfa262e72bc450fab8ea9872efd WHIRLPOOL a07c30b18f6902521fe07d60b1ead302dc669a19c3d31e1af5acf91185b581924bd2ccfc07216a00ac06e7451aa981ac88958719d59a51b5a9053a445f455ad5
24 +DIST gw802_hp3_client_linux_multi.tar.gz 209918505 BLAKE2B 9e0788334f5fbe7a69a19d4b81dc439ce9e8b01fc0fb50c9ff9cf34a020dcbbeddb726e10005e4c9d48b7f385327eb74ebbb86ec034dfd405c19c38daf491946 SHA512 3a03ac02954f86c2e797404128441bff980f82cdc9936668fb528aef0190240891f92e4094fe53d58a0684ef8e94ebac7c73fbfa262e72bc450fab8ea9872efd
25
26 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
27 index 0b039c8f996..af840dc3303 100644
28 --- a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild
29 +++ b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 +# Copyright 1999-2018 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=5
36 @@ -36,7 +36,10 @@ RDEPEND="
37 >=media-libs/freetype-2.5.5[abi_x86_32(-)]
38 "
39
40 -RESTRICT="binchecks fetch mirror strip"
41 +RESTRICT="fetch mirror strip"
42 +
43 +# we might as well list all files in all QA variables...
44 +QA_PREBUILT="*"
45
46 src_unpack() {
47 unpack ${A}
48 @@ -62,7 +65,7 @@ src_install() {
49 mv "${WORKDIR}"/${PN}-${MY_PV}/opt "${D}"/ || die "mv opt failed"
50
51 dodir /opt/bin
52 - dosym /opt/novell/groupwise/client/bin/groupwise /opt/bin/groupwise
53 + dosym ../novell/groupwise/client/bin/groupwise /opt/bin/groupwise
54 }
55
56 pkg_nofetch() {