net-nds/novell-audtedirinst: Bump
(Portage version: 2.2.0_alpha67-r1/svn/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
This commit is contained in:
parent
25820ff318
commit
520b91a184
@ -1,7 +1,13 @@
|
||||
# ChangeLog for net-nds/novell-audtedirinst
|
||||
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
|
||||
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
*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>
|
||||
|
@ -1,7 +1,9 @@
|
||||
DIST eDirectory_88SP6_Linux_i586.tar.gz 108870033 RMD160 51872cce91d40352a0982659653df6376901ebe3 SHA1 7f0f7560734935f9cd153d5cf574c19fbe62b81c SHA256 92ecbe7533dc1caf27323d8109019d51afbf126e71e948ed5c2d92865618e96b
|
||||
DIST eDirectory_88SP6_Linux_x86_64.tar.gz 116347772 RMD160 a64fb0d206fa56893a2b77f7a597f260427c410e SHA1 63221a4e8cee83e779a40c02033aeca0cf0cb80b SHA256 a4055d5d3764218542f97b59b67425121aa4b05cc3a1d8e38cfd7b28d7383023
|
||||
DIST edir885_Patch2.tar.gz 306609536 RMD160 4483666615f90ba16c6996e562c4dc182c3f6f6c SHA1 b9b8b9d3659b70738674f356f0691ab7545bc7c2 SHA256 12153f6a17d69bdf3fc968c067db9bcdd284b6910738ebbdde232f5e204c11bc
|
||||
DIST edir8863.tar.gz 469034121 RMD160 5b2d24a9d0d6e1f45e02b16ec54eebff61d162d5 SHA1 405fefb7e4dc6b9a500fe97d6fb98f57e291f770 SHA256 fba97cca185d283c71245a46d8bae087d41149b2ea72da14392aa692a19ff478
|
||||
EBUILD novell-audtedirinst-8.8.5.13.ebuild 2657 RMD160 fffada2f870efc29d3fbceeba79f6a4d8a76d82c SHA1 634ef074ab1bffa062280516ec82aa968aadd06c SHA256 459362f979a65881ea3962a4e5ba515e7e75abc1533bc39316cf00d49f59cad1
|
||||
EBUILD novell-audtedirinst-8.8.6.22-r1.ebuild 2679 RMD160 7211bcc6cbb6e8461005727571d9442a57c452ca SHA1 51a3c041a4bb5008b0dcf6369a14043db5f73f95 SHA256 25cd85c5258f5c84f8b71474587fa25866fbe8b0429859354b09e9f93aeabc2e
|
||||
EBUILD novell-audtedirinst-8.8.6.22.ebuild 2706 RMD160 b06b570935844997fc06e9c1572d80c952d148c8 SHA1 847dff4fdf5b8f5a2c999ebfe3df283fa73bed56 SHA256 54e0a9fb7cf66868c9bfc5beda9b3a1ff6a7084cfbdb8e295a1744b0121872dc
|
||||
MISC ChangeLog 286 RMD160 f7d3849f2d4f809033c26437dd35ef894a421dd3 SHA1 ff57c1d2d5811eb670800a7e7c86e4e7fd72e125 SHA256 60b8ad318f5a30cdc33173d54d75d7fa39d138ef2c5798a9e7fbc5534b215a5b
|
||||
MISC ChangeLog 436 RMD160 68adba7ffdcbbc4a831649dd808a4f18bc8c94ce SHA1 c3914ece08f42319a9a3a5ba327a9c935ae873e2 SHA256 5f60480dff71f1479eac6fa5783b31dd68a2b7be4635261e952a482fbf1d94ea
|
||||
MISC metadata.xml 226 RMD160 bebcbe7a5e3d2be83c25e006192f71ebf45abb14 SHA1 ec2b713fc2363b8c51e9c164d0802eeb59d9d296 SHA256 a9d3f7df2362a9a7ddcbe05c5d97d726eeb4bab135b21643508149a08bf6a2b2
|
||||
|
@ -0,0 +1,77 @@
|
||||
# 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="!net-nds/novell-ndsmasv:0
|
||||
!net-nds/novell-ndsmasv:8.7"
|
||||
|
||||
RDEPEND="virtual/libc
|
||||
net-nds/novell-ndsserv:8.8
|
||||
net-nds/novell-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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user