From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 13C9B1381F3 for ; Fri, 6 Sep 2013 18:18:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F99EE0DD4; Fri, 6 Sep 2013 18:18:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1418FE0DD4 for ; Fri, 6 Sep 2013 18:18:24 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC98533EBC9 for ; Fri, 6 Sep 2013 18:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 70DC6E468F for ; Fri, 6 Sep 2013 18:18:21 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1378491514.5bf0129ce4b0d029f91bf5c8bd552a88f143e9e8.dilfridge@gentoo> Subject: [gentoo-commits] dev/dilfridge:master commit in: mail-client/novell-groupwise-client/ X-VCS-Repository: dev/dilfridge X-VCS-Files: mail-client/novell-groupwise-client/Manifest mail-client/novell-groupwise-client/metadata.xml mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild X-VCS-Directories: mail-client/novell-groupwise-client/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 5bf0129ce4b0d029f91bf5c8bd552a88f143e9e8 X-VCS-Branch: master Date: Fri, 6 Sep 2013 18:18:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 26b55eaa-a39a-44d4-be00-656fa04a8299 X-Archives-Hash: 72517e59e53d773cf683295c16b9ea68 commit: 5bf0129ce4b0d029f91bf5c8bd552a88f143e9e8 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Fri Sep 6 18:18:34 2013 +0000 Commit: Andreas Hüttel gentoo 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 @@ - - - - dilfridge@gentoo.org - - pull in the required packages on amd64 systems - Use the from novell provided jre - - 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." -}