This commit is contained in:
Mario Fetka
2014-08-16 09:01:13 +02:00
parent ab666604a2
commit 4492b6ea57
182 changed files with 7524 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# ChangeLog for net-nds/novell-audtedirinst
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
26 Oct 2011; Mario Fetka <mario.fetka@gmail.com>
-novell-audtedirinst-8.8.5.13.ebuild, novell-audtedirinst-8.8.6.22.ebuild,
-novell-audtedirinst-8.8.6.22-r1.ebuild:
Cleanup
*novell-audtedirinst-8.8.6.22-r1 (26 Oct 2011)
26 Oct 2011; Mario Fetka <mario.fetka@gmail.com>
+novell-audtedirinst-8.8.6.22-r1.ebuild:
Bump
*novell-audtedirinst-8.8.6.22 (29 Dec 2010)
29 Dec 2010; Mario Fetka <mario.fetka@gmail.com>
+novell-audtedirinst-8.8.6.22.ebuild, metadata.xml:
bump

View File

@@ -0,0 +1,4 @@
DIST edir8863.tar.gz 469034121 SHA256 fba97cca185d283c71245a46d8bae087d41149b2ea72da14392aa692a19ff478
EBUILD netiq-audtedirinst-8.8.6.22.ebuild 2623 SHA256 c4a869ead35c1054aa53b88dbb4234efbf19a96440adc7e4111a74ecd3e5956a SHA512 ce69e1ee850d554c5e6ec545fa8970c41216b611d5ccd2543d7fd2d6c9676fd8fda5fc23f4f4249e303c938621bd783dfe49e21089b9ce076a93f85de9f9c1fa WHIRLPOOL 68055c33a19f155bdbd60a4c7cb2c3fefd43fcb9010776cdbd05b2eb22da92162592c89845b75ed26d078bca0449a803911ff27f49fa72ca701513513588c9cc
MISC ChangeLog 618 SHA256 618d66f1060a928e58d67ef44651c9cfd158a4edb1a78bdd04f6f7e3cafcfef2 SHA512 7460b1fc1cfd0c2cb57e84722a8c7ba482ac685e746ce481503d213848dc2a844070e713456bb93743e2ad0cce151f0db70de16c7d86f8c20f19ee84fde2a551 WHIRLPOOL 488cb54b1759304ec4b727dbde65e10de9d917ab0e75d31662458fc524f8fc1bbe3eb55f7d42dd82f70d52023ab9317fc3561ae2f129fd95bfd96de983da2ef8
MISC metadata.xml 226 SHA256 a9d3f7df2362a9a7ddcbe05c5d97d726eeb4bab135b21643508149a08bf6a2b2 SHA512 5912920d8f6e9ee5126fb0aaa5717a562feb009cc59b759c6a6eaa909900b19e95e51e3aa7f32fdf2e77073b19878830b97947148e3adeff3b49e7555cfe29e9 WHIRLPOOL c07e2ddb648893f1e9c422e07b0b73a6d0f7e1c9501200b6fcc9d25fe68c3b05fe4f3523e6844067eeca6969973a44004e1ba8a6fa725591a1916648bd2d4834

View File

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

View File

@@ -0,0 +1,76 @@
# 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"
}