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:56:55 +02:00
parent 5c08e8412e
commit 5986f24355
4 changed files with 77 additions and 0 deletions

View File

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

View File

@ -0,0 +1,4 @@
DIST nfs30sp7.exe 1416961 SHA256 7adcb2d1a26edc5bb9005061ec9f4acf476c5c08c194e6deecd3208d400a8a88 SHA512 461fee6b7a2f62b68fdbea0ccc0d4620d111137a2696bbadecbdf64b906092abe2af1403599e996428e61aaad95f8700fb54c62f5594de308aa24c6aadffa710 WHIRLPOOL 52daef1f4492aaca3465db0b1dfe5837f0352014276c249ba74a976800fc907fcc9170330832c63962dcd35f185fd7999b959a8ea5430dccea738df1f626571e
EBUILD netiq-nisnfs-admin-85.00.00-r1.ebuild 1925 SHA256 41e00b8156a22f2e503762f01616b50a9ccf532c3fa6bd52370c76e116537aa0 SHA512 461947f059fd81790a96c61cf9955a0a7b299fc67517000f67f166d44ee09c6a3d6f33976f112f903da3fa9e9c5bc7ab8f6174059a37c2a69aaed85612533d98 WHIRLPOOL 6194c9da28b4724fdc02d41442417470861d8443e76adc924c85ebc78c93852c088a653c5c9d8e0c9f5ac93ba950812f9ec881cf96f1db10fb9f3fa9728a4c0f
MISC ChangeLog 375 SHA256 e92ad745df8eec207fdd723ca95e51abbc1464ecb136c96822d5b2864337adc0 SHA512 70200ede6fa55df6f47ea9fb18c8ced23b7a5f9d6319780793c23b38b401c6f773ca55632d398c0ba9fa07963fbbe9a657d541a745f09c45902db6ea3f923704 WHIRLPOOL 591ff7ca1e6c924a4604de163847e68c19732f9a6eed23dcd0f3fdf67c02983ddba31c7a168e4992edf8d4963fcbecdc73693baf4f20256e8de23fc1a3a1e1df
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,58 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
NOVELL_BUILDID="ECsStzUZ094~"
NOVELL_FILE32="patchfiles/nfs30sp7.exe"
RESTRICT="mirror strip"
inherit novell eutils java-utils-2
DESCRIPTION="Novell NDS Import/Export Assistent 85.00.00 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-arch/p7zip-4.15
app-arch/unzip"
RDEPEND="virtual/libc
>=virtual/jre-1.6
>=app-admin/netiq-novlc1-1.3.6_p1"
src_unpack() {
cd "${WORKDIR}"
7z x "${DISTDIR}"/nfs30sp7.exe
unpack ../work/nfs30sp7/Nfs30.zip
}
src_compile() { :; }
src_install() {
java-pkg_jarinto /usr/ConsoleOne/lib/nisnfs
java-pkg_dojar "${WORKDIR}"/public/mgmt/consoleone/1.2/lib/nisnfs/*.jar
java-pkg_jarinto /usr/ConsoleOne/resources/nisnfs
java-pkg_dojar "${WORKDIR}"/public/mgmt/consoleone/1.2/resources/nisnfs/*.jar
java-pkg_jarinto /usr/ConsoleOne/snapins/nisnfs
java-pkg_dojar "${WORKDIR}"/public/mgmt/consoleone/1.2/snapins/nisnfs/*.jar
insinto /usr/ConsoleOne/help
doins -r "${WORKDIR}"/public/mgmt/consoleone/1.2/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"
}