Cleanup tree

This commit is contained in:
geos_one
2007-04-04 15:38:22 +00:00
parent 6a9ce5c766
commit dc88aa0c93
478 changed files with 2627 additions and 6223 deletions

View File

@@ -2,6 +2,10 @@
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
04 Apr 2007; Mario Fetka <mario-fetka@gmx.at>
-novell-groupwise-gwclient-7.0.1_p20060613.ebuild:
Drop old buggy ebuild
14 Mar 2007; Mario Fetka <mario-fetka@gmx.at>
-novell-groupwise-gwclient-7.0.1_p20061107.ebuild:
Remove beta ebuild

View File

@@ -1,3 +0,0 @@
MD5 0c3635339e3f864fe791a71354cb8551 gw701clnxm.tgz 136052194
RMD160 66405fd635960c0186f579cfe29ecc2712998b52 gw701clnxm.tgz 136052194
SHA256 d669411ab4df6d5655f55bd766b28fc66ebb181d36d865fe5930b5cfed58f5d2 gw701clnxm.tgz 136052194

View File

@@ -1,46 +0,0 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils rpm
MY_P="${P/_p/-}"
DESCRIPTION="Novell Groupwise 7 Client for Linux"
HOMEPAGE="http://www.novell.com/en/gropwise/"
SRC_URI="http://supportfiles.novell.com/support/pub/allupdates/gw701clnxm.tgz"
LICENSE="Novell-GW-7"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="java"
DEPEND="!net-misc/novell-groupwise-gwclient"
RDEPEND="sys-libs/glibc
dev-java/sun-jdk
sys-libs/libstdc++-v3
sys-devel/gcc
amd64? ( app-emulation/emul-linux-x86-compat
app-emulation/emul-linux-x86-java )"
RESTRICT="nostrip nomirror"
src_unpack() {
unpack ${A}
mkdir -p ${WORKDIR}/${MY_P}
cd ${MY_P}
rpm_unpack ${WORKDIR}/root/image/2006.06.13/client/linux/${MY_P}.i386.rpm
}
src_compile() { :; }
src_install() {
rm -rf "${WORKDIR}"/${MY_P}/opt/novell/groupwise/client/jre
if [ "${ARCH}" = "amd64" ]; then
sed -i 's%/opt/novell/groupwise/client/jre%/opt/java32%' "${WORKDIR}"/${MY_P}/opt/novell/groupwise/client/bin/groupwise
else
sed -i 's%/opt/novell/groupwise/client/jre%${JAVA_HOME}/jre%' "${WORKDIR}"/${MY_P}/opt/novell/groupwise/client/bin/groupwise
fi
insinto /usr/share/applications
doins "${WORKDIR}"/${MY_P}/opt/novell/groupwise/client/gwclient.desktop
mv "${WORKDIR}"/${MY_P}/opt "${D}"/ || die "mv opt"
}