net-nds/novell-novllmgnt: Cleanup

(Portage version: 2.2.0_alpha67-r1/svn/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
This commit is contained in:
geos_one 2011-10-26 15:56:00 +00:00
parent 6a873263c9
commit 228b5131ae
3 changed files with 5 additions and 103 deletions

View File

@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
26 Oct 2011; Mario Fetka <mario.fetka@gmail.com>
-novell-novllmgnt-8.8.5.2.10-r2.ebuild:
Cleanup
*novell-novllmgnt-8.8.6.3.1 (26 Oct 2011)
26 Oct 2011; Mario Fetka <mario.fetka@gmail.com>

View File

@ -1,8 +1,6 @@
DIST edir87310_ftf2.tar.gz 254893129 RMD160 5db2ec018ecf7de9f3eb1e5a8ba8022e99f8cce2 SHA1 9fabfdfd807428c760942fdf49fc35b55a4b4e9a SHA256 36c657623419edb2e43b14943785d24f3d1872b4ecf5d6fc97a35792a8db3ba7
DIST edir8854.tar.gz 306874252 RMD160 2a1e34bdbd2bc2e58daded72d9ef548742f426dd SHA1 2318e2e5a4e0ae47c47ad5a9dc07c4bf4c9446b4 SHA256 2bac97038a6019808dafe4f377f4ca3e5b96b2214cf85403c9b7cbd896ad5911
DIST edir8863.tar.gz 469034121 RMD160 5b2d24a9d0d6e1f45e02b16ec54eebff61d162d5 SHA1 405fefb7e4dc6b9a500fe97d6fb98f57e291f770 SHA256 fba97cca185d283c71245a46d8bae087d41149b2ea72da14392aa692a19ff478
EBUILD novell-novllmgnt-8.7.3.8.9.ebuild 1767 RMD160 d3779135b29fb7fcba762b6f9a7cb5a57b29d289 SHA1 7c5c56ed8df54a7656cd0f335733778948d6abb0 SHA256 2f9a69a972414e471acf42eab772b91f5bea8ba2223663c341ee9239ff03d55f
EBUILD novell-novllmgnt-8.8.5.2.10-r2.ebuild 3013 RMD160 02eb1cd5b8b69b4a7e3d0d306def77b597123bcf SHA1 a96f20e307c254ee72abd9e27e6e4297fec47874 SHA256 dce198984acce7fd03d7469cc437b8c25ec09aa6bf4eb219b391299e575c354b
EBUILD novell-novllmgnt-8.8.6.3.1.ebuild 2999 RMD160 5888406a00ae7dbf58ec7095ab9420d91fe3333f SHA1 9146cc973a6b3d6f11a6973e734b5af569f4da74 SHA256 a3677ac7d584775d2c7f3654d24f2b8cab95152c942c2fafb9c7ca8564bfc21f
MISC ChangeLog 2806 RMD160 f2a26c1153d1e7b880e3c9fbadf8b87af3d57cd0 SHA1 1d9dadc877d6f23ed9ff1765878fb8f50db8739a SHA256 06aafb367c309d96b8811b6fd80b861dff4476faee6c8809e53b3293db217eef
MISC ChangeLog 2910 RMD160 cafcd7b9b347b7e495c6409edcc14b7c417bdbec SHA1 bda4d17c2bc5da5dbed192dee3955ab3b1a79ad9 SHA256 8b797056dfd604e4dd51b0d54c4cfa97bd0e89b6722a0bf5e98198e397bf2635
MISC metadata.xml 226 RMD160 bebcbe7a5e3d2be83c25e006192f71ebf45abb14 SHA1 ec2b713fc2363b8c51e9c164d0802eeb59d9d296 SHA256 a9d3f7df2362a9a7ddcbe05c5d97d726eeb4bab135b21643508149a08bf6a2b2

View File

@ -1,100 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
NOVELL_BUILDID32="n8PWgAEctzY~"
NOVELL_FILE32="patchfiles/edir8854.tar.gz"
NOVELL_BUILDID64="n8PWgAEctzY~"
NOVELL_FILE64="patchfiles/edir8854.tar.gz"
RESTRICT="mirror strip"
inherit novell eutils rpm multilib versionator
MY_PV=$(replace_version_separator 4 '-')
DESCRIPTION="Novell Language Management Utilities"
HOMEPAGE="http://www.novell.com"
SRC_URI="x86? ( http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID32}/${NOVELL_FILE32} )
multilib? ( http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID32}/${NOVELL_FILE32} )
amd64? ( http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID64}/${NOVELL_FILE64} )"
LICENSE="Novell-eDir-88"
SLOT="8.8"
KEYWORDS="~x86 ~amd64"
IUSE="multilib"
DEPEND="!net-nds/novell-novllmgnt:0
!net-nds/novell-novllmgnt:8.7"
RDEPEND="virtual/libc
net-nds/novell-ndsbase:8.8
net-nds/novell-novlxis:8.8"
src_unpack() {
cd "${WORKDIR}"
unpack ${A}
if use x86
then
narch=i586
nlib=lib
ndir=Linux
elif use amd64
then
narch=x86_64
nlib=lib64
ndir=Linux64
fi
mkdir -p "${WORKDIR}"/${PN}-${MY_PV}
cd ${PN}-${MY_PV}
if has_multilib_profile
then
march=i586
mlib=lib
mdir=Linux
rpm_unpack ../work/edir8854/${mdir}/novell-NOVLlmgnt.${march}.rpm
fi
rpm_unpack ../work/edir8854/${ndir}/novell-NOVLlmgnt.${narch}.rpm
}
src_compile() { :; }
src_install() {
into /opt/novell/eDirectory/
dolib.so "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/eDirectory/${nlib}/*.*
# delete file collitions that screws u the system
rm "${D}"/opt/novell/eDirectory/$(get_libdir)/libicu*.so
if has_multilib_profile
then
ABI="x86" dlib="$(get_libdir)"
ABI="x86" dolib "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/eDirectory/${mlib}/*.so*
rm "${D}"/opt/novell/eDirectory/${dlib}/libicu*.so
fi
}
pkg_nofetch() {
einfo "This files require you to register at ${HOMEPAGE} (free account)"
einfo "Please download following file(s):"
if use x86
then
einfo " - ${NOVELL_FILE32}"
einfo "from http://download.novell.com/Download?buildid=${NOVELL_BUILDID32}"
elif use amd64
then
einfo " - ${NOVELL_FILE64}"
einfo "from http://download.novell.com/Download?buildid=${NOVELL_BUILDID64}"
if use multilib
then
einfo " - ${NOVELL_FILE32}"
einfo "from http://download.novell.com/Download?buildid=${NOVELL_BUILDID32}"
fi
fi
einfo "and place them in ${DISTDIR}"
einfo ""
einfo "To get rid of downloading files from ${HOMEPAGE}"
einfo "you can create a file /etc/portage/novell.acc"
einfo "containing the novell account infos with following commands"
einfo "# echo \"NOVELL_ACCOUNT_USERNAME=\\\"balduin\\\"\" >> /etc/portage/novell.acc"
einfo "# echo \"NOVELL_ACCOUNT_PASSWORD=\\\"derfisch\\\"\" >> /etc/portage/novell.acc"
}