From fb021bf5c054b3b00f44468611a6547f781a8320 Mon Sep 17 00:00:00 2001 From: geos_one Date: Mon, 3 Nov 2008 16:16:52 +0000 Subject: [PATCH] net-misc/novell-ntls: add Blocking Slot's --- .../net-misc/novell-ntls/ChangeLog | 4 ++ .../net-misc/novell-ntls/Manifest | 3 +- .../novell-ntls-2.0.2.0_p070927-r2.ebuild | 60 +++++++++++++++++++ 3 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 trunk/novell4gentoo/net-misc/novell-ntls/novell-ntls-2.0.2.0_p070927-r2.ebuild diff --git a/trunk/novell4gentoo/net-misc/novell-ntls/ChangeLog b/trunk/novell4gentoo/net-misc/novell-ntls/ChangeLog index 6c7439bb..c34542b7 100644 --- a/trunk/novell4gentoo/net-misc/novell-ntls/ChangeLog +++ b/trunk/novell4gentoo/net-misc/novell-ntls/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Nov 2008; Mario Fetka + +novell-ntls-2.0.2.0_p070927-r2.ebuild: + add Blocking Slot's + 28 Aug 2008; Mario Fetka -files/80novell, novell-ntls-2.0.2.0_p070927-r1.ebuild: depend on env package diff --git a/trunk/novell4gentoo/net-misc/novell-ntls/Manifest b/trunk/novell4gentoo/net-misc/novell-ntls/Manifest index d7f77923..57d3d409 100644 --- a/trunk/novell4gentoo/net-misc/novell-ntls/Manifest +++ b/trunk/novell4gentoo/net-misc/novell-ntls/Manifest @@ -1,4 +1,5 @@ DIST ss206_SLAH.tgz 31143941 RMD160 6dbfa508a374c2b5139cc45214e9ad1a17919791 SHA1 98916a96c7e5232a8deb3c2a9919e645f4bb1fdc SHA256 513faf240d85b189a64a1e88f9fdb08ee273c1f44e2bf0b51d9611fc9e4f3838 EBUILD novell-ntls-2.0.2.0_p070927-r1.ebuild 1586 RMD160 f5a14aec539cf5662e5e9b1a9594cff7bc8cefec SHA1 8a675b78f95b368a006f32ed88ad9f7dcb278c5c SHA256 f44f9fdda5d7a929c8013784a6e6fe578168d7cd4b7b26dde4b17387ece5b581 -MISC ChangeLog 1521 RMD160 80329589e276d8c5608b9d48dc59ae278dea8dcf SHA1 ab6345de986e9efb70b43822bc34e61bb2cd0744 SHA256 1c70e939abbd983b6850015f28bf651afc45be934b56f82dce698e64fe5205d0 +EBUILD novell-ntls-2.0.2.0_p070927-r2.ebuild 1648 RMD160 424de3b3a1776d7e2363a9e30f69c646b26bccc5 SHA1 b60ee843bbf16980753d344947c6871baf2cc0aa SHA256 191e5dfa55874966d670e25e9a3b214cb5830d24f6d2574ad8341aacb2e12819 +MISC ChangeLog 1637 RMD160 cbb6c809c8a6aff8a4fcbe965d375e812fc2bb6c SHA1 06090d35d3ba56c6d3172c9e2c26aca28e8394cb SHA256 87d62a67b86ab33461fb7e3c56e8ca55226771621a773686a951fdb0ba888c02 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/trunk/novell4gentoo/net-misc/novell-ntls/novell-ntls-2.0.2.0_p070927-r2.ebuild b/trunk/novell4gentoo/net-misc/novell-ntls/novell-ntls-2.0.2.0_p070927-r2.ebuild new file mode 100644 index 00000000..0e12a30f --- /dev/null +++ b/trunk/novell4gentoo/net-misc/novell-ntls/novell-ntls-2.0.2.0_p070927-r2.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="1" + +NOVELL_BUILDID="LYlbZMAom6k~" +NOVELL_FILE32="patchfiles/ss206_SLAH.tgz" +RESTRICT="mirror strip" + +inherit novell eutils rpm + +MY_PV="${PV/_p/-}" + +DESCRIPTION="Novell Transport Security Layer" +HOMEPAGE="http://www.novell.com" +SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cdn.novell.com/prot/${NOVELL_BUILDID}/${NOVELL_FILE32}" + +LICENSE="Novell-eDir-88" +SLOT="8.7" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" + +RDEPEND="virtual/libc + net-nds/novell-env + >=app-crypt/novell-nici-2.7.3_p001 + net-misc/novell-ntls:0 + net-misc/novell-ntls:8.8" + +src_unpack() { + unpack ${A} + mkdir -p "${WORKDIR}"/${PN}-${MY_PV} + cd ${PN}-${MY_PV} + rpm_unpack "${WORKDIR}"/Linux/eDir87x/novell-ntls-${MY_PV}.i386.rpm +} + +src_compile() { :; } + +src_install() { + into /usr + dolib "${WORKDIR}"/${PN}-${MY_PV}/usr/lib/* + into /opt/novell + dolib "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/lib/* +} + +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" +}