diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-01 13:05:27 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-01-01 13:05:46 +0100 |
commit | e277f51318e4bd42136eeee69a4a6ad785276954 (patch) | |
tree | 8b383a76d7d6dd371f5f754d875b609b87f2389b /mail-client | |
parent | dev-libs/mpc: rerun diff for mpc-1.0.3-mpfr-4.0.0.patch (diff) | |
download | gentoo-e277f51318e4bd42136eeee69a4a6ad785276954.tar.gz gentoo-e277f51318e4bd42136eeee69a4a6ad785276954.tar.bz2 gentoo-e277f51318e4bd42136eeee69a4a6ad785276954.zip |
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
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/novell-groupwise-client/Manifest | 2 | ||||
-rw-r--r-- | mail-client/novell-groupwise-client/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 f82b86611e6a..b975b899c8ab 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 0b039c8f996c..af840dc33034 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() { |