public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mail-client/novell-groupwise-client/
@ 2018-01-01 12:06 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2018-01-01 12:06 UTC (permalink / raw
  To: gentoo-commits

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() {


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-client/novell-groupwise-client/
@ 2018-03-03 13:57 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2018-03-03 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9bc88de26e6d0c5481c2403ea71a213711382291
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 13:27:31 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 13:56:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc88de2

mail-client/novell-groupwise-client: Depend on current slot of x11-libs/motif.

To this end, binary patch the soname of needed motif libraries.

Closes: https://bugs.gentoo.org/649300
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ...3.ebuild => novell-groupwise-client-8.0.2.96933-r1.ebuild} | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

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-r1.ebuild
similarity index 87%
rename from mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild
rename to mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild
index af840dc3303..c89c0c051fb 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-r1.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
+DEPEND="dev-util/patchelf"
 RDEPEND="
 	sys-libs/libstdc++-v3
 	>=x11-libs/libX11-1.6.2[abi_x86_32(-)]
@@ -31,7 +31,7 @@ RDEPEND="
 	>=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
 	>=x11-libs/libXtst-1.2.2[abi_x86_32(-)]
 	>=x11-libs/libxcb-1.11-r1[abi_x86_32(-)]
-	x11-libs/motif:2.2[abi_x86_32(-)]
+	>=x11-libs/motif-2.3.7:0[abi_x86_32(-),motif22-compatibility]
 	>=media-libs/alsa-lib-1.0.28[abi_x86_32(-)]
 	>=media-libs/freetype-2.5.5[abi_x86_32(-)]
 "
@@ -48,6 +48,13 @@ src_unpack() {
 	rpm_unpack ./../gw${MY_PV}_client_linux_multi/${PN}-${MY_PV}.i586.rpm
 }
 
+src_prepare() {
+	# Binary patch soname for Motif
+	cd opt/novell/groupwise/client/lib || die
+	patchelf --replace-needed libXm.so.{3,4} libos_xwin.so || die
+	patchelf --replace-needed libXm.so.{3,4} libsc_xp.so || die
+}
+
 src_compile() { :; }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-client/novell-groupwise-client/
@ 2018-06-11 16:45 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2018-06-11 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a6562494ba833d4b096bf39e8f36f8d0ca85ddca
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 11 16:44:25 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 16:44:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6562494

mail-client/novell-groupwise-client: Needs recent patchelf.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../novell-groupwise-client-8.0.2.96933-r1.ebuild                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild
index c89c0c051fb..4bc65dc713d 100644
--- a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild
+++ b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-util/patchelf"
+DEPEND=">=dev-util/patchelf-0.9"
 RDEPEND="
 	sys-libs/libstdc++-v3
 	>=x11-libs/libX11-1.6.2[abi_x86_32(-)]


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: mail-client/novell-groupwise-client/
@ 2019-02-05 19:21 Ben Kohler
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Kohler @ 2019-02-05 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     f54445a88fd55eff2e90def7abc09a4364e3484a
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  5 19:20:34 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb  5 19:20:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54445a8

mail-client/novell-groupwise-client: don't reference ${DISTDIR}

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 .../novell-groupwise-client-8.0.2.96933-r1.ebuild                   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild
index 4bc65dc713d..5248da6119d 100644
--- a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild
+++ b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -78,7 +78,7 @@ src_install() {
 pkg_nofetch() {
 	einfo "You can obtain an evaluation version of the Groupwise client at"
 	einfo "${HOMEPAGE} - please download ${SRC_URI}"
-	einfo "and place it in ${DISTDIR}. Alternatively request the file"
-	einfo "from the Groupwise server provider of your organization."
+	einfo "and place it into your DISTDIR directory. Alternatively request"
+	einfo "the file from the Groupwise server provider of your organization."
 	einfo "Note that the client is useless without a server account."
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-05 19:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-05 19:21 [gentoo-commits] repo/gentoo:master commit in: mail-client/novell-groupwise-client/ Ben Kohler
  -- strict thread matches above, loose matches on Subject: below --
2018-06-11 16:45 Andreas Hüttel
2018-03-03 13:57 Ulrich Müller
2018-01-01 12:06 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox