Move to root
This commit is contained in:
33
app-admin/novell-nmas-admin/ChangeLog
Normal file
33
app-admin/novell-nmas-admin/ChangeLog
Normal file
@@ -0,0 +1,33 @@
|
||||
# ChangeLog for app-admin/novell-consoleone-nmas-snapin
|
||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
19 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
novell-nmas-admin-2.0.1.ebuild:
|
||||
add block on old name
|
||||
|
||||
19 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+novell-nmas-admin-2.0.1.ebuild,
|
||||
-novell-consoleone-nmas-snapin-2.0.1.ebuild:
|
||||
rename to new novell style name
|
||||
|
||||
04 May 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
novell-consoleone-nmas-snapin-2.0.1.ebuild:
|
||||
add amd64
|
||||
|
||||
26 Aug 2008; Mario Fetka <mario.fetka@gmail.com>
|
||||
novell-consoleone-nmas-snapin-2.0.1.ebuild:
|
||||
Repoman cleanup & delete old
|
||||
|
||||
03 Nov 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
novell-consoleone-nmas-snapin-2.0.1.ebuild:
|
||||
correct typo
|
||||
|
||||
03 Nov 2007; Mario Fetka <mario-fetka@gmx.at> +metadata.xml,
|
||||
novell-consoleone-nmas-snapin-2.0.1.ebuild:
|
||||
add new download system
|
||||
|
||||
22 Apr 2007; Mario Fetka <mario-fetka@gmx.at>
|
||||
+novell-consoleone-nmas-snapin-2.0.1.ebuild:
|
||||
Initial nmas snapin
|
||||
|
||||
4
app-admin/novell-nmas-admin/Manifest
Normal file
4
app-admin/novell-nmas-admin/Manifest
Normal file
@@ -0,0 +1,4 @@
|
||||
DIST nmassnapins.zip 526315 RMD160 be3574b1f783eebd632135eeb91f5e917080f7d0 SHA1 d93793b6d2bec9ca9c4c1765b0e982d2b9f372af SHA256 7f37bb180989a2f35a9612cb89b42edfa0d4f1a0ad37005a0a0348fd44d60bcf
|
||||
EBUILD novell-nmas-admin-2.0.1.ebuild 1741 RMD160 b8f1c537d4ad36312dd0e833ccdc1bbdd96d1881 SHA1 fd239e8e48812e114c0c00f86bd6031c90fd5f19 SHA256 b0c7fd79c3036107623b01ab075bef2eb626de4578a60789a78396a95e4901bd
|
||||
MISC ChangeLog 1021 RMD160 1800c81cd6d4b5903f5ae67d0421b8a2da4a2855 SHA1 0aecf4b9c40a2cebf0389f0d674e49e3552c227d SHA256 ef969c581e4fb041a950c60f8c043a082bf226a854db2a10a288f16ed623daae
|
||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
||||
5
app-admin/novell-nmas-admin/metadata.xml
Normal file
5
app-admin/novell-nmas-admin/metadata.xml
Normal 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>
|
||||
55
app-admin/novell-nmas-admin/novell-nmas-admin-2.0.1.ebuild
Normal file
55
app-admin/novell-nmas-admin/novell-nmas-admin-2.0.1.ebuild
Normal file
@@ -0,0 +1,55 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
NOVELL_BUILDID="2twa33-Wteo~"
|
||||
NOVELL_FILE32="nmassnapins.zip"
|
||||
RESTRICT="mirror strip"
|
||||
|
||||
inherit novell eutils java-utils-2
|
||||
|
||||
DESCRIPTION="Novell Modular Authentication Services 2.0 Snap-in"
|
||||
HOMEPAGE="http://www.novell.com"
|
||||
SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID}/${NOVELL_FILE32}"
|
||||
|
||||
LICENSE="Novell-ConsoleOne-SnapIn"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="!app-admin/novell-consoleone-nmas-snapin"
|
||||
|
||||
RDEPEND="virtual/libc
|
||||
>=virtual/jdk-1.4
|
||||
>=app-admin/novell-novlc1-1.3.6_p1"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
java-pkg_jarinto /usr/ConsoleOne/lib/nmas
|
||||
java-pkg_dojar "${WORKDIR}"/lib/security/*.jar
|
||||
java-pkg_jarinto /usr/ConsoleOne/resources/nmas
|
||||
java-pkg_dojar "${WORKDIR}"/resources/security/*.jar
|
||||
java-pkg_jarinto /usr/ConsoleOne/snapins/nmas
|
||||
java-pkg_dojar "${WORKDIR}"/snapins/security/*.jar
|
||||
insinto /usr/ConsoleOne/help
|
||||
doins -r "${WORKDIR}"/help/*
|
||||
}
|
||||
|
||||
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"
|
||||
}
|
||||
Reference in New Issue
Block a user