app-admin/novell-ndssice: Bump

This commit is contained in:
geos_one 2008-11-03 16:06:01 +00:00
parent c20d9120ca
commit ac283e40e9
3 changed files with 87 additions and 1 deletions

View File

@ -2,6 +2,10 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
03 Nov 2008; Mario Fetka <mario.fetka@gmail.com>
+novell-ndssice-8.7.0_p1-r6.ebuild:
Bump
26 Aug 2008; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
Redigest

View File

@ -1,4 +1,5 @@
DIST c1_136h-linux.tar.gz 41771356 RMD160 0c2b8ac9309962492936a5c988ec519103bad0f2 SHA1 de6525532a5b89b0872c129a54bb82e8f2e08aec SHA256 481c20119c0d84659a25a5f79e32740b27c7ffa69d4ac1ce810aeebbae211a2b
EBUILD novell-ndssice-8.7.0_p1-r5.ebuild 3302 RMD160 8be9c8e584fa607de6d2379decce28966a938d61 SHA1 0899dab3daafb86efe15240719bd7e6af87a5493 SHA256 4960aa2df606aeaad61500724e207d3eee71dba8800107eda5d399e2002f3931
MISC ChangeLog 1589 RMD160 c5d8370335f7284f3be154f9153c2f2352f038fd SHA1 977ee979deff8b8d9e3b14d043b26dc307b63638 SHA256 4f6977e5ae4626a3251b82f01f7ec827366e0cf7525d3810bc12401a9129179e
EBUILD novell-ndssice-8.7.0_p1-r6.ebuild 3278 RMD160 bb0020166bb099373f65bc97bd25e28f32a8f54d SHA1 61780d95436215b94f9b6b59b31ff769ebd966f6 SHA256 9b6365d336e08ee7548ba37a5baed5fc48a89b589b68d0a7bf100f5d5a4b242d
MISC ChangeLog 1686 RMD160 bb42d57c0da28b4327dc078b483e86037fcc5161 SHA1 a53b7d3f81e7c095ed402103b1d27ac49faaf9bc SHA256 66d217db065c46c15224d68ee18c35c69ba8fb021339a94ce4a182f067208bdb
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

View File

@ -0,0 +1,81 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="1"
NOVELL_BUILDID="-a_gSRIUOK0~"
NOVELL_FILE32="c1_136h-linux.tar.gz"
RESTRICT="mirror strip"
inherit novell eutils rpm java-utils-2
MY_PV="${PV/_p/-}"
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"
IUSE="linguas_de linguas_es linguas_fr linguas_it linguas_ja linguas_pt linguas_ru"
DEPEND=""
RDEPEND="virtual/libc
>=virtual/jdk-1.4
>=app-admin/novell-novlc1-1.3.6_p1
net-nds/novell-novlice:8.7
net-nds/novell-ndsbase:8.7
net-nds/novell-novllmgnt:8.7
net-nds/novell-novlxis:8.7"
src_unpack() {
unpack ${A}
mkdir -p "${WORKDIR}"/${PN}-${MY_PV}
cd ${PN}-${MY_PV}
rpm_unpack "${WORKDIR}"/Linux/NDSsice-${MY_PV}.i386.rpm
use linguas_de && rpm_unpack "${WORKDIR}"/Linux/NDSsice_de-${MY_PV}.i386.rpm
use linguas_es && rpm_unpack "${WORKDIR}"/Linux/NDSsice_es-${MY_PV}.i386.rpm
use linguas_fr && rpm_unpack "${WORKDIR}"/Linux/NDSsice_fr-${MY_PV}.i386.rpm
use linguas_it && rpm_unpack "${WORKDIR}"/Linux/NDSsice_it-${MY_PV}.i386.rpm
use linguas_pt && rpm_unpack "${WORKDIR}"/Linux/NDSsice_pt-${MY_PV}.i386.rpm
use linguas_ru && rpm_unpack "${WORKDIR}"/Linux/NDSsice_ru-${MY_PV}.i386.rpm
}
src_compile() { :; }
src_install() {
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/*
into /usr/ConsoleOne
dolib.so "${WORKDIR}"/${PN}-${MY_PV}/usr/lib/*
}
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"
}