net-nds/novell-xtier-env: create a new gentoo specifc package to work around file collitons

This commit is contained in:
geos_one 2008-08-28 20:59:13 +00:00
parent 316941e6fa
commit 2ef34999ba
6 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,8 @@
# ChangeLog for net-nds/novell-xtier-env
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
28 Aug 2008; Mario Fetka <mario.fetka@gmail.com> +files/80novell-xtier,
+files/80novell-xtier64, +metadata.xml, +novell-xtier-env-0.ebuild:
create a new gentoo specifc package to work around file collitons

View File

@ -0,0 +1,5 @@
AUX 80novell-xtier 183 RMD160 c342ca807d858c64adf5e2808ab13abcc1524764 SHA1 01987259189cca71e36d1e4ee2f7c507b9ac1b9d SHA256 201cf6aeb826faf7ddd8ba99ff4847a686b23ca9821c0fde9e15c1b20bfb72d3
AUX 80novell-xtier64 235 RMD160 071cc960a1640aa0eabfeada645bd71ca0ab7d3f SHA1 c64833bb3595325b434f8fd42b13a09ba50af3af SHA256 fbcd1066d8419e61386b90583ebe08bee8370e97daa22761f8376cda81827281
EBUILD novell-xtier-env-0.ebuild 404 RMD160 f7cb97a2bf746ec605115a07b92bdbc13a6ebadc SHA1 74c01c3f1acbc5cd1fd2ba7b6b2ed4a0bf2326fe SHA256 98c5ed2d16b59b4fbe1a789ca5f819385d730176c311ae515b20fcd0174a0042
MISC ChangeLog 338 RMD160 330c60e2e937769cac8ff2638e73d17dcb73aa82 SHA1 c71494b2e22457c007efe60feef28f0385594532 SHA256 80b3c9a1623d962213afd9d4ac94c41d1a3f3f16d4057a28442fe941c3effec2
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

View File

@ -0,0 +1,5 @@
NOVELL_XTIER_DIR=/opt/novell/xtier
PATH=/opt/novell/xtier/bin
ROOTPATH=/opt/novell/xtier/bin
LDPATH=/opt/novell/xtier/lib
PRELINK_PATH_MASK=/opt/novell/xtier/lib:/opt/novell/xtier/bin

View File

@ -0,0 +1,5 @@
NOVELL_XTIER_DIR=/opt/novell/xtier
PATH=/opt/novell/xtier/bin
ROOTPATH=/opt/novell/xtier/bin
LDPATH=/opt/novell/xtier/lib32:/opt/novell/xtier/lib64
PRELINK_PATH_MASK=/opt/novell/xtier/lib32:/opt/novell/xtier/lib64:/opt/novell/xtier/bin

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-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Novell Xtier 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-xtier
elif use amd64
then
doenvd "${FILESDIR}"/80novell-xtier64
fi
}