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:58 +02:00
parent 1c7ecccc33
commit 874630b981
4 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# ChangeLog for app-admin/netiq-unix-admin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*netiq-unix-admin-2.1-r1 (16 Aug 2014)
16 Aug 2014; Mario Fetka <mario.fetka@gmail.com> +metadata.xml,
+netiq-unix-admin-2.1-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 AccountManagementUnix.zip 225863 SHA256 96b3839dfb84c3243f5b6cb9d6772ba6fecff4343bc5601d6b64dae8e28fe4b8 SHA512 636ded3f54cac932dedb25c19d239a5c241aa939fd5bd254baf9b54ef25aad35ea9008440f9beb9df6282c6bf9b8e6de70fd5ce4fbc15881e37eeebb49e7b917 WHIRLPOOL 5681c0249a614d96c0d82acc579d1ddb7a59564116a87489d90fab2fcadc68522fe7208248f98200047f452327ce1dc4d6634a3818764330341b3fc171239424
EBUILD netiq-unix-admin-2.1-r1.ebuild 1632 SHA256 cce31f14dfae0aeb1cb77780838cf400e107a9b6750e4ec00eba85b27ab29467 SHA512 ca7ec9240e70bbf188ce9442675ca1c80429b1597e1f4ea25dd7615bbaae1201e767d7163d994044c0ed0e0e7c5d4cf045270750764bcdd1570135e1ed1540f9 WHIRLPOOL a9e77b3db9401b38e9c73360d7816a9158aac5599e9ed43f7110e76ea817bdd4168841197f1f9ac3c8181626c2d7b1eb2da9ece596131278a40955f6b1da2354
MISC ChangeLog 359 SHA256 bd6de6e4e0e3b2c726a140b3a465038e38b4e18e401a283831eb300098f25280 SHA512 4dc4438e49c3069f66e87c40318d13357e360decbe01275e6c91b4027a6550720586bf3d0713df4b93d85a463088552a56f39aa47ccb07e130b40f6f42ed89fc WHIRLPOOL 2e34085e1bbf8f230b26ca0cdb83e1d29d48a6eb7751f08a20fff9a0d519f9b2a1e367e6177962075cb0c305a21d3e736934afb6267a3009478abb893c8f8e24
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,53 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
NOVELL_BUILDID="BxzoOjyDOGA~"
NOVELL_FILE32="AccountManagementUnix.zip"
RESTRICT="mirror strip"
inherit novell eutils java-utils-2
DESCRIPTION="Novell Unix Account Management 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=""
RDEPEND="virtual/libc
>=virtual/jre-1.6
>=app-admin/netiq-novlc1-1.3.6_p1"
src_unpack() {
unpack ${A}
}
src_compile() { :; }
src_install() {
java-pkg_jarinto /usr/ConsoleOne/resources/unix
java-pkg_dojar "${WORKDIR}"/snapins/unixsnapins/unixSnapinRes.jar
java-pkg_jarinto /usr/ConsoleOne/snapins/unix
java-pkg_dojar "${WORKDIR}"/snapins/unixsnapins/unixsnapin.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"
}