net-nds/novell-edir-env: initial checkin

This commit is contained in:
geos_one 2009-12-12 19:22:11 +00:00
parent 02e3e2acc9
commit c676cf9184
6 changed files with 51 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
AUX 80novell-edir 292 RMD160 01aed930b650d241b026c8d15df8aaeda147dac2 SHA1 98017e9f0a6cfb6d662c3960fd8be702deb09f79 SHA256 3254c1ae815ef68a4652737e9d4cfa5c8eb0deb01a85b7e697f7a350d6f1cef6
AUX 80novell64-edir 354 RMD160 cede7d88176a3e7bf92f96c145fefe6e31338d1c SHA1 adcd03808420ae0a8e7e85a7347a3cab4ac4045d SHA256 3085512f2c552607a08daeed7748613ee15e8557e60850580f0264564b02a8a9
EBUILD novell-edir-env-0.ebuild 396 RMD160 3d940ccb4ea6168a0b402d0159a4cc177fa9656e SHA1 21d71eca54eb4dd75230c260463d4f8f7e1ccbbd SHA256 00c6027101d3e6e48c3d2bb4406516f62445a549d899bca9c29b943d266c8507
MISC ChangeLog 284 RMD160 3f0219526e04774d43cae66d31104396ee15a8a9 SHA1 34adb43985e2fd95fade6dccb5c5a6c15b82ec09 SHA256 fa2da9603d8d840a7ecd6b1e41ab6a4f89f95e620c6be4a6574048cb1e307a9d
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

View File

@ -0,0 +1,6 @@
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
PRELINK_PATH_MASK=/opt/novell/eDirectory/lib:/opt/novell/eDirectory/bin:/opt/novell/eDirectory/sbin

View File

@ -0,0 +1,6 @@
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/lib64:/opt/novell/eDirectory/lib32
PRELINK_PATH_MASK=/opt/novell/eDirectory/lib64:/opt/novell/eDirectory/lib32:/opt/novell/eDirectory/bin:/opt/novell/eDirectory/sbin

View File

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

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