app-admin/mmc-agent: repoman Cleanup

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@437 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2008-07-31 13:16:28 +00:00
parent 57bde5d3e2
commit 67a7790dcc
3 changed files with 10 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2007 Gentoo Foundation
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -20,13 +20,13 @@ DEPEND=">=dev-python/setuptools-0.6_rc1
>=dev-python/python-ldap-2.2.1"
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/${P}-kerberos-1.patch
unpack ${A}
epatch "${FILESDIR}"/${P}-kerberos-1.patch
}
# from marienz's setuptools.eclass:
src_install() {
"${python}" setup.py install --root=${D} --no-compile "$@" || die "install failed"
"${python}" setup.py install --root="${D}" --no-compile "$@" || die "install failed"
dosbin bin/*
insinto etc/mmc/agent/keys
doins -r conf/agent/keys/*
@@ -35,7 +35,7 @@ src_install() {
insinto etc/mmc/plugins
doins -r conf/plugins/*.ini
newinitd ${FILESDIR}/mmc-agent.initd mmc-agent
newinitd "${FILESDIR}"/mmc-agent.initd mmc-agent
}
src_test() {