Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cunit: ChangeLog cunit-2.1-r1.ebuild
Date: Sun, 29 Jul 2012 13:18:32
Message-Id: 20120729131819.89D052004B@flycatcher.gentoo.org
1 blueness 12/07/29 13:18:19
2
3 Modified: ChangeLog cunit-2.1-r1.ebuild
4 Log:
5 Keyword ~arm, needed for libmetalink, needed for curl-7.27.0
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.30 dev-util/cunit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 10 Apr 2011 02:59:58 -0000 1.29
23 +++ ChangeLog 29 Jul 2012 13:18:19 -0000 1.30
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-util/cunit
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.29 2011/04/10 02:59:58 abcd Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.30 2012/07/29 13:18:19 blueness Exp $
30 +
31 + 29 Jul 2012; Anthony G. Basile <blueness@g.o> cunit-2.1-r1.ebuild:
32 + Keyword ~arm, needed for libmetalink, needed for curl-7.27.0
33
34 10 Apr 2011; Jonathan Callen <abcd@g.o> cunit-2.1-r1.ebuild:
35 Add prefix support, bump EAPI to 3, add prefix keywords
36
37
38
39 1.8 dev-util/cunit/cunit-2.1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild?r1=1.7&r2=1.8
44
45 Index: cunit-2.1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- cunit-2.1-r1.ebuild 10 Apr 2011 02:59:58 -0000 1.7
52 +++ cunit-2.1-r1.ebuild 29 Jul 2012 13:18:19 -0000 1.8
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.7 2011/04/10 02:59:58 abcd Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1-r1.ebuild,v 1.8 2012/07/29 13:18:19 blueness Exp $
59
60 EAPI=3
61 inherit eutils autotools
62 @@ -16,7 +16,7 @@
63 DEPEND=""
64 SLOT="0"
65 LICENSE="LGPL-2"
66 -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
67 +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
68 IUSE=""
69
70 S=${WORKDIR}/${MY_P}