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:53:29 +02:00
parent f17a39fb8d
commit 4b3f988393
4 changed files with 79 additions and 0 deletions

View File

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

View File

@ -0,0 +1,4 @@
DIST am21snp2.exe 271697 SHA256 dcf54d1c8b42c596eed433326be98c506e265b60ff217361932cbe04faaf195e SHA512 cbcefd1345e3a587ea5e0f5761f85a8e332ec64590ce856ee0ada3aba55cb43a53dcd8843b6f20c290b4a541bed4a39daa82e9383415741ad77b6438183c221b WHIRLPOOL 51a70d3948f1ec03810e1ee2ebd7d971c466def1056d7357d737883fe3897dbaf0f4735ae6c1484cf1ed1012ca1d4a3913acf4822e11d49adb305fbf32949d7a
EBUILD netiq-nds4nt-admin-2.01.ebuild 1789 SHA256 c1718a27c72994c64154fa8816750fb1bfb7de8b3106ca46909570479a12a1aa SHA512 e800bf0b6ee82d588a434e518def215b5e54982c8a7d7467dee574da6e3c764f34bab8fce1dbe72823f59a9b1276f345eea46a378dbbe11e134f432059a073fb WHIRLPOOL 6729359eac2e1549040363a612b1f93ee51e8c3deb0e4afe58e061c845179b1348ea147f7a0667468cc041bd06b8a57419d9f2ca9686cd6148fbd3d1873b5dc0
MISC ChangeLog 361 SHA256 03df5e979fb5cf50916a83d39bbd0fd61086638f21755b59efafd1116e2690cb SHA512 7b2ab407899cd42c8f96d25885641541e0ac540b9435db0b8bc70ee1379e9c4a6d83d6a826c535a242368c763e6a773039f1594a3b59a03be3adad87b69aeb89 WHIRLPOOL e9fc58fa95c722b1308fcd6b2664593d62c288fdc73d27bb218ff9ab4e5173274814aeb70a3d97ed41fcb6818178b22def7e16fe7bf6cdf28f2925ceb772fe9e
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,60 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
NOVELL_BUILDID="07jlDtL8vec~"
NOVELL_FILE32="patchfiles/am21snp2.exe"
RESTRICT="mirror strip"
inherit novell eutils java-utils-2
DESCRIPTION="Novell Account Manager 2.01 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"
RDEPEND="virtual/libc
>=virtual/jre-1.6
>=app-admin/netiq-novlc1-1.3.6_p1"
src_unpack() {
cd "${WORKDIR}"
#unpack ${A}
7z x "${DISTDIR}"/am21snp2.exe
}
src_compile() { :; }
src_install() {
has_multilib_profile && ABI="x86"
java-pkg_jarinto /usr/ConsoleOne/lib/nds4nt
java-pkg_dojar "${WORKDIR}"/lib/nds4nt/*.jar
java-pkg_jarinto /usr/ConsoleOne/resources/nds4nt
java-pkg_dojar "${WORKDIR}"/resources/nds4nt/*.jar
java-pkg_jarinto /usr/ConsoleOne/snapins/nds4nt
java-pkg_dojar "${WORKDIR}"/snapins/nds4nt/*.jar
into /usr/ConsoleOne
dolib "${WORKDIR}"/bin/*
}
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"
}