Move to root

This commit is contained in:
Mario Fetka
2012-01-14 09:45:05 +01:00
parent d884fb4a6d
commit 5253d3ea35
482 changed files with 0 additions and 578 deletions

View File

@@ -0,0 +1,28 @@
# ChangeLog for app-admin/novell-consoleone-unix-account-management-snapin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
19 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
novell-unix-admin-2.1.ebuild:
add block on old name
19 Dec 2009; Mario Fetka <mario.fetka@gmail.com>
+novell-unix-admin-2.1.ebuild,
-novell-consoleone-unix-account-management-snapin-2.1.ebuild:
rename to new novell style name
04 May 2009; Mario Fetka <mario.fetka@gmail.com>
novell-consoleone-unix-account-management-snapin-2.1.ebuild:
add amd64
26 Aug 2008; Mario Fetka <mario.fetka@gmail.com>
novell-consoleone-unix-account-management-snapin-2.1.ebuild:
Repoman cleanup & delete old
03 Nov 2007; Mario Fetka <mario-fetka@gmx.at> +metadata.xml:
add new download system
22 Apr 2007; Mario Fetka <mario-fetka@gmx.at>
+novell-consoleone-unix-account-management-snapin-2.1.ebuild:
Initial Unix Management snapin

View File

@@ -0,0 +1,4 @@
DIST AccountManagementUnix.zip 225863 RMD160 ba95df1185f6f7554601d9e6c5ede841735f4f8e SHA1 2d39d960f64dc3bb4337371233b24bc378cb4058 SHA256 96b3839dfb84c3243f5b6cb9d6772ba6fecff4343bc5601d6b64dae8e28fe4b8
EBUILD novell-unix-admin-2.1.ebuild 1692 RMD160 45194bf7b987110f27a53da3fdf1ea941cf6c6bc SHA1 7f2610efc10f53d67b6882f8a2ac17298a74f834 SHA256 baf69386934ee60fa7edfb1d37a618bfe8886dcc94ef665d5023f690e59868e8
MISC ChangeLog 959 RMD160 af8c5c2df2111bc0f3cef3432ae3d96128e12e6a SHA1 6e1474440f349bf9e96f63c8d391b4ad75e7367f SHA256 899be15960146813e72629925cdf662890b29dee543452d19e2734580dce2e6d
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

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-2009 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="!app-admin/novell-consoleone-unix-account-management-snapin"
RDEPEND="virtual/libc
>=virtual/jdk-1.4
>=app-admin/novell-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"
}