diff --git a/trunk/novell4gentoo/net-misc/novell-bordermanager-clntrust/ChangeLog b/trunk/novell4gentoo/net-misc/novell-bordermanager-clntrust/ChangeLog new file mode 100644 index 00000000..ce46325d --- /dev/null +++ b/trunk/novell4gentoo/net-misc/novell-bordermanager-clntrust/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-misc/novell-bordermanager-clntrust +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 10 Jun 2007; Mario Fetka + +novell-bordermanager-clntrust-3.8_p5.ebuild: + Initial BM clntrust ebuild + diff --git a/trunk/novell4gentoo/net-misc/novell-bordermanager-clntrust/Manifest b/trunk/novell4gentoo/net-misc/novell-bordermanager-clntrust/Manifest new file mode 100644 index 00000000..4bd20ec5 --- /dev/null +++ b/trunk/novell4gentoo/net-misc/novell-bordermanager-clntrust/Manifest @@ -0,0 +1,5 @@ +DIST BM39SP1.zip 281588627 RMD160 80b1f4cb3c27fb40eadda6e26b97480967cbd982 SHA1 ce145859322169ae6a6c63d8cdab8699c351ee94 SHA256 43873bc7e72bf3445046c6394a726a9fe2ba8cb1539015c18a0a6311fb26e3a4 +DIST bm38sp5.exe 178602569 RMD160 1b1983a6d8e4145c69557a46794f58bf0c047b0e SHA1 13ed97cb3e25ec45a431800279d1db232a0dcfd8 SHA256 9eedc2ea9fdb9ca1a59c42e6ae14df0d56266c508c524912f3297ffa6f0f41c4 +EBUILD novell-bordermanager-clntrust-3.8_p5.ebuild 1574 RMD160 0f0e0f6875a1d1521e1e096c49246967dbfa6e52 SHA1 5e78683a3ae862a15197566e8c9e59260c509715 SHA256 7c3d984506024acd870b28aa970cbbea2cdef36e6048472111ee16579b728c68 +EBUILD novell-bordermanager-clntrust-3.9.1.ebuild 2713 RMD160 0f5910192a55d7fe65095f831eb9299a1699557a SHA1 bb51f62835246a59313065d7f889496fd9bed658 SHA256 71aafa98fcead8d23be4165447f505a153f78ec2d9d364e24e16bfcc415e0da1 +MISC ChangeLog 265 RMD160 1f1a5380c87d059c814c8f1c3603bfc74dbcf7de SHA1 f1d7421dfe2a575edd3eb7d79c01d7b80ef0418d SHA256 66b9df47125ce65afcbeef4f1c19a221b4e6771f1fe37045b3abfd2f28d5781f diff --git a/trunk/novell4gentoo/net-misc/novell-bordermanager-clntrust/novell-bordermanager-clntrust-3.8_p5.ebuild b/trunk/novell4gentoo/net-misc/novell-bordermanager-clntrust/novell-bordermanager-clntrust-3.8_p5.ebuild new file mode 100644 index 00000000..8331eb45 --- /dev/null +++ b/trunk/novell4gentoo/net-misc/novell-bordermanager-clntrust/novell-bordermanager-clntrust-3.8_p5.ebuild @@ -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 +} \ No newline at end of file diff --git a/trunk/novell4gentoo/net-misc/novell-bordermanager-clntrust/novell-bordermanager-clntrust-3.9.1.ebuild b/trunk/novell4gentoo/net-misc/novell-bordermanager-clntrust/novell-bordermanager-clntrust-3.9.1.ebuild new file mode 100644 index 00000000..4c23e92f --- /dev/null +++ b/trunk/novell4gentoo/net-misc/novell-bordermanager-clntrust/novell-bordermanager-clntrust-3.9.1.ebuild @@ -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" +} +