* [gentoo-commits] repo/gentoo:master commit in: mail-client/novell-groupwise-client/, profiles/
@ 2022-07-06 6:44 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-07-06 6:44 UTC (permalink / raw
To: gentoo-commits
commit: 09b399d9faa879d530383d5f26de4a2c6111d76d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 6 06:44:12 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 6 06:44:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b399d9
mail-client/novell-groupwise-client: treeclean
Bug: https://bugs.gentoo.org/819477
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-client/novell-groupwise-client/Manifest | 1 -
mail-client/novell-groupwise-client/metadata.xml | 7 --
.../novell-groupwise-client-8.0.2.96933-r1.ebuild | 84 ----------------------
profiles/package.mask | 5 --
4 files changed, 97 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."
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 71c6e9ec7598..d8600d23bcf8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -241,11 +241,6 @@ dev-cpp/commoncpp2
# Removal on 2022-07-08. Bug #813990.
net-misc/pulseaudio-dlna
-# Andreas K. Hüttel <dilfridge@gentoo.org> (2022-06-05)
-# Ages old, abandoned upstream, and server installs now provide an
-# actually useful webmail interface. Removal in 30 days.
-mail-client/novell-groupwise-client
-
# Matt Turner <mattst88@gentoo.org> (2022-05-30)
# libwacom-2 broke ABI compatibility; reverse dependencies need to be updated.
# Bug #848501
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-07-06 6:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-06 6:44 [gentoo-commits] repo/gentoo:master commit in: mail-client/novell-groupwise-client/, profiles/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox