diff --git a/trunk/novell4gentoo/net-nds/novell-ndscommon/ChangeLog b/trunk/novell4gentoo/net-nds/novell-ndscommon/ChangeLog index 0ff53b57..f73bf45c 100644 --- a/trunk/novell4gentoo/net-nds/novell-ndscommon/ChangeLog +++ b/trunk/novell4gentoo/net-nds/novell-ndscommon/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for net-nds/novell-ndscommon -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Jan 2009; Mario Fetka + +novell-ndscommon-8.7.3_p37-r3.ebuild: + multilib support + 03 Nov 2008; Mario Fetka novell-ndscommon-8.7.3_p37-r2.ebuild: correct blocking slot's diff --git a/trunk/novell4gentoo/net-nds/novell-ndscommon/Manifest b/trunk/novell4gentoo/net-nds/novell-ndscommon/Manifest index 492973c9..62de4350 100644 --- a/trunk/novell4gentoo/net-nds/novell-ndscommon/Manifest +++ b/trunk/novell4gentoo/net-nds/novell-ndscommon/Manifest @@ -2,5 +2,6 @@ AUX 80novell-edir 303 RMD160 64062683170df6b99c1a4c42045a6f912ac5b6c6 SHA1 b3771 DIST eDir_873_linux_full.tar.gz 100502582 RMD160 c7e4ce732a2f1caec45031b4727eff71b0546e1f SHA1 5b14b89766a37cff868143e91619efa82844adb4 SHA256 609abda0346ed77cc510df60172007a5a2e9d1cb6ea70c77a0b1b44c6c9bf507 EBUILD novell-ndscommon-8.7.3_p37-r1.ebuild 1675 RMD160 11d69badaf405c3e3cd93f30d487ca24fe27ecd7 SHA1 cf6b7eb4a39124181c4d0661ac203dde3dbffdf0 SHA256 a45d7989ea768a10c3e3451e4abbc315d4d07873d7a7752768e4b6a494532771 EBUILD novell-ndscommon-8.7.3_p37-r2.ebuild 1737 RMD160 bf2cefa4830b312aced119b6919eeb22225ad2d7 SHA1 8555a6379951f886742ba1f34ef707431b3a4076 SHA256 38fe2fe30b136c76bfdfd3baf429da62bd93bdc63734aa3c993005c17d60d239 -MISC ChangeLog 1504 RMD160 e71fabfd537036443d6864e3e633115a04809b1e SHA1 aeab7ababee51fe99fd93c09bf01bdad7eab7da3 SHA256 5c5c49b6d63ba966e5901224a1e400feb9acae82bbf60ca23159879da13ed497 +EBUILD novell-ndscommon-8.7.3_p37-r3.ebuild 1798 RMD160 a693b054786ca4f3bc0969455fa1a76475b51692 SHA1 55d23f43e259e36f3745d672d2ab569085b6b2d8 SHA256 ad0f0867e17d4b2de39ece27a8b5881f3a24854899e9c891b5682625cbb0b0fc +MISC ChangeLog 1616 RMD160 2b1386ed8cba7552b8483d61e2c1ffdd4052a100 SHA1 592866af6c1c32379ba3c550651766ea0cd678ef SHA256 23199f956735a8e159e7ee120ff26325ec50c86842a99705f141b8eef7d69f28 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/trunk/novell4gentoo/net-nds/novell-ndscommon/novell-ndscommon-8.7.3_p37-r3.ebuild b/trunk/novell4gentoo/net-nds/novell-ndscommon/novell-ndscommon-8.7.3_p37-r3.ebuild new file mode 100644 index 00000000..ae5d95ac --- /dev/null +++ b/trunk/novell4gentoo/net-nds/novell-ndscommon/novell-ndscommon-8.7.3_p37-r3.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NOVELL_BUILDID="G4YlRnymPtU~" +NOVELL_FILE32="eDir_873_linux_full.tar.gz" +RESTRICT="mirror strip" + +inherit novell eutils rpm multilib + +MY_PV="${PV/_p/-}" + +DESCRIPTION="Novell Directory User Agent" +HOMEPAGE="http://www.novell.com" +SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID}/${NOVELL_FILE32}" + +LICENSE="Novell-eDir-87" +SLOT="8.7" +KEYWORDS="~x86 ~amd64" +IUSE="linguas_fr linguas_ja multilib" + +DEPEND="!net-nds/novell-ndscommon:0 + !net-nds/novell-ndscommon:8.8" + +RDEPEND="virtual/libc + net-nds/novell-ndsbase:8.7" + +src_unpack() { + unpack ${A} + mkdir -p "${WORKDIR}"/${PN}-${MY_PV} + cd ${PN}-${MY_PV} + rpm_unpack "${WORKDIR}"/Linux/setup/NDScommon-${MY_PV}.i386.rpm +} + +src_compile() { :; } + +src_install() { + has_multilib_profile && ABI="x86" + + into /usr + doman "${WORKDIR}"/${PN}-${MY_PV}/usr/man/*/*.gz + use linguas_fr && doman -i18n=fr "${WORKDIR}"/${PN}-${MY_PV}/usr/man/fr/*/*.gz + use linguas_ja && doman -i18n=ja "${WORKDIR}"/${PN}-${MY_PV}/usr/man/ja/*/*.gz +} + +pkg_nofetch() { + einfo "This files require you to register at ${HOMEPAGE} (free account)" + einfo "Please download following file:" + einfo " - ${NOVELL_FILE32}" + einfo "from http://download.novell.com/Download?buildid=${NOVELL_BUILDID}" + einfo "and place it 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" +}