Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/irqbalance: irqbalance-1.0.2-r1.ebuild ChangeLog
Date: Sat, 07 Jan 2012 22:04:59
Message-Id: 20120107220449.3EFE42004B@flycatcher.gentoo.org
1 vapier 12/01/07 22:04:49
2
3 Modified: irqbalance-1.0.2-r1.ebuild ChangeLog
4 Log:
5 Move irqbalance to /usr #398065 by Michał Górny.
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-apps/irqbalance/irqbalance-1.0.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/irqbalance-1.0.2-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/irqbalance-1.0.2-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/irqbalance-1.0.2-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: irqbalance-1.0.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-1.0.2-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- irqbalance-1.0.2-r1.ebuild 11 Dec 2011 19:53:43 -0000 1.1
23 +++ irqbalance-1.0.2-r1.ebuild 7 Jan 2012 22:04:49 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-1.0.2-r1.ebuild,v 1.1 2011/12/11 19:53:43 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/irqbalance-1.0.2-r1.ebuild,v 1.2 2012/01/07 22:04:49 vapier Exp $
30
31 EAPI=4
32
33 @@ -23,7 +23,6 @@
34
35 src_configure() {
36 econf \
37 - --sbindir=/sbin \
38 $(use_with caps libcap-ng) \
39 $(use_enable numa)
40 }
41
42
43
44 1.37 sys-apps/irqbalance/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/ChangeLog?rev=1.37&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/ChangeLog?rev=1.37&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/ChangeLog?r1=1.36&r2=1.37
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v
53 retrieving revision 1.36
54 retrieving revision 1.37
55 diff -u -r1.36 -r1.37
56 --- ChangeLog 18 Dec 2011 21:23:17 -0000 1.36
57 +++ ChangeLog 7 Jan 2012 22:04:49 -0000 1.37
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-apps/irqbalance
60 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v 1.36 2011/12/18 21:23:17 mgorny Exp $
62 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v 1.37 2012/01/07 22:04:49 vapier Exp $
64 +
65 + 07 Jan 2012; Mike Frysinger <vapier@g.o> irqbalance-1.0.2-r1.ebuild,
66 + files/irqbalance.init:
67 + Move irqbalance to /usr #398065 by Michał Górny.
68
69 18 Dec 2011; Michał Górny <mgorny@g.o> files/irqbalance.service:
70 Add Description= to the systemd unit.