Cleanup tree

This commit is contained in:
geos_one
2007-04-04 15:38:22 +00:00
parent 6a9ce5c766
commit dc88aa0c93
478 changed files with 2627 additions and 6223 deletions

View File

@@ -2,6 +2,10 @@
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
04 Apr 2007; Mario Fetka <mario-fetka@gmx.at>
-novell-novlsas-8.7.3_p34.ebuild, -novell-novlsas-8.8.1_p7.ebuild:
Drop old buggy ebuild
12 Mar 2007; Mario Fetka <mario-fetka@gmx.at>
+novell-novlsas-8.7.3_p34-r1.ebuild:
Gentooize Ebuild

View File

@@ -1,3 +0,0 @@
MD5 f7c70694fff356e9f172372601df1c47 c1_136e_linux.tgz 39991009
RMD160 c88b59a0366c6db442db2d30f81c993a3003cee5 c1_136e_linux.tgz 39991009
SHA256 8d433bea130bd316d71237a156d27be0cff1e7059e4ddab65e35e49cd8f9be09 c1_136e_linux.tgz 39991009

View File

@@ -1,3 +0,0 @@
MD5 5e222bb7471083fd0acb10b19336a460 20060526_0800_Linux_88-SP1_FINAL.tar.gz 109712298
RMD160 b261bbc31cb8cb5483b18892355f8e90ed65c90c 20060526_0800_Linux_88-SP1_FINAL.tar.gz 109712298
SHA256 01d4696942e07b2db8da0a057b9cad9ed477e35a7ca3f35e508f56622ecdba7d 20060526_0800_Linux_88-SP1_FINAL.tar.gz 109712298

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils rpm
MY_PV="${PV/_p/-}"
DESCRIPTION="Novell SAS Libraries"
HOMEPAGE="http://www.novell.com"
SRC_URI="http://supportfiles.novell.com/support/pub/allupdates/c1_136e_linux.tgz"
LICENSE="Novell-eDir-87"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
RDEPEND="virtual/libc
>=app-crypt/novell-nici-2.6.4_p005
>=net-nds/novell-ndsbase-8.7.3_p37
!net-misc/novell-novlsas"
RESTRICT="nomirror nostrip"
src_unpack() {
unpack ${A}
mkdir -p ${WORKDIR}/${PN}-${MY_PV}
cd ${PN}-${MY_PV}
rpm_unpack ${WORKDIR}/Linux/NOVLsas-${MY_PV}.i386.rpm
}
src_compile() { :; }
src_install() {
mv "${WORKDIR}/${PN}-${MY_PV}"/usr "${D}"/ || die "mv usr"
}

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils rpm
MY_PV="${PV/_p/-}"
DESCRIPTION="Novell SAS Libraries"
HOMEPAGE="http://www.novell.com"
SRC_URI="http://${NOVELL_ACCOUNT_USERNAME}:${NOVELL_ACCOUNT_PASSWORD}@cache.novell.com/prot/cK697ew-SfQ~/20060526_0800_Linux_88-SP1_FINAL.tar.gz"
LICENSE="Novell-eDir-88"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
RDEPEND="virtual/libc
>=app-crypt/novell-nici-2.7.0_p001
>=net-nds/novell-ndsbase-8.8.1_p7"
RESTRICT="nomirror nostrip"
src_unpack() {
unpack ${A}
mkdir -p ${WORKDIR}/${PN}-${MY_PV}
cd ${PN}-${MY_PV}
rpm_unpack ${WORKDIR}/eDirectory/setup/novell-NOVLsas-${MY_PV}.i386.rpm
}
src_compile() { :; }
src_install() {
mv "${WORKDIR}/${PN}-${MY_PV}"/opt "${D}"/ || die "mv opt"
insinto /etc/env.d
doins "${FILESDIR}"/80novell-edir
}