update digest
This commit is contained in:
parent
378937d646
commit
5f75a8193d
@ -1,8 +1,8 @@
|
||||
DIST AccountManagementUnix.zip 225863 RMD160 ba95df1185f6f7554601d9e6c5ede841735f4f8e SHA1 2d39d960f64dc3bb4337371233b24bc378cb4058 SHA256 96b3839dfb84c3243f5b6cb9d6772ba6fecff4343bc5601d6b64dae8e28fe4b8
|
||||
EBUILD novell-consoleone-unix-account-management-snapin-2.1.ebuild 938 RMD160 a7fa52d138a120e663dab2bfb5da9a7c54266208 SHA1 da366b10ab9d34ee7a5e198f6cd3b2fb57a9c6dd SHA256 77b94489cfaa412caf9ccfd9a85f82bcc29c0ce3176116f484bd2d3d91e41bae
|
||||
MD5 d6f10c65adff84d3daff973e53925332 novell-consoleone-unix-account-management-snapin-2.1.ebuild 938
|
||||
RMD160 a7fa52d138a120e663dab2bfb5da9a7c54266208 novell-consoleone-unix-account-management-snapin-2.1.ebuild 938
|
||||
SHA256 77b94489cfaa412caf9ccfd9a85f82bcc29c0ce3176116f484bd2d3d91e41bae novell-consoleone-unix-account-management-snapin-2.1.ebuild 938
|
||||
EBUILD novell-consoleone-unix-account-management-snapin-2.1.ebuild 1685 RMD160 a6ef8534bc24e53c7efd8dae74f3209c0e854ed4 SHA1 1fd38ece040aba0a858fd47a155eb8107deeee70 SHA256 01dd8220786b075bbac34cd86b696d2f217d19a3c8f55d5dd59b2caf00edf63c
|
||||
MD5 6488c617d72f753487eadf4919ba2a75 novell-consoleone-unix-account-management-snapin-2.1.ebuild 1685
|
||||
RMD160 a6ef8534bc24e53c7efd8dae74f3209c0e854ed4 novell-consoleone-unix-account-management-snapin-2.1.ebuild 1685
|
||||
SHA256 01dd8220786b075bbac34cd86b696d2f217d19a3c8f55d5dd59b2caf00edf63c novell-consoleone-unix-account-management-snapin-2.1.ebuild 1685
|
||||
MISC ChangeLog 305 RMD160 aa89efe865d0d5f6fa3c0586eec16ce7d9e88a23 SHA1 90df9e7f8e4d4fe050feb2f4e52955e92f3602be SHA256 91916fdd35d9401e4e701acf2bbe5c0e273b41b27fa4821139a45aab1e021039
|
||||
MD5 76e8c793dcc66174d0364570a622c3e5 ChangeLog 305
|
||||
RMD160 aa89efe865d0d5f6fa3c0586eec16ce7d9e88a23 ChangeLog 305
|
||||
|
@ -2,11 +2,15 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils java-utils-2
|
||||
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/BxzoOjyDOGA~/AccountManagementUnix.zip"
|
||||
SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID}/${NOVELL_FILE32}"
|
||||
|
||||
LICENSE="Novell-eDir-87"
|
||||
SLOT="0"
|
||||
@ -19,8 +23,6 @@ RDEPEND="virtual/libc
|
||||
>=virtual/jdk-1.4
|
||||
>=app-admin/novell-novlc1-1.3.6_p1"
|
||||
|
||||
RESTRICT="nomirror nostrip"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
}
|
||||
@ -34,4 +36,18 @@ src_install() {
|
||||
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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user