This commit is contained in:
Mario Fetka
2014-08-16 21:23:25 +02:00
parent 4bd78734ca
commit 588ccf92a7
32 changed files with 190 additions and 751 deletions

View File

@@ -1,4 +1,4 @@
DIST edir8863.tar.gz 469034121 SHA256 fba97cca185d283c71245a46d8bae087d41149b2ea72da14392aa692a19ff478
EBUILD netiq-audtedirinst-8.8.6.22.ebuild 2623 SHA256 c4a869ead35c1054aa53b88dbb4234efbf19a96440adc7e4111a74ecd3e5956a SHA512 ce69e1ee850d554c5e6ec545fa8970c41216b611d5ccd2543d7fd2d6c9676fd8fda5fc23f4f4249e303c938621bd783dfe49e21089b9ce076a93f85de9f9c1fa WHIRLPOOL 68055c33a19f155bdbd60a4c7cb2c3fefd43fcb9010776cdbd05b2eb22da92162592c89845b75ed26d078bca0449a803911ff27f49fa72ca701513513588c9cc
DIST eDirectory_88SP8_Linux_x86_64.tar.gz 115981881 SHA256 69946393b9f6cd82593eb943a62bc6773688239de1b12388765ea2b60f0431c9 SHA512 e8030463f4404aeb33e9b4b85f4da91275ff8beebf480cb8a267e6340a7209f10aef2f060b0c24f7fb18ba457fd3211b6c71748b281888ca46919d1df227b627 WHIRLPOOL 603ef881ba4a7c84d1e670b5a39205a54f56daacd8253d09017209b204f15fc06397e764e4d7a2aac69e3c88c13bf3ef5882d4837382fc6e6d2c2e4caa797449
EBUILD netiq-audtedirinst-8.8.8.0.41.ebuild 2249 SHA256 5ad94b62a870a07b6dd876b153a8a4ff4d8f2698a4f824433c6e85289a4c6b59 SHA512 cb8b9dc5c90224c73429a1e699b9944a3468e1cb6f3c321d1fd75f5a3d8c9ee2c209e6352f8e387e87cb534febdf396d8e9f1e4c3bb2c3b82588ae4f49d741ba WHIRLPOOL 9f0ac646eddf1354d61e4dbd93654a7d44e4ab4c8bf3c7064ad7c2a8aa423fdd5b908f1b9b2a83b219ac86cb993f278aadcfef7405e8390c2165efa2759ae3cb
MISC ChangeLog 618 SHA256 618d66f1060a928e58d67ef44651c9cfd158a4edb1a78bdd04f6f7e3cafcfef2 SHA512 7460b1fc1cfd0c2cb57e84722a8c7ba482ac685e746ce481503d213848dc2a844070e713456bb93743e2ad0cce151f0db70de16c7d86f8c20f19ee84fde2a551 WHIRLPOOL 488cb54b1759304ec4b727dbde65e10de9d917ab0e75d31662458fc524f8fc1bbe3eb55f7d42dd82f70d52023ab9317fc3561ae2f129fd95bfd96de983da2ef8
MISC metadata.xml 226 SHA256 a9d3f7df2362a9a7ddcbe05c5d97d726eeb4bab135b21643508149a08bf6a2b2 SHA512 5912920d8f6e9ee5126fb0aaa5717a562feb009cc59b759c6a6eaa909900b19e95e51e3aa7f32fdf2e77073b19878830b97947148e3adeff3b49e7555cfe29e9 WHIRLPOOL c07e2ddb648893f1e9c422e07b0b73a6d0f7e1c9501200b6fcc9d25fe68c3b05fe4f3523e6844067eeca6969973a44004e1ba8a6fa725591a1916648bd2d4834

View File

@@ -1,76 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
NOVELL_BUILDID32="pnMbR9EB7wo~"
NOVELL_FILE32="patchfiles/edir8863.tar.gz"
NOVELL_BUILDID64="pnMbR9EB7wo~"
NOVELL_FILE64="patchfiles/edir8863.tar.gz"
RESTRICT="mirror strip"
inherit novell eutils rpm multilib versionator
MY_PV=$(replace_version_separator 3 '-')
DESCRIPTION="Novell Audit eDirectory instrumentation"
HOMEPAGE="http://www.novell.com"
SRC_URI="x86? ( 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-87"
SLOT="8.8"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND="virtual/libc
net-nds/netiq-ndsserv:8.8
net-nds/netiq-audtplatformagent: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}
rpm_unpack ../work/edir8863/${ndir}/novell-AUDTedirinst.${narch}.rpm
}
src_compile() { :; }
src_install() {
dosym . /opt/novell/eDirectory/$(get_libdir)/nds-modules/$(get_libdir)
into /opt/novell/eDirectory/$(get_libdir)/nds-modules
dolib.so "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/eDirectory/${nlib}/nds-modules/*
rm "${D}"/opt/novell/eDirectory/$(get_libdir)/nds-modules/$(get_libdir)
insinto /opt/novell/eDirectory/$(get_libdir)/nds-schema
doins "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/eDirectory/${nlib}/nds-schema/*
insinto /opt/novell/eDirectory/$(get_libdir)
doins "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/eDirectory/${nlib}/*.*
}
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"
}

View File

@@ -0,0 +1,68 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
NOVELL_BUILDID="oHdJl37wCb0~"
NOVELL_FILE="eDirectory_88SP8_Linux_x86_64.tar.gz"
RESTRICT="mirror strip"
USE_RPMOFFSET_ONLY="1"
inherit novell eutils rpm java-utils-2 versionator
MY_PVV=$(replace_version_separator 4 '-')
MY_PV="${MY_PVV/_p/_}"
DESCRIPTION="This package contains the runtime libraries and utilities used to search and retrieve data from NetIQ eDirectory"
HOMEPAGE="http://www.novell.com"
SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID}/${NOVELL_FILE}"
LICENSE="Novell-eDir-87"
SLOT="8.8"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="virtual/libc
net-nds/netiq-ndsserv:8.8
net-nds/netiq-audtplatformagent:8.8"
src_unpack() {
cd "${WORKDIR}"
unpack ${A}
mkdir -p "${WORKDIR}"/${PN}-${MY_PV}
cd ${PN}-${MY_PV}
narch=x86_64
nlib=lib64
rpm_unpack ../work/eDirectory/setup/novell-AUDTedirinst-${MY_PV}.${narch}.rpm
}
src_compile() { :; }
src_install() {
dosym . /opt/novell/eDirectory/$(get_libdir)/nds-modules/$(get_libdir)
into /opt/novell/eDirectory/$(get_libdir)/nds-modules
dolib.so "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/eDirectory/${nlib}/nds-modules/*
rm "${D}"/opt/novell/eDirectory/$(get_libdir)/nds-modules/$(get_libdir)
insinto /opt/novell/eDirectory/$(get_libdir)/nds-schema
doins "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/eDirectory/${nlib}/nds-schema/*
insinto /opt/novell/eDirectory/$(get_libdir)
doins "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/eDirectory/${nlib}/*.*
}
pkg_nofetch() {
einfo "This files require you to register at ${HOMEPAGE} (free account)"
einfo "Please download following file:"
einfo " - ${NOVELL_FILE}"
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"
}

View File

@@ -1,6 +0,0 @@
NOVELL_NAUDIT_DIR=/opt/novell/naudit
PATH=/opt/novell/naudit/bin
ROOTPATH=/opt/novell/naudit/bin:/opt/novell/naudit/sbin
MANPATH=/opt/novell/man
LDPATH=/opt/novell/naudit/lib
PRELINK_PATH_MASK=/opt/novell/naudit/lib:/opt/novell/naudit/bin:/opt/novell/naudit/sbin

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Novell Gentoo Env Files"
DESCRIPTION="NetIQ Adit Platform Gentoo Env Files"
HOMEPAGE="http://n4g.mars.arge.at"
LICENSE="GPL-2"
SLOT="0"
@@ -10,12 +10,6 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
src_install() {
if use x86
then
doenvd "${FILESDIR}"/80novell-naudit
elif use amd64
then
doenvd "${FILESDIR}"/80novell64-naudit
fi
doenvd "${FILESDIR}"/80netiq64-naudit
}

View File

@@ -1,6 +0,0 @@
NOVELL_EDIR_DIR=/opt/novell/eDirectory
PATH=/opt/novell/eDirectory/bin
ROOTPATH=/opt/novell/eDirectory/bin:/opt/novell/eDirectory/sbin
MANPATH=/opt/novell/man
LDPATH=/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules
PRELINK_PATH_MASK=/opt/novell/eDirectory/lib:/opt/novell/eDirectory/lib/nds-modules:/opt/novell/eDirectory/bin:/opt/novell/eDirectory/sbin

View File

@@ -2,20 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Novell Gentoo Env Files"
HOMEPAGE="http://n4g.mars.arge.at"
DESCRIPTION="NetIQ eDirectory Gentoo Env Files"
HOMEPAGE="http://n4g.disconnected-by-peer.at"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
src_install() {
if use x86
then
doenvd "${FILESDIR}"/80novell-edir
elif use amd64
then
doenvd "${FILESDIR}"/80novell64-edir
fi
doenvd "${FILESDIR}"/80netiq64-edir
}

View File

@@ -1,4 +1,4 @@
DIST edir873.zip 4214563 SHA256 0fffdacd67711080595447de472bcf49fedd12791cf436790467720f76b6e1ef SHA512 5ae19495b04a34a9f89a32545e407908c61b4bcbebc79c075e43caf023ec554f47d52b228298b7af5c2fe1a922b952eae78a3d4feff4c37be8cd2bd19ac48138 WHIRLPOOL 4d0bfb3e95670314035d10d0546ec09dc7eb9faca27347f068e7f0e6ae3ddc08f3dcc1fe9ad6a4c800131c75c701b32a728b183ca36d2d6853eeae8de13fcc2f
EBUILD netiq-edirectory-8.7.3.10f.ebuild 827 SHA256 0b64abe01e42c5e1ac5f579ce19064e57850df654d5edd75d801ad3986cbb5f7 SHA512 e9994ff75a79f4998e257af1da21bc9fa9fe5c7153ccdb5db360d277549679bba224773b48f225a0a2fc68c1220ed5b215c08e14919ac947808b0c3775a0fcea WHIRLPOOL 5afbb5ee3c14fb26c8428e3489c73950197494bc1cedffd7d05d54c5e78a26cb4d4a4049fff88ea2ee6252c410fd1f43f8e532f8bc68dfd16421054af50e91af
DIST edir88.zip 7905396 SHA256 4736bb2fa51dd1c5a46ade4740a25df1248dbab8c607d77ddb5d801f3c78efa7 SHA512 c5546cc068b8b732ac942b56c7641e1fd49e02d87ed9eb731b82b66449f11ec2ade314dad3e671c1d4cca9cf4e650690a4b435821e626eeebf45bc73394618e3 WHIRLPOOL fc4b4f19ce18eb280767eab2692df5f964ed1f23ebb057bdc6b6ed39eefa70299e2f85c3537917be080f6c52b944f14cca9b188318695fe807714be81f9e1acf
EBUILD netiq-edirectory-8.8.8.ebuild 675 SHA256 b54ff992a7bb41ed4efb347e578d7ced60ff83b5b486d018bfca1de4793a1f8d SHA512 fa4df7672f95070d7df221d330a2bab76a6a29459096ed2ec72e49dc3153c2003d589ea06cd3ee4d02e695d13206f1562b9a10b015faab2863e308df5936c1f7 WHIRLPOOL 6f754a728b5af1bf8255c2478873a17bfaaa6f41dc97642e925f8f83fd9e3c7cbe2f94be7d5eb0143bc6dfb7e42cefd0c075a75860d61d245b482e34d9042918
MISC ChangeLog 1482 SHA256 21f5224513fc29ec6e2dc78386f1cbbaa6dc47fef74458c402a0ddd475bd2766 SHA512 08096d9eccae3d4c7dc17347c21ae1e8c20080230c1662a5701a56c7e111dc98fb9e4caf7998e16449c43fc1b14db4eeb6aeff231664d9dd7c024777462cca9e WHIRLPOOL f22d403a34a8a05cb28201cae728c89c5ac1c45b07c3e699c858d537aeecdcda4e8f3b0ab55872446229b82d3dd2c17a4e90c7198fcc3f4f24f9d4641e7aaf79
MISC metadata.xml 170 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 SHA512 c011e0dc20997640fdaf4dbdd0493106446df3ff753040a8ffc638cea0512a535bce9e1c4d2969e708993529c473d9dc17c59804c15a0eee2b0a7e9854b65143 WHIRLPOOL b33b91daccf2a989c728257c6372f7f8a7481bd72af841bf3c76e6625750d6f5e0d31c942fe88368fc016edcc5be954656c488b6d44ea00e4fe0caaec1bdd41e

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
DESCRIPTION="eDirectory Documentation and Meta Package"
HOMEPAGE="http://www.novell.com/"
SRC_URI="http://www.novell.com/documentation/edir873/pdfdoc/edir873.zip"
LICENSE="Novell-eDir-87"
SLOT="8.7"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="!net-nds/netiq-edirectory:0
!net-nds/netiq-edirectory:8.8"
RDEPEND="net-nds/netiq-ndsimon:8.7
net-nds/netiq-ndsmasv:8.7
net-nds/netiq-ndsrepair:8.7
net-nds/netiq-novlembox:8.7
net-nds/netiq-novlsnmp:8.7
net-nds/netiq-novlstlog:8.7
net-nds/netiq-novlsubag:8.7"
RESTRICT="mirror strip"
src_unpack() {
unpack ${A}
}
src_compile() { :; }
src_install() {
dodoc "${WORKDIR}"/pdfdoc/edir873/edir873.pdf "${WORKDIR}"/pdfdoc/qsedir873/qsedir873.pdf
}

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
DESCRIPTION="eDirectory Documentation and Meta Package"
HOMEPAGE="http://www.novell.com/"
SRC_URI="https://www.netiq.com/documentation/edir88/pdfdoc/edir88.zip"
LICENSE="Novell-eDir-87"
SLOT="8.7"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND="net-nds/netiq-ndsimon:8.8
net-nds/netiq-ndsmasv:8.8
net-nds/netiq-ndsrepair:8.8
net-nds/netiq-novlembox:8.8
net-nds/netiq-novlsnmp:8.8
net-nds/netiq-novlsubag:8.8"
RESTRICT="mirror strip"
src_unpack() {
unpack ${A}
}
src_compile() { :; }
src_install() {
dodoc "${WORKDIR}"/*/*.pdf
}

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Novell Gentoo Env Files"
DESCRIPTION="NetIQ Gentoo Env Files"
HOMEPAGE="http://n4g.mars.arge.at"
LICENSE="GPL-2"
SLOT="0"
@@ -12,10 +12,10 @@ IUSE=""
src_install() {
if use x86
then
doenvd "${FILESDIR}"/80novell
doenvd "${FILESDIR}"/80netiq
elif use amd64
then
doenvd "${FILESDIR}"/80novell64
doenvd "${FILESDIR}"/80netiq64
fi
}

View File

@@ -1,15 +0,0 @@
# ChangeLog for net-nds/novell-sentinelplatformagent-env
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
18 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
+files/80novell-sentinelpa, +files/80novell64-sentinelpa:
add missing files
18 Dec 2009; Mario Fetka <mario.fetka@gmail.com> +files:
add missing files
18 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
+novell-sentinelplatformagent-env-0.ebuild:
initial checkin

View File

@@ -1,5 +0,0 @@
AUX 80novell-sentinelpa 292 SHA256 fa4d95a57a774469ef70a212d36e40ed9f52221b60c61cebd2a55f86ae1cccbe SHA512 04604a0a86f064fa282df51e074da11fe0b0003dc98d86c3431433d8e2028ae5a4f8245dd0f8e11fb8d69fe1758dd52d45b5eaa00aba12ffb3e62361191decaa WHIRLPOOL e6cf2a8965cc213feb7c3291ec8882e881445d960a10f4a0283d38aed1d3c2ff09c06e7c1e19b0913cdf34c6bd4b2b12dc02d885309352f0265cfd713d881649
AUX 80novell64-sentinelpa 342 SHA256 6a95d89ee4f1f288056f5bd0d03a84f4d6c2a7aaf00aa0c2bf17851e2961966d SHA512 d750efe043bc32ecc35e4659f00ee43691e218bc0b7516fc7b62a2fe567c1eacee1fc854aa2c538da8c014936374a35499282e316e9cb01237b383ed83ca89f1 WHIRLPOOL 3e5e852e17ed120bffe6d8fa6b76dde57371abc5a2eacf71486dd201c90bf66082106e48481c80e946d8e7fac3e28443177a02ee754336a260c75d8b0c534cc9
EBUILD netiq-sentinelplatformagent-env-0.ebuild 408 SHA256 44a39176f69ccf6b2bcbe89bf66be9575d7d7370e46ce02e67329b8760e934e4 SHA512 37feb3e1e9c84aca01c3a346c9eafceafb22a94ba642fee5e14f9afaaf0fb1b9be4294777d2750078ca28efe88f2d0bd363d720abe0455ba1b6881af8004f600 WHIRLPOOL cd4cf3beebca4eeccb26d580a1e4fea385dcb9c7f285410d529099ad7fb7d7fb40c9c754e15c86c77a05658467fc0aa67bca4d52863345fdc9c2e1d1cee4c5dc
MISC ChangeLog 469 SHA256 392f80cfa3e580c386d63cd5d45cf97789772f3fa94a0dba1c31c19d0c0a8cdf SHA512 9baf8ffc85318e6187e8ab7f2ad1c6273773b70856db96ef09940416622b56a485cbca225181aa61e66ade1ab4013c26916e0ef4b7af9245b66cd313791d3776 WHIRLPOOL 53567d6ee0a0863d3fb4db28f56cf1208aae5c75034f856bb567d344d500961bb0809c4a061341de789ab02920e455bc881e8a56201c3c4a5abec7d33d565f0b
MISC metadata.xml 170 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 SHA512 c011e0dc20997640fdaf4dbdd0493106446df3ff753040a8ffc638cea0512a535bce9e1c4d2969e708993529c473d9dc17c59804c15a0eee2b0a7e9854b65143 WHIRLPOOL b33b91daccf2a989c728257c6372f7f8a7481bd72af841bf3c76e6625750d6f5e0d31c942fe88368fc016edcc5be954656c488b6d44ea00e4fe0caaec1bdd41e

View File

@@ -1,6 +0,0 @@
NOVELL_EDIR_DIR=/opt/novell/sentinelpa
PATH=/opt/novell/sentinelpa/bin
ROOTPATH=/opt/novell/sentinelpa/bin:/opt/novell/sentinelpa/sbin
MANPATH=/opt/novell/man
LDPATH=/opt/novell/sentinelpa/lib
PRELINK_PATH_MASK=/opt/novell/sentinelpa/lib:/opt/novell/sentinelpa/bin:/opt/novell/sentinelpa/sbin

View File

@@ -1,5 +0,0 @@
NOVELL_EDIR_DIR=/opt/novell/sentinelpa
PATH=/opt/novell/sentinelpa/bin
ROOTPATH=/opt/novell/sentinelpa/bin:/opt/novell/sentinelpa/sbin
LDPATH=/opt/novell/sentinelpa/lib64:/opt/novell/sentinelpa/lib64/nds-modules
PRELINK_PATH_MASK=/opt/novell/sentinelpa/lib64:/opt/novell/sentinelpa/lib32:/opt/novell/sentinelpa/bin:/opt/novell/sentinelpa/sbin

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>maintainer-wanted</herd>
</pkgmetadata>

View File

@@ -1,21 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Novell Gentoo Env Files"
HOMEPAGE="http://n4g.mars.arge.at"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
src_install() {
if use x86
then
doenvd "${FILESDIR}"/80novell-sentinelpa
elif use amd64
then
doenvd "${FILESDIR}"/80novell64-sentinelpa
fi
}

View File

@@ -1,12 +0,0 @@
# ChangeLog for net-nds/novell-sentinelplatformagent
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
18 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
novell-sentinelplatformagent-1.0.0.15.ebuild:
correct depend
18 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
+novell-sentinelplatformagent-1.0.0.15.ebuild, +metadata.xml:
bump to 8.8

View File

@@ -1,5 +0,0 @@
DIST eDirectory_88SP5_Linux_i586.tar.gz 92524434 SHA256 891447378202d3822b8de1599086994fee9e186c58e06d561ca4a0c855c4b4ea
DIST eDirectory_88SP5_Linux_x86_64.tar.gz 96059884 SHA256 7f4d46594909b46f11dc3a5e62a283e8fb8da9bb93e9fbcb02420ca004098092
EBUILD netiq-sentinelplatformagent-1.0.0.15.ebuild 2606 SHA256 c446c49ee25cf712331be05810e65f5a8f35d42163f29ba6e99fda5b1ca6f676 SHA512 a81d27adb07a917fd7713b359bebee3edf6137619f3cf4e0468e0dbc4bf89e70228b6b7786042df7831d9f01780c35ec81b921e546aa11f2cb95d7348b10c337 WHIRLPOOL 7658313e0e077d01ddc95e116df63e77203bf09ed0b2d17a871026beb7cd1bce451c9400b4d46bef5f71ce1512aae8285fa2755af5d7b711afd1a18979372d4d
MISC ChangeLog 384 SHA256 a34911d0a6b1ff2141cc0ac700f4c0d67b9a24a4db23d9d22027d30eb0799fd2 SHA512 d52f0770ef77249d4a73097184b2f4890afddad90c5e413d004569162df5781b1f8c594e4900e21375e8c9580a497fcba4f0634de259fadd6a0c09d340d0990d WHIRLPOOL c7de0d8e05467531f8b29cd05fba3cc33cce5a0d359517e98517f88cc760a95349791a221dc0a0ec7e053df058a8f55b27e2f1219d8b6affbc385b6edd6904cd
MISC metadata.xml 170 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 SHA512 c011e0dc20997640fdaf4dbdd0493106446df3ff753040a8ffc638cea0512a535bce9e1c4d2969e708993529c473d9dc17c59804c15a0eee2b0a7e9854b65143 WHIRLPOOL b33b91daccf2a989c728257c6372f7f8a7481bd72af841bf3c76e6625750d6f5e0d31c942fe88368fc016edcc5be954656c488b6d44ea00e4fe0caaec1bdd41e

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>maintainer-wanted</herd>
</pkgmetadata>

View File

@@ -1,81 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
NOVELL_BUILDID32="63eV_vS9dv4~"
NOVELL_FILE32="eDirectory_88SP5_Linux_i586.tar.gz"
NOVELL_BUILDID64="ffdH4AJgrFs~"
NOVELL_FILE64="eDirectory_88SP5_Linux_x86_64.tar.gz"
RESTRICT="mirror strip"
inherit novell eutils rpm multilib versionator
MY_PV=$(replace_version_separator 3 '-')
DESCRIPTION="Novell Sentinel Event Infrastructure"
HOMEPAGE="http://www.novell.com"
SRC_URI="x86? ( 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=""
DEPEND=""
RDEPEND="virtual/libc
net-nds/netiq-sentinelplatformagent-env"
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}
rpm_unpack ../work/eDirectory/setup/novell-Sentinelplatformagent-${MY_PV}.${narch}.rpm
}
src_compile() { :; }
src_install() {
into /opt/novell/sentinelpa/
dobin "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/sentinelpa/bin/*
dolib.so "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/sentinelpa/${nlib}/*.*
insinto /etc/opt/novell/sentinelpa/conf
doins "${WORKDIR}"/${PN}-${MY_PV}/etc/opt/novell/sentinelpa/conf/*.*
keepdir /var/opt/novell/sentinelpa/data
keepdir /var/opt/novell/sentinelpa/log
}
#pkg_postinst(){
# /usr/bin/ether
#}
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"
}