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

This commit is contained in:
geos_one 2009-12-18 17:08:09 +00:00
parent 327afa46bc
commit 6f3cb34e58
3 changed files with 34 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
AUX 80novell-sentinelpa 292 RMD160 965702d0cb286cb93681c429365767b484fa867d SHA1 84fda04a14b61fe604d2e1f67b8759c6a91e13dc SHA256 fa4d95a57a774469ef70a212d36e40ed9f52221b60c61cebd2a55f86ae1cccbe
AUX 80novell64-sentinelpa 342 RMD160 bcdeda8d2883945e85f123b8ec55bc1d411bc8a0 SHA1 93aa2cb73ab7051d1bc04b0314ac9a7a1417535d SHA256 6a95d89ee4f1f288056f5bd0d03a84f4d6c2a7aaf00aa0c2bf17851e2961966d
EBUILD novell-sentinelplatformagent-env-0.ebuild 408 RMD160 7574cff3651314c583ebfea0817537ceb1b2e893 SHA1 76dd1560df98c32d919c566c6921e9ec6d818b51 SHA256 44a39176f69ccf6b2bcbe89bf66be9575d7d7370e46ce02e67329b8760e934e4
MISC ChangeLog 257 RMD160 9e2a51771ebcbf15509b3db4d1c3a8991f29770e SHA1 c8c039ef12605b4d3b6719540f42913a72d50d1f SHA256 359f012c79627c14ab71816b13b68d552a415487728929fe71680242576e10a7
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

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