app-admin/novell-consoleone-radius-snapin: add radius.atr file to make the plugin happy
This commit is contained in:
parent
bed5a89b1e
commit
3491ae76c8
@ -2,6 +2,12 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
*novell-consoleone-radius-snapin-2.0.1-r1 (30 Aug 2009)
|
||||
|
||||
30 Aug 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+novell-consoleone-radius-snapin-2.0.1-r1.ebuild:
|
||||
add radius.atr file to make the plugin happy
|
||||
|
||||
04 May 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
novell-consoleone-radius-snapin-2.0.1.ebuild:
|
||||
add amd64
|
||||
|
@ -1,4 +1,6 @@
|
||||
DIST radatr4.exe 118100 RMD160 d848d8d79989213deb132e1e267e53a3e9939ded SHA1 78598a267fec38b1735524dd8f01207116a4f1e3 SHA256 661cfcd1da9b07acacc54008dde6a59213cf4d44cae2a2d2262a41753cd08022
|
||||
DIST radius.zip 994492 RMD160 b5e713f7b4c93356ec77e60712fbe352c13aed63 SHA1 5c2d6988743d648bda39fe249c8d9bd44c1cf0f9 SHA256 06903cf40b920c0774f69b6e95ef50f18d290eb11f9403acb629c176dc063e7d
|
||||
EBUILD novell-consoleone-radius-snapin-2.0.1-r1.ebuild 2085 RMD160 12b7722b1882fbc3b175e410c35a406a6ef9ce5a SHA1 9822b4bf93d9c0fcfcfb52fecf342fe1ea2c1879 SHA256 d2e5647aa54378fafac061258d956ceb8ca4d8ed9e9eac0a41b48eb2e1508584
|
||||
EBUILD novell-consoleone-radius-snapin-2.0.1.ebuild 1656 RMD160 0b93dc99d84f593ee560f2b7e8affb6d2f158300 SHA1 315f932c0acd6cfd461ad8ddd4360fe7f83f064f SHA256 c508686bae6a2a0976fc617d08fbee12720408e0838e60f9313ffb98cad27f1e
|
||||
MISC ChangeLog 645 RMD160 9b401487629f994fcafa61411476dca3a7bf27bc SHA1 dbbe525c19b8b6ee094d306c660cc61aab0e3d09 SHA256 2bf95465cfb821848ab87764d9aac413409b30dd99fff7226dc22db46c39a5cf
|
||||
MISC ChangeLog 853 RMD160 0467e421351b139093a3f36b52236e97f155bbc2 SHA1 23a067c7b842204aeb18176623d24470c7b0fd24 SHA256 c6ab8ee8adb3aa0a60a6b29ea59b5acae1f9f996d4757acd9be6590fd3e43b4f
|
||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
||||
|
@ -0,0 +1,64 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
NOVELL_BUILDID="2twa33-Wteo~"
|
||||
NOVELL_FILE32="radius.zip"
|
||||
NOVELL_BUILDID_1="nKXUBz8BHNI~"
|
||||
NOVELL_FILE32_1="radatr4.exe"
|
||||
RESTRICT="mirror strip"
|
||||
|
||||
inherit novell eutils java-utils-2
|
||||
|
||||
DESCRIPTION="Novell RADIUS Snap-in"
|
||||
HOMEPAGE="http://www.novell.com"
|
||||
SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID}/${NOVELL_FILE32}"
|
||||
SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID_1}/${NOVELL_FILE32_1}"
|
||||
|
||||
LICENSE="Novell-eDir-87"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=app-arch/p7zip-4.15"
|
||||
|
||||
RDEPEND="virtual/libc
|
||||
>=virtual/jdk-1.4
|
||||
>=app-admin/novell-novlc1-1.3.6_p1"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${NOVELL_FILE32}
|
||||
7z x ${NOVELL_FILE32_1}
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
java-pkg_jarinto /usr/ConsoleOne/lib/radius
|
||||
java-pkg_dojar ${WORKDIR}/lib/security/*.jar
|
||||
java-pkg_jarinto /usr/ConsoleOne/resources/radius
|
||||
java-pkg_dojar ${WORKDIR}/resources/security/*.jar
|
||||
java-pkg_jarinto /usr/ConsoleOne/snapins/radius
|
||||
java-pkg_dojar ${WORKDIR}/snapins/security/*.jar
|
||||
insinto /usr/ConsoleOne/help
|
||||
doins -r ${WORKDIR}/help/*
|
||||
insinto /usr/ConsoleOne/bin
|
||||
newins ${WORKDIR}/Radius.atr radius.atr
|
||||
}
|
||||
|
||||
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 " - ${NOVELL_FILE32_1}"
|
||||
einfo "from http://download.novell.com/Download?buildid=${NOVELL_BUILDID_1}"
|
||||
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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user