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

commit:     c238104437a6fda6dea8152e28fa2c1519f88490
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 17:02:49 2013 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 17:02:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=c2381044

[mail-client/novell-groupwise-client] improve nofetch message

Package-Manager: portage-2.2.1

---
 .../novell-groupwise-client-8.0.2.96933.ebuild                | 11 +++++++----
 1 file changed, 7 insertions(+), 4 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.ebuild
index cb8801b..9e8f780 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
@@ -10,10 +10,10 @@ MY_PV=$(replace_version_separator 3 '-')
 MY_P="${P/_p/-}"
 
 DESCRIPTION="Novell Groupwise 8 Client for Linux"
-HOMEPAGE="http://www.novell.com/products/gropwise/"
+HOMEPAGE="http://www.novell.com/products/groupwise/"
 SRC_URI="gw802_hp3_client_linux_multi.tar.gz"
 
-LICENSE="Novell-GW-8"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="novell-jre multilib"
@@ -68,6 +68,9 @@ src_install() {
 }
 
 pkg_nofetch() {
-	einfo "You can obtain an evaluation version of the Groupwise client at ${HOMEPAGE} - please"
-	einfo "download ${SRC_URI} and place it in ${DISTDIR}"
+	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 "Note that the client is useless without a server account."
 }


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

* [gentoo-commits] dev/dilfridge:master commit in: mail-client/novell-groupwise-client/
@ 2013-09-06 17:40 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2013-09-06 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     15460b13f676548775a08fe60329e1efcef5bbaa
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 17:38:56 2013 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 17:38:56 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=15460b13

[mail-client/novell-groupwise-client] Cleanup and move to normal rpm eclass

Package-Manager: portage-2.2.1

---
 .../novell-groupwise-client-8.0.2.96933.ebuild     | 26 ++++++++++------------
 1 file changed, 12 insertions(+), 14 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.ebuild
index 8928016..cae8160 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,15 +1,15 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 RESTRICT="binchecks fetch mirror strip"
 
-inherit eutils rpm5 multilib versionator
+inherit eutils rpm multilib versionator
 
 MY_PV=$(replace_version_separator 3 '-')
 MY_P="${P/_p/-}"
 
-DESCRIPTION="Novell Groupwise 8 Client for Linux"
+DESCRIPTION="Novell Groupwise Client for Linux"
 HOMEPAGE="http://www.novell.com/products/groupwise/"
 SRC_URI="gw802_hp3_client_linux_multi.tar.gz"
 
@@ -18,9 +18,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="novell-jre multilib"
 DEPEND=""
-RDEPEND="sys-libs/glibc
-	sys-libs/libstdc++-v3
-	sys-devel/gcc
+RDEPEND="sys-libs/libstdc++-v3
 	!novell-jre? (
 		|| ( virtual/jdk
 		virtual/jre )
@@ -33,7 +31,7 @@ src_unpack() {
 	unpack ${A}
 	mkdir -p "${WORKDIR}"/${PN}-${MY_PV}
 	cd ${PN}-${MY_PV}
-	rpm5_unpack ./../gw${MY_PV}_client_linux_multi/${PN}-${MY_PV}.i586.rpm
+	rpm_unpack ./../gw${MY_PV}_client_linux_multi/${PN}-${MY_PV}.i586.rpm
 }
 
 src_compile() { :; }
@@ -44,17 +42,17 @@ src_install() {
 	if use novell-jre; then
 		# Undo Sun's funny-business with packed .jar's
 		for i in $JRE_DIR/lib/*.pack; do
-		i_b=`echo $i | sed 's/\.pack$//'`;
-		einfo "Unpacking `basename $i` -> `basename $i_b.jar`";
-		$JRE_DIR/bin/unpack200 $i $i_b.jar || die "Unpack failed";
+			i_b=`echo $i | sed 's/\.pack$//'`;
+			einfo "Unpacking `basename $i` -> `basename $i_b.jar`";
+			$JRE_DIR/bin/unpack200 $i $i_b.jar || die "Unpack failed";
 		done;
 	else
 		if use multilib; then
-		rm -rf "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/java
-		sed -i 's%/opt/novell/groupwise/client/java/lib/i386%`java-config --select-vm=emul-linux-x86-java --jre-home`/lib/i386/client:`java-config --select-vm=emul-linux-x86-java --jre-home`/lib/i386/server:`java-config --select-vm=emul-linux-x86-java --jre-home`/lib/i386%' "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/bin/groupwise
+			rm -rf "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/java
+			sed -i 's%/opt/novell/groupwise/client/java/lib/i386%`java-config --select-vm=emul-linux-x86-java --jre-home`/lib/i386/client:`java-config --select-vm=emul-linux-x86-java --jre-home`/lib/i386/server:`java-config --select-vm=emul-linux-x86-java --jre-home`/lib/i386%' "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/bin/groupwise
 		else
-		rm -rf "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/java
-		sed -i 's%/opt/novell/groupwise/client/java/lib/i386%`java-config --jre-home`/jre/lib/i386/client:`java-config --jre-home`/jre/lib/i386/server:`java-config --jre-home`/jre/lib/i386%' "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/bin/groupwise
+			rm -rf "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/java
+			sed -i 's%/opt/novell/groupwise/client/java/lib/i386%`java-config --jre-home`/jre/lib/i386/client:`java-config --jre-home`/jre/lib/i386/server:`java-config --jre-home`/jre/lib/i386%' "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/bin/groupwise
 		fi
 	fi
 


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

* [gentoo-commits] dev/dilfridge:master commit in: mail-client/novell-groupwise-client/
@ 2013-09-06 17:40 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2013-09-06 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     8754281d58be826f5b0f5db884e89dbb2fde6e6b
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 17:07:29 2013 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 17:07:29 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=8754281d

[mail-client/novell-groupwise-client] restrict all binchecks since it's a big mess(tm)

Package-Manager: portage-2.2.1

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

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 9e8f780..8928016 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
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-RESTRICT="fetch mirror strip"
+RESTRICT="binchecks fetch mirror strip"
 
 inherit eutils rpm5 multilib versionator
 


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

* [gentoo-commits] dev/dilfridge:master commit in: mail-client/novell-groupwise-client/
@ 2013-09-06 18:18 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2013-09-06 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5bf0129ce4b0d029f91bf5c8bd552a88f143e9e8
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 18:18:34 2013 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 18:18:34 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=5bf0129c

[mail-client/novell-groupwise-client] moved to main tree

---
 mail-client/novell-groupwise-client/Manifest       |  1 -
 mail-client/novell-groupwise-client/metadata.xml   |  9 ---
 .../novell-groupwise-client-8.0.2.96933.ebuild     | 74 ----------------------
 3 files changed, 84 deletions(-)

diff --git a/mail-client/novell-groupwise-client/Manifest b/mail-client/novell-groupwise-client/Manifest
deleted file mode 100644
index f82b866..0000000
--- a/mail-client/novell-groupwise-client/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gw802_hp3_client_linux_multi.tar.gz 209918505 SHA256 f9be044980dd00703aaf2a1b2b93468e526a308cfe91769a61c7079ec3e08f98 SHA512 3a03ac02954f86c2e797404128441bff980f82cdc9936668fb528aef0190240891f92e4094fe53d58a0684ef8e94ebac7c73fbfa262e72bc450fab8ea9872efd WHIRLPOOL a07c30b18f6902521fe07d60b1ead302dc669a19c3d31e1af5acf91185b581924bd2ccfc07216a00ac06e7451aa981ac88958719d59a51b5a9053a445f455ad5

diff --git a/mail-client/novell-groupwise-client/metadata.xml b/mail-client/novell-groupwise-client/metadata.xml
deleted file mode 100644
index db01deb..0000000
--- a/mail-client/novell-groupwise-client/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer><email>dilfridge@gentoo.org</email></maintainer>
-	<use>
-		<flag name='multilib'>pull in the required packages on amd64 systems</flag>
-		<flag name='novell-jre'>Use the from novell provided jre</flag>
-	</use>
-</pkgmetadata>

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
deleted file mode 100644
index cae8160..0000000
--- a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-RESTRICT="binchecks fetch mirror strip"
-
-inherit eutils rpm multilib versionator
-
-MY_PV=$(replace_version_separator 3 '-')
-MY_P="${P/_p/-}"
-
-DESCRIPTION="Novell Groupwise Client for Linux"
-HOMEPAGE="http://www.novell.com/products/groupwise/"
-SRC_URI="gw802_hp3_client_linux_multi.tar.gz"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="novell-jre multilib"
-DEPEND=""
-RDEPEND="sys-libs/libstdc++-v3
-	!novell-jre? (
-		|| ( virtual/jdk
-		virtual/jre )
-		multilib? (
-		amd64? ( app-emulation/emul-linux-x86-java ) ) )
-	multilib? (
-		amd64? ( app-emulation/emul-linux-x86-compat ) )"
-
-src_unpack() {
-	unpack ${A}
-	mkdir -p "${WORKDIR}"/${PN}-${MY_PV}
-	cd ${PN}-${MY_PV}
-	rpm_unpack ./../gw${MY_PV}_client_linux_multi/${PN}-${MY_PV}.i586.rpm
-}
-
-src_compile() { :; }
-
-src_install() {
-	JRE_DIR="${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/java;
-
-	if use novell-jre; then
-		# Undo Sun's funny-business with packed .jar's
-		for i in $JRE_DIR/lib/*.pack; do
-			i_b=`echo $i | sed 's/\.pack$//'`;
-			einfo "Unpacking `basename $i` -> `basename $i_b.jar`";
-			$JRE_DIR/bin/unpack200 $i $i_b.jar || die "Unpack failed";
-		done;
-	else
-		if use multilib; then
-			rm -rf "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/java
-			sed -i 's%/opt/novell/groupwise/client/java/lib/i386%`java-config --select-vm=emul-linux-x86-java --jre-home`/lib/i386/client:`java-config --select-vm=emul-linux-x86-java --jre-home`/lib/i386/server:`java-config --select-vm=emul-linux-x86-java --jre-home`/lib/i386%' "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/bin/groupwise
-		else
-			rm -rf "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/java
-			sed -i 's%/opt/novell/groupwise/client/java/lib/i386%`java-config --jre-home`/jre/lib/i386/client:`java-config --jre-home`/jre/lib/i386/server:`java-config --jre-home`/jre/lib/i386%' "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/bin/groupwise
-		fi
-	fi
-
-	insinto /usr/share/applications
-	doins "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/gwclient.desktop
-
-	mv "${WORKDIR}"/${PN}-${MY_PV}/opt "${D}"/ || die "mv opt"
-
-	dodir /opt/bin
-	dosym /opt/novell/groupwise/client/bin/groupwise /opt/bin/groupwise
-}
-
-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 "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:[~2013-09-06 18:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06 18:18 [gentoo-commits] dev/dilfridge:master commit in: mail-client/novell-groupwise-client/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2013-09-06 17:40 Andreas Hüttel
2013-09-06 17:40 Andreas Hüttel
2013-09-06 17:40 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