This commit is contained in:
Mario Fetka
2014-08-16 09:01:13 +02:00
parent ab666604a2
commit 4492b6ea57
182 changed files with 7524 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# ChangeLog for net-misc/novell-bordermanager-clntrust
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
16 Dec 2009; Mario Fetka <mario.fetka@gmail.com> +metadata.xml:
Bump to the new 3.9 sp1 version of the client
10 Jun 2007; Mario Fetka <mario-fetka@gmx.at>
+novell-bordermanager-clntrust-3.8_p5.ebuild:
Initial BM clntrust ebuild

View File

@@ -0,0 +1,6 @@
DIST BM39SP1.zip 281588627 SHA256 43873bc7e72bf3445046c6394a726a9fe2ba8cb1539015c18a0a6311fb26e3a4
DIST bm38sp5.exe 178602569 SHA256 9eedc2ea9fdb9ca1a59c42e6ae14df0d56266c508c524912f3297ffa6f0f41c4
EBUILD netiq-bordermanager-clntrust-3.8_p5.ebuild 1574 SHA256 7c3d984506024acd870b28aa970cbbea2cdef36e6048472111ee16579b728c68 SHA512 caf42809e6c76005913a653f73b978d332c6ff6f7fbbc2e6803bcbc45e09385cbb85315784d8df48537744019a04db31dfb5f35eb09cf6314922d045d4e90989 WHIRLPOOL c6ef51efea5158e539a189afe51f240569a279ee1b711d170eb1a1cf1eddd831ff4e621e1b7800b964175954a35bcb28b48a142afbdca7e7596a819a45b46020
EBUILD netiq-bordermanager-clntrust-3.9.1.ebuild 2713 SHA256 71aafa98fcead8d23be4165447f505a153f78ec2d9d364e24e16bfcc415e0da1 SHA512 b8c0725949149b44985c33470d8ce820e0596b618177c244b8bf9ea42f24af5f06b52d470ef0061913e3c12d48bc1d1808d19c0c4ad8bef913f6b83da125e762 WHIRLPOOL fdf9ce04c383bc81f848a490348209994150b08cecd91469d37ac41eb78fa1e7591274416f77bc04f6aa1dfeb1a8133cebb6964ff2c448b5691428fdc6e3f80a
MISC ChangeLog 380 SHA256 4b6a1a3a0d64fbf0556d7f09f14956df15d32882793cdec1486418daf6c3bef5 SHA512 cfc7a40b41d70e43bf70ee62393362d539f8514ae2bbc9c592e99a999ad7c98b15a1a2b69f3d6f81bd061647d4c81ef5ad60190037125cf0daa7edbcb2c66732 WHIRLPOOL b911699744e920587d129c24e180002437f236274671fe5c5bdb3a99a1e0d54d22bbea2518caf57328c64e646ae7a9f16c3e800e611738b2868e2ae643c6f189
MISC metadata.xml 170 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 SHA512 c011e0dc20997640fdaf4dbdd0493106446df3ff753040a8ffc638cea0512a535bce9e1c4d2969e708993529c473d9dc17c59804c15a0eee2b0a7e9854b65143 WHIRLPOOL b33b91daccf2a989c728257c6372f7f8a7481bd72af841bf3c76e6625750d6f5e0d31c942fe88368fc016edcc5be954656c488b6d44ea00e4fe0caaec1bdd41e

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,56 @@
# Copyrig4#ht 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils
MY_PV="${PV/_p/-}"
DESCRIPTION="Client Authentication for BorderManager"
HOMEPAGE="http://www.novell.com"
SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/H4RPn-n6OcU~/patchfiles/bm38sp5.exe"
LICENSE="Novell-eDir-87"
SLOT="0"
KEYWORDS="~x86"
IUSE="linguas_fr"
DEPEND="app-arch/p7zip"
RDEPEND="virtual/libc
>=dev-libs/libxml2-2.6.20
>=dev-libs/glib-2.8.1
>=dev-libs/popt-1.7
>=gnome-base/gconf-2.12.0
>=gnome-base/gnome-vfs-2.12.0
>=gnome-base/libbonobo-2.10.1
>=gnome-base/libbonoboui-2.10.1
>=gnome-base/libglade-2.5.1
>=gnome-base/libgnome-2.12.0
>=gnome-base/libgnomecanvas-2.12.0
>=gnome-base/libgnomeui-2.12.0
>=gnome-base/orbit-2.12.4
>=media-libs/libart_lgpl-2.3.17
>=sys-libs/novell-xplatlib-1.0.1
>=x11-libs/gtk+-2.8.3
>=x11-libs/libICE-1.0
>=x11-libs/libSM-1.0
>=x11-libs/libX11-1.0
>=x11-libs/pango-1.10.0
>=sys-libs/zlib-1.2.3"
RESTRICT="nomirror nostrip"
src_unpack() {
cd ${WORKDIR}
7z x ${DISTDIR}/${A}
mkdir -p ${WORKDIR}/${PN}-${MY_PV}
cd ${PN}-${MY_PV}
7z x ${WORKDIR}/bm38sp5/SYS/PUBLIC/clntrust.tar
}
src_compile() { :; }
src_install() {
into /opt/novell/BorderManager
dobin ${WORKDIR}/${PN}-${MY_PV}/clntrust
insinto /opt/novell/BorderManager/bin
dobin ${WORKDIR}/${PN}-${MY_PV}/icon.png
newicon ${WORKDIR}/${PN}-${MY_PV}/icon.png ${PN}.png
make_desktop_entry /opt/novell/BorderManager/bin/clntrust "Novell BM clntrust" ${PN}.png Network
}

View File

@@ -0,0 +1,83 @@
# Copyrig4#ht 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
NOVELL_BUILDID="AxTZG01dwNA~"
NOVELL_FILE32="patchfiles/BM39SP1.zip"
NOVELL_FILE64="patchfiles/BM39SP1.zip"
RESTRICT="mirror strip"
inherit novell eutils versionator
MY_PV="${PV/_p/-}"
DESCRIPTION="Client Authentication for BorderManager"
HOMEPAGE="http://www.novell.com"
SRC_URI="x86? ( http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID}/${NOVELL_FILE32} )
amd64? ( http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID}/${NOVELL_FILE64} )"
LICENSE="Novell-eDir-87"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="app-arch/p7zip"
RDEPEND="virtual/libc
>=dev-libs/libxml2-2.6.20
>=dev-libs/glib-2.8.1
>=dev-libs/popt-1.7
>=gnome-base/gconf-2.12.0
>=gnome-base/gnome-vfs-2.12.0
>=gnome-base/libbonobo-2.10.1
>=gnome-base/libbonoboui-2.10.1
>=gnome-base/libglade-2.5.1
>=gnome-base/libgnome-2.12.0
>=gnome-base/libgnomecanvas-2.12.0
>=gnome-base/libgnomeui-2.12.0
>=gnome-base/orbit-2.12.4
>=media-libs/libart_lgpl-2.3.17
>=sys-libs/novell-xplatlib-1.0.1
>=x11-libs/gtk+-2.8.3
>=x11-libs/libICE-1.0
>=x11-libs/libSM-1.0
>=x11-libs/libX11-1.0
>=x11-libs/pango-1.10.0
>=sys-libs/zlib-1.2.3"
RESTRICT="nomirror nostrip"
src_unpack() {
cd ${WORKDIR}
7z x ${DISTDIR}/${A}
mkdir -p ${WORKDIR}/${PN}-${MY_PV}
cd ${PN}-${MY_PV}
7z x ${WORKDIR}/NBM39SP1_14032008/SYS/PUBLIC/clntrust.tar
}
src_compile() { :; }
src_install() {
into /opt/novell/BorderManager
dobin ${WORKDIR}/${PN}-${MY_PV}/clntrust
insinto /opt/novell/BorderManager/bin
dobin ${WORKDIR}/${PN}-${MY_PV}/icon.png
newicon ${WORKDIR}/${PN}-${MY_PV}/icon.png ${PN}.png
make_desktop_entry /opt/novell/BorderManager/bin/clntrust "Novell BM clntrust" ${PN}.png Network
}
pkg_nofetch() {
einfo "This files require you to register at ${HOMEPAGE} (free account)"
einfo "Please download following file:"
if use x86
then
einfo " - ${NOVELL_FILE32}"
elif use amd64
then
einfo " - ${NOVELL_FILE64}"
fi
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"
}