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:54:21 +02:00
parent 69ad4e3512
commit 9ec2b8208c
4 changed files with 101 additions and 0 deletions

View File

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

View File

@ -0,0 +1,4 @@
DIST gw12.0.2_full_linux_multi.tar.gz 769427891 SHA256 0239d8b01361d6b272dfb2bec35f78b029e16b9df8d5252f85d5ad9eaa8e4f36 SHA512 bff0b71c9814af02e3119f9b435ba68f09cd3ab89ada3ebf2d6baf07433d222f4a3c0120e4167dec1e0f4075909a35b80361799e57681910e735c911744aac19 WHIRLPOOL fec027bf6e452c0190d54c0ffcfd68ee2682fc995d39b2579726ce39fab1376001dbb9a637808f98a50b2dbbd5d96590b3423b37a5e3f75c0fc394f00188f065
EBUILD netiq-ndssice-8.7.0.1.ebuild 3595 SHA256 7649ad8337d6e5a2360cf1496f6f2cdd1b410430d159b41d907a067212d98743 SHA512 a3ef42fd60cc3f7d79cf9b3eba499440102503c45af1ca7ebeb3805e3ce258e827c151fa9521f540dab1e1b8d9ab64cd19e27dd24ca35c1ebb0bb4c4a79be91b WHIRLPOOL 1c3b56d4f3e890eb4b1cdb41270566a8f511227d0d80bf2992ef56e2700f7cca8db01ef723519d65a7263c24c550f341dd2cb87dba62ad0aa1871f0885fb989c
MISC ChangeLog 352 SHA256 721e007f80a187c8d3869c7643e4e52e33820fe4f8630be4fc29ddc30ca2c7a6 SHA512 7f0e4bef652438ed315edd39e8267453a3c73e533f94945943f1468824738e24bf55a1ca857601786a67f89de9ce58fdd1f5453d28e721ea75038cf128e8bb04 WHIRLPOOL 4efccd8833eed925df3e3d6c0c0fdd0004dc6135b2bfcf5058d76cbd0a1a4f1fc57f3136b460b1335ff0ac7f13e9221df9e062c697682f85273fbe7e1bd388e6
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,82 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
NOVELL_BUILDID="23yZ-f32-A0~"
NOVELL_FILE32="patchfiles/gw12.0.2_full_linux_multi.tar.gz"
GWVERSION="12.0.2-108211"
RESTRICT="mirror strip"
inherit novell eutils rpm java-utils-2 versionator
MY_PV=$(replace_version_separator 3 '-')
DESCRIPTION="Novell NDS ICE ConsoleOne Snapins"
HOMEPAGE="http://www.novell.com"
SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID}/${NOVELL_FILE32}"
LICENSE="Novell-eDir-87"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="linguas_de linguas_es linguas_fr linguas_it linguas_ja linguas_pt linguas_ru"
DEPEND=""
RDEPEND="virtual/libc
>=virtual/jre-1.6
>=app-admin/netiq-novlc1-1.3.6_p1
net-nds/netiq-novlice:8.7
net-nds/netiq-ndsbase:8.7
net-nds/netiq-novllmgnt:8.7
net-nds/netiq-novlxis:8.7"
src_unpack() {
unpack ${A}
mkdir -p "${WORKDIR}"/${PN}-${MY_PV}
cd ${PN}-${MY_PV}
rpm_unpack ../work/gw${GWVERSION}_full_linux_multi/consoleone/Linux/NDSsice-${MY_PV}.i386.rpm
use linguas_de && rpm_unpack ../work/gw${GWVERSION}_full_linux_multi/consoleone/Linux/NDSsice_de-${MY_PV}.i386.rpm
use linguas_es && rpm_unpack ../work/gw${GWVERSION}_full_linux_multi/consoleone/Linux/NDSsice_es-${MY_PV}.i386.rpm
use linguas_fr && rpm_unpack ../work/gw${GWVERSION}_full_linux_multi/consoleone/Linux/NDSsice_fr-${MY_PV}.i386.rpm
use linguas_it && rpm_unpack ../work/gw${GWVERSION}_full_linux_multi/consoleone/Linux/NDSsice_it-${MY_PV}.i386.rpm
use linguas_pt && rpm_unpack ../work/gw${GWVERSION}_full_linux_multi/consoleone/Linux/NDSsice_pt-${MY_PV}.i386.rpm
use linguas_ru && rpm_unpack ../work/gw${GWVERSION}_full_linux_multi/consoleone/Linux/NDSsice_ru-${MY_PV}.i386.rpm
}
src_compile() { :; }
src_install() {
has_multilib_profile && ABI="x86"
java-pkg_jarinto /usr/ConsoleOne/snapins/ice
java-pkg_dojar "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/snapins/ice/icewiz.jar
if use linguas_de || use linguas_es || use linguas_fr || use linguas_it || use linguas_pt || use linguas_ru ; then
java-pkg_jarinto /usr/ConsoleOne/resources/ice
use linguas_de && java-pkg_dojar "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/snapins/ice/*_de.jar
use linguas_es && java-pkg_dojar "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/snapins/ice/*_es.jar
use linguas_fr && java-pkg_dojar "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/snapins/ice/*_fr.jar
use linguas_it && java-pkg_dojar "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/snapins/ice/*_it.jar
use linguas_pt && java-pkg_dojar "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/snapins/ice/*_pt.jar
use linguas_ru && java-pkg_dojar "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/snapins/ice/*_ru.jar
fi
insinto /usr/ConsoleOne/help
doins -r "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/help/*
insinto /usr/ConsoleOne/bin
doins "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/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"
}