Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cppunit: ChangeLog cppunit-1.12.1.ebuild
Date: Mon, 21 Nov 2011 15:32:55
Message-Id: 20111121153238.C7E442004B@flycatcher.gentoo.org
1 jlec 11/11/21 15:32:38
2
3 Modified: ChangeLog cppunit-1.12.1.ebuild
4 Log:
5 keyworded for ~x86-macos ~x64-macos, tested by Johan Hattne #390123
6
7 (Portage version: 2.2.0_alpha76/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.52 dev-util/cppunit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.52&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?rev=1.52&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/ChangeLog?r1=1.51&r2=1.52
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v
19 retrieving revision 1.51
20 retrieving revision 1.52
21 diff -u -r1.51 -r1.52
22 --- ChangeLog 10 Apr 2011 03:03:50 -0000 1.51
23 +++ ChangeLog 21 Nov 2011 15:32:38 -0000 1.52
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-util/cppunit
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.51 2011/04/10 03:03:50 abcd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.52 2011/11/21 15:32:38 jlec Exp $
29 +
30 + 21 Nov 2011; Justin Lecher <jlec@g.o> cppunit-1.12.1.ebuild:
31 + keyworded for ~x86-macos ~x64-macos, tested by Johan Hattne #390123
32
33 10 Apr 2011; Jonathan Callen <abcd@g.o> cppunit-1.12.1.ebuild:
34 Add prefix support, bump EAPI to 3, add prefix keywords
35
36
37
38 1.11 dev-util/cppunit/cppunit-1.12.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.12.1.ebuild?rev=1.11&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.12.1.ebuild?rev=1.11&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppunit/cppunit-1.12.1.ebuild?r1=1.10&r2=1.11
43
44 Index: cppunit-1.12.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.1.ebuild,v
47 retrieving revision 1.10
48 retrieving revision 1.11
49 diff -u -r1.10 -r1.11
50 --- cppunit-1.12.1.ebuild 10 Apr 2011 03:03:50 -0000 1.10
51 +++ cppunit-1.12.1.ebuild 21 Nov 2011 15:32:38 -0000 1.11
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.1.ebuild,v 1.10 2011/04/10 03:03:50 abcd Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.1.ebuild,v 1.11 2011/11/21 15:32:38 jlec Exp $
57
58 EAPI=3
59 inherit autotools eutils
60 @@ -11,7 +11,7 @@
61
62 LICENSE="LGPL-2.1"
63 SLOT="0"
64 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos"
65 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
66 IUSE="doc examples"
67
68 RDEPEND=""