Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/numad: numad-9999.ebuild ChangeLog
Date: Wed, 27 Feb 2013 00:28:29
Message-Id: 20130227002826.D06002171D@flycatcher.gentoo.org
1 mr_bones_ 13/02/27 00:28:26
2
3 Modified: numad-9999.ebuild ChangeLog
4 Log:
5 fix PV check; empty KEYWORDS
6
7 (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sys-process/numad/numad-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numad/numad-9999.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numad/numad-9999.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numad/numad-9999.ebuild?r1=1.1&r2=1.2
15
16 Index: numad-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/numad/numad-9999.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- numad-9999.ebuild 14 Jun 2012 05:13:03 -0000 1.1
23 +++ numad-9999.ebuild 27 Feb 2013 00:28:26 -0000 1.2
24 @@ -1,15 +1,15 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-process/numad/numad-9999.ebuild,v 1.1 2012/06/14 05:13:03 cardoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-process/numad/numad-9999.ebuild,v 1.2 2013/02/27 00:28:26 mr_bones_ Exp $
30
31 EAPI=4
32
33 inherit linux-info git-2
34
35 -if [[ ${PV} = *9999* ]]; then
36 +if [[ ${PV} = "9999" ]]; then
37 inherit git-2
38 EGIT_REPO_URI="git://git.fedorahosted.org/numad.git"
39 - KEYWORDS="-arm -s390"
40 + KEYWORDS=""
41 else
42 SRC_URI=""
43 KEYWORDS="~amd64 ~x86 -arm -s390"
44
45
46
47 1.5 sys-process/numad/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numad/ChangeLog?rev=1.5&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numad/ChangeLog?rev=1.5&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numad/ChangeLog?r1=1.4&r2=1.5
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-process/numad/ChangeLog,v
56 retrieving revision 1.4
57 retrieving revision 1.5
58 diff -u -r1.4 -r1.5
59 --- ChangeLog 4 Aug 2012 10:24:25 -0000 1.4
60 +++ ChangeLog 27 Feb 2013 00:28:26 -0000 1.5
61 @@ -1,6 +1,9 @@
62 # ChangeLog for sys-process/numad
63 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-process/numad/ChangeLog,v 1.4 2012/08/04 10:24:25 ago Exp $
65 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/sys-process/numad/ChangeLog,v 1.5 2013/02/27 00:28:26 mr_bones_ Exp $
67 +
68 + 27 Feb 2013; Michael Sterrett <mr_bones_@g.o> numad-9999.ebuild:
69 + fix PV check; empty KEYWORDS
70
71 04 Aug 2012; Agostino Sarubbo <ago@g.o> numad-0.5.ebuild:
72 stable for amd64, #427588
73 @@ -19,4 +22,3 @@
74 +numad-9999.ebuild, +metadata.xml:
75 Add initial version of numad, a daemon for monitoring and rebalancing
76 assignment of NUMA resources.
77 -