From 1e73cfa08a3b271d11c4110e5e55c21a815e3c94 Mon Sep 17 00:00:00 2001 From: geos_one Date: Sat, 12 Dec 2009 13:45:08 +0000 Subject: [PATCH] net-misc/novell-ntls: correct rpm QA warning --- .../net-misc/novell-ntls/ChangeLog | 4 ++ .../net-misc/novell-ntls/Manifest | 3 +- .../novell-ntls-2.0.2.0_p070927-r4.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-r4.ebuild diff --git a/trunk/novell4gentoo/net-misc/novell-ntls/ChangeLog b/trunk/novell4gentoo/net-misc/novell-ntls/ChangeLog index eca1b443..438cd300 100644 --- a/trunk/novell4gentoo/net-misc/novell-ntls/ChangeLog +++ b/trunk/novell4gentoo/net-misc/novell-ntls/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Dec 2009; Mario Fetka + +novell-ntls-2.0.2.0_p070927-r4.ebuild: + correct rpm QA warning + 17 Jan 2009; Mario Fetka novell-ntls-2.0.2.0_p070927-r3.ebuild: correct link in usr/libxx diff --git a/trunk/novell4gentoo/net-misc/novell-ntls/Manifest b/trunk/novell4gentoo/net-misc/novell-ntls/Manifest index 1f83d1a9..34675b72 100644 --- a/trunk/novell4gentoo/net-misc/novell-ntls/Manifest +++ b/trunk/novell4gentoo/net-misc/novell-ntls/Manifest @@ -2,5 +2,6 @@ DIST ss206_SLAH.tgz 31143941 RMD160 6dbfa508a374c2b5139cc45214e9ad1a17919791 SHA EBUILD novell-ntls-2.0.2.0_p070927-r1.ebuild 1586 RMD160 f5a14aec539cf5662e5e9b1a9594cff7bc8cefec SHA1 8a675b78f95b368a006f32ed88ad9f7dcb278c5c SHA256 f44f9fdda5d7a929c8013784a6e6fe578168d7cd4b7b26dde4b17387ece5b581 EBUILD novell-ntls-2.0.2.0_p070927-r2.ebuild 1648 RMD160 0885fc77799c8ac066dbd2929798a5b6c280289b SHA1 8c1c16a4175668b49f48f49b85caa52b5368dd0e SHA256 9b75d6e2df38e245e6c158808d4935de03487e98d58735bfb9956b2465ba24b8 EBUILD novell-ntls-2.0.2.0_p070927-r3.ebuild 1718 RMD160 0de92dfec5028ae9db4575415548073c14d8ee18 SHA1 ff744eefd5aabcdcfe88f0a9b562c4cffd699709 SHA256 0b397bd100fc392956795416d7b91c01259c2d42b39a2f017aaa42a94ac742af -MISC ChangeLog 2100 RMD160 cbe4dabfcbbf8b9067990549ce1db16863de95dc SHA1 55a9a4baccc1e9b4aba60ea5b2af1b25eca9ca52 SHA256 c0806f97934a767edd24ce62a56388a549ea78a91c2b5ae71befb04bcf889e23 +EBUILD novell-ntls-2.0.2.0_p070927-r4.ebuild 1713 RMD160 11217924825e12827c3559447af5419cfc2fc558 SHA1 dd6c298441f26c712c8929c4f7f040d9aec484bf SHA256 0ebe876f6a3ec6b495d1d4a5add02ab1d0ef2f2beb870ef7d1094d3bd39c7342 +MISC ChangeLog 2219 RMD160 8a6f7fb0a9471bf2c1d0abc8edb01f8ff13463de SHA1 2b29a1f60260b0cd6558846de9ba30058df1fffe SHA256 fd1b89dfb379799db07d1498ed1d4d80e1831a28e38c72754123f37f13b5686a 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-r4.ebuild b/trunk/novell4gentoo/net-misc/novell-ntls/novell-ntls-2.0.2.0_p070927-r4.ebuild new file mode 100644 index 00000000..eac0ff75 --- /dev/null +++ b/trunk/novell4gentoo/net-misc/novell-ntls/novell-ntls-2.0.2.0_p070927-r4.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2009 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 multilib + +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 ~amd64" +IUSE="" + +DEPEND="!net-misc/novell-ntls:0 + !net-misc/novell-ntls:8.8" + +RDEPEND="virtual/libc + net-nds/novell-env + >=app-crypt/novell-nici-2.7.3_p001" + +src_unpack() { + unpack ${A} + mkdir -p "${WORKDIR}"/${PN}-${MY_PV} + cd ${PN}-${MY_PV} + rpm_unpack ../work/Linux/eDir87x/novell-ntls-${MY_PV}.i386.rpm +} + +src_compile() { :; } + +src_install() { + has_multilib_profile && ABI="x86" + + into /opt/novell + dolib "${WORKDIR}"/${PN}-${MY_PV}/opt/novell/lib/* + dosym /opt/novell/$(get_libdir)/libntls.so /usr/$(get_libdir)/libntls.so +} + +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" +}