diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-21 15:24:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-21 15:24:10 +0000 |
commit | 00009b8e63d119098b24993cf20945795dce1798 (patch) | |
tree | 5a75c24eaab9a4637b052371a00e2985f96cd266 /sys-apps | |
parent | Stable for HPPA (bug #350869). (diff) | |
download | historical-00009b8e63d119098b24993cf20945795dce1798.tar.gz historical-00009b8e63d119098b24993cf20945795dce1798.tar.bz2 historical-00009b8e63d119098b24993cf20945795dce1798.zip |
old
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/irqbalance/irqbalance-0.55-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-apps/irqbalance/irqbalance-0.55-r1.ebuild b/sys-apps/irqbalance/irqbalance-0.55-r1.ebuild deleted file mode 100644 index 82c67e5baf13..000000000000 --- a/sys-apps/irqbalance/irqbalance-0.55-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-0.55-r1.ebuild,v 1.3 2008/04/19 23:01:44 vapier Exp $ - -inherit eutils - -DESCRIPTION="Distribute hardware interrupts across processors on a multiprocessor system" -HOMEPAGE="http://www.irqbalance.org/" -SRC_URI="http://www.irqbalance.org/releases/${P}.tar.gz" - -LICENSE="OSL-1.1" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="=dev-libs/glib-2*" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${P}.tar.gz - cd "${S}" - epatch "${FILESDIR}"/${P}-build.patch -} - -src_install() { - into / - dosbin irqbalance || die "dosbin failed" - doman "${FILESDIR}"/irqbalance.1 - newinitd "${FILESDIR}"/irqbalance.init irqbalance - newconfd "${FILESDIR}"/irqbalance.confd irqbalance -} |