summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-06 07:44:12 +0100
committerSam James <sam@gentoo.org>2022-07-06 07:44:27 +0100
commit09b399d9faa879d530383d5f26de4a2c6111d76d (patch)
tree4ee1989a020b83593a1e1f63b58f3f6027b7692a /mail-client
parentdev-python/pytest-flakes: treeclean (diff)
downloadgentoo-09b399d9faa879d530383d5f26de4a2c6111d76d.tar.gz
gentoo-09b399d9faa879d530383d5f26de4a2c6111d76d.tar.bz2
gentoo-09b399d9faa879d530383d5f26de4a2c6111d76d.zip
mail-client/novell-groupwise-client: treeclean
Bug: https://bugs.gentoo.org/819477 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/novell-groupwise-client/Manifest1
-rw-r--r--mail-client/novell-groupwise-client/metadata.xml7
-rw-r--r--mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild84
3 files changed, 0 insertions, 92 deletions
diff --git a/mail-client/novell-groupwise-client/Manifest b/mail-client/novell-groupwise-client/Manifest
deleted file mode 100644
index b975b899c8ab..000000000000
--- a/mail-client/novell-groupwise-client/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gw802_hp3_client_linux_multi.tar.gz 209918505 BLAKE2B 9e0788334f5fbe7a69a19d4b81dc439ce9e8b01fc0fb50c9ff9cf34a020dcbbeddb726e10005e4c9d48b7f385327eb74ebbb86ec034dfd405c19c38daf491946 SHA512 3a03ac02954f86c2e797404128441bff980f82cdc9936668fb528aef0190240891f92e4094fe53d58a0684ef8e94ebac7c73fbfa262e72bc450fab8ea9872efd
diff --git a/mail-client/novell-groupwise-client/metadata.xml b/mail-client/novell-groupwise-client/metadata.xml
deleted file mode 100644
index 797139364f50..000000000000
--- a/mail-client/novell-groupwise-client/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>dilfridge@gentoo.org</email>
- </maintainer>
-</pkgmetadata>
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
deleted file mode 100644
index cafe76e6a829..000000000000
--- a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit desktop rpm multilib versionator
-
-MY_PV=$(replace_version_separator 3 '-')
-MY_P="${P/_p/-}"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-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=""
-
-DEPEND=">=dev-util/patchelf-0.9"
-RDEPEND="
- sys-libs/libstdc++-v3
- >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
- >=x11-libs/libXau-1.0.8[abi_x86_32(-)]
- >=x11-libs/libXcursor-1.1.14[abi_x86_32(-)]
- >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
- >=x11-libs/libXext-1.3.3[abi_x86_32(-)]
- >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)]
- >=x11-libs/libXi-1.7.4[abi_x86_32(-)]
- >=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.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(-)]
-"
-
-RESTRICT="fetch mirror strip"
-
-# we might as well list all files in all QA variables...
-QA_PREBUILT="*"
-
-src_unpack() {
- unpack ${A}
- mkdir -p "${WORKDIR}"/${PN}-${MY_PV} || die
- cd ${PN}-${MY_PV} || die
- 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() {
- JRE_DIR="${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/java;
-
- # 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;
-
- domenu "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/groupwise/client/gwclient.desktop
-
- mv "${WORKDIR}"/${PN}-${MY_PV}/opt "${D}"/ || die "mv opt failed"
-
- dodir /opt/bin
- dosym ../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 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."
-}