change layout and depnd on new name and install requred 8.7 liebs to consoleone libdir

Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force
This commit is contained in:
Mario Fetka 2014-08-16 07:58:23 +02:00
parent 43674c9ad3
commit fbea7c44f0
4 changed files with 85 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# ChangeLog for app-admin/netiq-radius-admin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*netiq-radius-admin-2.0.1-r1 (16 Aug 2014)
16 Aug 2014; Mario Fetka <mario.fetka@gmail.com> +metadata.xml,
+netiq-radius-admin-2.0.1-r1.ebuild:
change layout and depnd on new name and install requred 8.7 liebs to
consoleone libdir

View File

@ -0,0 +1,5 @@
DIST radatr4.exe 118100 SHA256 661cfcd1da9b07acacc54008dde6a59213cf4d44cae2a2d2262a41753cd08022 SHA512 27efe78c2a4554630339ba83393b181887c4595eb7cee2645caeeb42035460da8ee311ef7fbb99e81256fa84b11960a4527b0a0308004099612d60bf5d7cd3d7 WHIRLPOOL 9e4a08140ee673b1c178ace0ab9aaa6908bd93f0d96e06d3e45e6408a9a2982f0bd9cd10f8c63f8a001e84005196795036f78f0bfd498c73a4790b8db06abba2
DIST radius.zip 994492 SHA256 06903cf40b920c0774f69b6e95ef50f18d290eb11f9403acb629c176dc063e7d SHA512 433e257a4f43b2790d5fb77cd2d060ce8fe05d14cb7b29fb6fddf2c2078d3c688c572b571b4a42761433780cbf887a488ab41c8504b7322eaaff4c334dfd00ea WHIRLPOOL 6b50402c6e9b8a229a9e9646e1596627cb372962d955c2a1a63e8f9f1924ebe105841dc38fb4d4dac565ab8a5b14801cb26f957102546ff8668309f81fdfd10d
EBUILD netiq-radius-admin-2.0.1-r1.ebuild 2117 SHA256 e4c1f4e486cae0e2dd7d213845e1f7d84517e5017cc9f730f84603c569ef8c9f SHA512 57829213dc4d4ca14d21ec39d466863660d841c76c89bde29397b3429a993bead7fc4b1b95e39ebe1f40cd598492411f4e66b30bfecd80581dd27b06fe24b35c WHIRLPOOL 537287e88effee5e0b4ffe47f30c9037d48ea00af82294343e5a1e87a50ddf7c87ae0cdd58e36b9118662c8896a63c63eb6d41c25ddd275cfc1c0b6ed3be7d04
MISC ChangeLog 369 SHA256 a7cceb95c03909a30e2e9aea26c67ed5ee25b18c4b5e739c2acdaa0ebdf81a0a SHA512 ddac3366fd6afbdb1a7d908277111896fed5e6e9c48e56319634cf7651b8108c32d751d9e95bc8ed8618e94f64aa62b3f173123ecbdfc732a710ae7fc5052072 WHIRLPOOL f22a3ed15862d0976da4db747d2ae29bf2999fcb728f4fe405ca3e11cf573ac1fcfd6eed433a77d4aa1f17ab856391ce462da42016c013e76e63910e2a788788
MISC metadata.xml 170 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 SHA512 c011e0dc20997640fdaf4dbdd0493106446df3ff753040a8ffc638cea0512a535bce9e1c4d2969e708993529c473d9dc17c59804c15a0eee2b0a7e9854b65143 WHIRLPOOL b33b91daccf2a989c728257c6372f7f8a7481bd72af841bf3c76e6625750d6f5e0d31c942fe88368fc016edcc5be954656c488b6d44ea00e4fe0caaec1bdd41e

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,65 @@
# Copyright 1999-2014 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="patchfiles/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}
http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID_1}/${NOVELL_FILE32_1}"
LICENSE="Novell-ConsoleOne-SnapIn"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=app-arch/p7zip-4.15"
RDEPEND="virtual/libc
>=virtual/jre-1.6
>=app-admin/netiq-novlc1-1.3.6_p1"
src_unpack() {
unpack ${NOVELL_FILE32}
cd ${WORKDIR}
7z x "${DISTDIR}"/radatr4.exe
}
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"
}