Move to root
This commit is contained in:
20
app-admin/novell-nisnfs-admin/ChangeLog
Normal file
20
app-admin/novell-nisnfs-admin/ChangeLog
Normal file
@@ -0,0 +1,20 @@
|
||||
# ChangeLog for app-admin/novell-consoleone-nisnfs-snapin
|
||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
19 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
novell-nisnfs-admin-85.00.00.ebuild:
|
||||
correct typo
|
||||
|
||||
19 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
novell-nisnfs-admin-85.00.00.ebuild:
|
||||
add block on old name
|
||||
|
||||
19 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||
+novell-nisnfs-admin-85.00.00.ebuild,
|
||||
-novell-consoleone-nisnfs-snapin-85.00.00.ebuild:
|
||||
rename to new novell style name
|
||||
|
||||
17 Dec 2009; Mario Fetka <mario.fetka@gmail.com> ChangeLog:
|
||||
Initial checkin
|
||||
|
||||
4
app-admin/novell-nisnfs-admin/Manifest
Normal file
4
app-admin/novell-nisnfs-admin/Manifest
Normal file
@@ -0,0 +1,4 @@
|
||||
DIST nfs30sp7.exe 1416961 RMD160 8f0cd6c36d12ac2b3d7295af638030270b86b2cc SHA1 ff6527d19c43a66ee2401266f6b7411bf374ab15 SHA256 7adcb2d1a26edc5bb9005061ec9f4acf476c5c08c194e6deecd3208d400a8a88
|
||||
EBUILD novell-nisnfs-admin-85.00.00.ebuild 1954 RMD160 27b8638469c0e0e5c27d2b693042bd347268c197 SHA1 b8988b03063cea63fcead6bc8fd1835f2ff84557 SHA256 7150271a17aae510b9da286e44466984f01a8cde8e10b13c7dd89a6f5efdb6b8
|
||||
MISC ChangeLog 622 RMD160 cf4538ee8ec96a91920a7640d7f45e0c12805786 SHA1 f2206e97c41838d5b38423dbea2ab2a0d413b1ed SHA256 22a452502d5cfda540a0a60cfb6f573181842148942c77eaf0b693734f7b7f0f
|
||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
||||
5
app-admin/novell-nisnfs-admin/metadata.xml
Normal file
5
app-admin/novell-nisnfs-admin/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>
|
||||
@@ -0,0 +1,58 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
NOVELL_BUILDID="ECsStzUZ094~"
|
||||
NOVELL_FILE32="patchfiles/nfs30sp7.exe"
|
||||
RESTRICT="mirror strip"
|
||||
|
||||
inherit novell eutils java-utils-2
|
||||
|
||||
DESCRIPTION="Novell NDS Import/Export Assistent 85.00.00 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
|
||||
!app-admin/novell-consoleone-nisnfs-snapin"
|
||||
|
||||
RDEPEND="virtual/libc
|
||||
>=virtual/jdk-1.4
|
||||
>=app-admin/novell-novlc1-1.3.6_p1"
|
||||
|
||||
src_unpack() {
|
||||
cd "${WORKDIR}"
|
||||
7z x "${DISTDIR}"/nfs30sp7.exe
|
||||
unpack ../work/nfs30sp7/Nfs30.zip
|
||||
}
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
java-pkg_jarinto /usr/ConsoleOne/lib/nisnfs
|
||||
java-pkg_dojar "${WORKDIR}"/public/mgmt/consoleone/1.2/lib/nisnfs/*.jar
|
||||
java-pkg_jarinto /usr/ConsoleOne/resources/nisnfs
|
||||
java-pkg_dojar "${WORKDIR}"/public/mgmt/consoleone/1.2/resources/nisnfs/*.jar
|
||||
java-pkg_jarinto /usr/ConsoleOne/snapins/nisnfs
|
||||
java-pkg_dojar "${WORKDIR}"/public/mgmt/consoleone/1.2/snapins/nisnfs/*.jar
|
||||
insinto /usr/ConsoleOne/help
|
||||
doins -r "${WORKDIR}"/public/mgmt/consoleone/1.2/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"
|
||||
}
|
||||
Reference in New Issue
Block a user