Move to root

This commit is contained in:
Mario Fetka
2012-01-14 09:45:05 +01:00
parent d884fb4a6d
commit 5253d3ea35
482 changed files with 0 additions and 578 deletions

View File

@@ -0,0 +1,8 @@
# ChangeLog for net-nds/novell-audtplatformagent-env
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
29 Dec 2010; Mario Fetka <mario.fetka@gmail.com> files/80novell-naudit,
files/80novell64-naudit, metadata.xml:
initialcheckin

View File

@@ -0,0 +1,5 @@
AUX 80novell-naudit 262 RMD160 8a74880cf4e83a390e39cb32fa879e85a1995302 SHA1 4f33bf84762c157e6d8751156343700ccd05f2d9 SHA256 08d76f0ec3cd4a59313d61f2a8441ced4c70495dff8bbc15d86874d0881c1ac4
AUX 80novell64-naudit 304 RMD160 23136044523d6d0c27675b88d4638b149b577283 SHA1 7e587730d0c69320aa9db2bf45546d927866c795 SHA256 817d7b991704ed7915bdb4797a2a830cb36ae94925926fb809fe7fd20ad3dab3
EBUILD novell-audtplatformagent-env-0.ebuild 400 RMD160 dd04632c9e1c3badd1411ebe1711d018841da247 SHA1 692ac0ee2c47c15eb4e910473e8c77672a998266 SHA256 7d49578b4a91c3c2693c6a004e57cfc0976e9d68b2c3ef8f8b96143f613c8863
MISC ChangeLog 270 RMD160 63b38337e87c5afc38fddb9cad9f342c7da1d22d SHA1 d909c9c0b6d2556482efba0173eb67f3086e4cd6 SHA256 8a50918745be596002111a05e38d52d605b8ee33b47b0977018f1528b5aaf88f
MISC metadata.xml 226 RMD160 bebcbe7a5e3d2be83c25e006192f71ebf45abb14 SHA1 ec2b713fc2363b8c51e9c164d0802eeb59d9d296 SHA256 a9d3f7df2362a9a7ddcbe05c5d97d726eeb4bab135b21643508149a08bf6a2b2

View File

@@ -0,0 +1,6 @@
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

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

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,21 @@
# 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-naudit
elif use amd64
then
doenvd "${FILESDIR}"/80novell64-naudit
fi
}