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:
parent
b564fdc69d
commit
b9e139ec7c
10
app-admin/netiq-ndssslp/ChangeLog
Normal file
10
app-admin/netiq-ndssslp/ChangeLog
Normal file
@ -0,0 +1,10 @@
|
||||
# ChangeLog for app-admin/netiq-ndssslp
|
||||
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
*netiq-ndssslp-8.7.0.1-r1 (16 Aug 2014)
|
||||
|
||||
16 Aug 2014; Mario Fetka <mario.fetka@gmail.com> +metadata.xml,
|
||||
+netiq-ndssslp-8.7.0.1-r1.ebuild:
|
||||
change layout and depnd on new name and install requred 8.7 liebs to
|
||||
consoleone libdir
|
4
app-admin/netiq-ndssslp/Manifest
Normal file
4
app-admin/netiq-ndssslp/Manifest
Normal file
@ -0,0 +1,4 @@
|
||||
DIST gw12.0.2_full_linux_multi.tar.gz 769427891 SHA256 0239d8b01361d6b272dfb2bec35f78b029e16b9df8d5252f85d5ad9eaa8e4f36 SHA512 bff0b71c9814af02e3119f9b435ba68f09cd3ab89ada3ebf2d6baf07433d222f4a3c0120e4167dec1e0f4075909a35b80361799e57681910e735c911744aac19 WHIRLPOOL fec027bf6e452c0190d54c0ffcfd68ee2682fc995d39b2579726ce39fab1376001dbb9a637808f98a50b2dbbd5d96590b3423b37a5e3f75c0fc394f00188f065
|
||||
EBUILD netiq-ndssslp-8.7.0.1-r1.ebuild 2170 SHA256 c63bba93ea0655c8a7e813302d95c1920b4ee4e097efce219390752803bd58fa SHA512 43a985cfe471d098420f1b31674b5f00a21bfa5c993067847e71e1f6f4b77e7a42d968028e2566995da8b72e64a4ea9563f2102ce267bd85923872c5a0ebe76a WHIRLPOOL eb146a631a42fd4288ccc51e493055fe0944cb8a7f84174c8b90ff0e50437da1a83b964e6142cb2fde0f9cb08827d8268a60ae1ff267af1ff1eae880ecf961f3
|
||||
MISC ChangeLog 358 SHA256 c591e32e8464afc71a390b6912f5330ef0ec729d5fbeb66fc21312b5b95d5de3 SHA512 d0d4ebdc46691f638a69168ad6a512a57af42b67434ae932b8554775acd75186339c0add8e4989753582f667f04b8ded5ae24582d68c70f1f1e01c354dba09e6 WHIRLPOOL 481335755b7fb1565cb396857fd1dd9cd54a29b974553e80e65f3479b0eaf181b702ed27673884b101b2526682dea5235bcbe7662a1a760b75be766b6a8c4af6
|
||||
MISC metadata.xml 170 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 SHA512 c011e0dc20997640fdaf4dbdd0493106446df3ff753040a8ffc638cea0512a535bce9e1c4d2969e708993529c473d9dc17c59804c15a0eee2b0a7e9854b65143 WHIRLPOOL b33b91daccf2a989c728257c6372f7f8a7481bd72af841bf3c76e6625750d6f5e0d31c942fe88368fc016edcc5be954656c488b6d44ea00e4fe0caaec1bdd41e
|
5
app-admin/netiq-ndssslp/metadata.xml
Normal file
5
app-admin/netiq-ndssslp/metadata.xml
Normal 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>
|
59
app-admin/netiq-ndssslp/netiq-ndssslp-8.7.0.1-r1.ebuild
Normal file
59
app-admin/netiq-ndssslp/netiq-ndssslp-8.7.0.1-r1.ebuild
Normal file
@ -0,0 +1,59 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
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 SLP 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_fr"
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/libc
|
||||
>=virtual/jre-1.6
|
||||
>=app-admin/netiq-novlc1-1.3.6_p1"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
mkdir -p "${WORKDIR}"/${PN}-${MY_PV}
|
||||
cd ${PN}-${MY_PV}
|
||||
rpm_unpack ../work/gw${GWVERSION}_full_linux_multi/consoleone/Linux/NDSsslp-${MY_PV}.i386.rpm
|
||||
use linguas_fr && rpm_unpack ../work/gw${GWVERSION}_full_linux_multi/consoleone/Linux/NDSsslp_fr-${MY_PV}.i386.rpm
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
java-pkg_jarinto /usr/ConsoleOne/lib/slpda
|
||||
java-pkg_dojar "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/lib/slpda/*.jar
|
||||
java-pkg_jarinto /usr/ConsoleOne/snapins/slpda
|
||||
java-pkg_dojar "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/snapins/slpda/*.jar
|
||||
java-pkg_jarinto /usr/ConsoleOne/resources/slpda
|
||||
java-pkg_dojar "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/resources/slpda/*.jar
|
||||
insinto /usr/ConsoleOne/help
|
||||
doins -r "${WORKDIR}"/${PN}-${MY_PV}/usr/ConsoleOne/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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user