summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-04-19 23:00:49 +0000
committerMike Frysinger <vapier@gentoo.org>2008-04-19 23:00:49 +0000
commiteb52190415efec0b10ae527ed0fa9e13584ba5b6 (patch)
tree0cc944d5c2b0128d510d578b236bee11dc46fb61 /sys-apps/irqbalance
parentpkgconfig only goes in DEPEND #217278 (diff)
downloadgentoo-2-eb52190415efec0b10ae527ed0fa9e13584ba5b6.tar.gz
gentoo-2-eb52190415efec0b10ae527ed0fa9e13584ba5b6.tar.bz2
gentoo-2-eb52190415efec0b10ae527ed0fa9e13584ba5b6.zip
old
Diffstat (limited to 'sys-apps/irqbalance')
-rw-r--r--sys-apps/irqbalance/irqbalance-0.55.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-apps/irqbalance/irqbalance-0.55.ebuild b/sys-apps/irqbalance/irqbalance-0.55.ebuild
deleted file mode 100644
index d5283ad8f348..000000000000
--- a/sys-apps/irqbalance/irqbalance-0.55.ebuild
+++ /dev/null
@@ -1,30 +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.ebuild,v 1.6 2008/01/14 16:40:13 chainsaw 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=""
-
-DEPEND="=dev-libs/glib-2*
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_install() {
- into /
- dosbin irqbalance || die "dosbin failed"
- newinitd "${FILESDIR}"/irqbalance.init irqbalance
- newconfd "${FILESDIR}"/irqbalance.confd irqbalance
-}