swift 14/11/08 16:32:15 Modified: ChangeLog Added: irqbalance-1.0.7-r1.ebuild Log: Fix bug #525724 - Add USE=selinux dependency to selinux-irqbalance (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Revision Changes Path 1.60 sys-apps/irqbalance/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 19 Mar 2014 16:58:31 -0000 1.59 +++ ChangeLog 8 Nov 2014 16:32:15 -0000 1.60 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/irqbalance # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v 1.59 2014/03/19 16:58:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v 1.60 2014/11/08 16:32:15 swift Exp $ + +*irqbalance-1.0.7-r1 (08 Nov 2014) + + 08 Nov 2014; Sven Vermeulen <[email protected]> +irqbalance-1.0.7-r1.ebuild: + Fix bug #525724 - Add USE=selinux dependency to selinux-irqbalance *irqbalance-1.0.7 (19 Mar 2014) 1.1 sys-apps/irqbalance/irqbalance-1.0.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/irqbalance-1.0.7-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/irqbalance-1.0.7-r1.ebuild?rev=1.1&content-type=text/plain Index: irqbalance-1.0.7-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-1.0.7-r1.ebuild,v 1.1 2014/11/08 16:32:15 swift Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true inherit autotools-utils systemd linux-info DESCRIPTION="Distribute hardware interrupts across processors on a multiprocessor system" HOMEPAGE="https://github.com/Irqbalance/irqbalance" SRC_URI="https://github.com/Irqbalance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="caps +numa selinux" CDEPEND="dev-libs/glib:2 caps? ( sys-libs/libcap-ng ) numa? ( sys-process/numactl ) " DEPEND="${CDEPEND} virtual/pkgconfig " RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-irqbalance ) " pkg_setup() { CONFIG_CHECK="~PCI_MSI" linux-info_pkg_setup } src_configure() { local myeconfargs=( $(use_with caps libcap-ng) $(use_enable numa) ) autotools-utils_src_configure } src_install() { autotools-utils_src_install newinitd "${FILESDIR}"/irqbalance.init.3 irqbalance newconfd "${FILESDIR}"/irqbalance.confd-1 irqbalance systemd_dounit "${FILESDIR}"/irqbalance.service }
