From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/dilfridge:master commit in: mail-client/novell-groupwise-client/
Date: Fri, 6 Sep 2013 18:18:21 +0000 (UTC) [thread overview]
Message-ID: <1378491514.5bf0129ce4b0d029f91bf5c8bd552a88f143e9e8.dilfridge@gentoo> (raw)
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."
-}
next reply other threads:[~2013-09-06 18:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-06 18:18 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-09-06 17:40 [gentoo-commits] dev/dilfridge:master commit in: mail-client/novell-groupwise-client/ Andreas Hüttel
2013-09-06 17:40 Andreas Hüttel
2013-09-06 17:40 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1378491514.5bf0129ce4b0d029f91bf5c8bd552a88f143e9e8.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox