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

@@ -0,0 +1,32 @@
# Copyrig4#ht 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 modular Authetication Services"
HOMEPAGE="http://www.novell.com"
SRC_URI="http://files3.novell.com/support/pub/updates/nmsrv238.tgz"
LICENSE="Novell-eDir-87"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
RDEPEND="virtual/libc
>=app-crypt/novell-nici-2.6.4_p005
!net-misc/novell-nmas"
RESTRICT="nomirror nostrip"
src_unpack() {
unpack ${A}
mkdir -p ${WORKDIR}/${PN}-${MY_PV}
cd ${PN}-${MY_PV}
rpm_unpack ${WORKDIR}/nmsrv238/UNIX/Linux/NOVLnmas-${MY_PV}.i386.rpm
}
src_compile() { :; }
src_install() {
mv "${WORKDIR}/${PN}-${MY_PV}"/usr "${D}"/ || die "mv usr"
}