Gentoo Archives: gentoo-commits

From: "Ferris McCormick (fmccor)" <fmccor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/atlas-c++: ChangeLog atlas-c++-0.6.1.ebuild
Date: Thu, 28 Feb 2008 15:41:42
Message-Id: E1JUkt9-0003q6-2L@stork.gentoo.org
1 fmccor 08/02/28 15:41:39
2
3 Modified: ChangeLog atlas-c++-0.6.1.ebuild
4 Log:
5 Restore ~sparc keyword --- Bug #211773 --- note that one test won't build,
6 but that seems to be caused by a syntax error in the test source.
7 (Portage version: 2.2_pre2)
8
9 Revision Changes Path
10 1.22 media-libs/atlas-c++/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 25 Nov 2007 10:19:45 -0000 1.21
23 +++ ChangeLog 28 Feb 2008 15:41:38 -0000 1.22
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-libs/atlas-c++
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.21 2007/11/25 10:19:45 tupone Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.22 2008/02/28 15:41:38 fmccor Exp $
30 +
31 + 28 Feb 2008; Ferris McCormick <fmccor@g.o> atlas-c++-0.6.1.ebuild:
32 + Restore ~sparc keyword --- Bug #211773 --- note that one test won't build,
33 + but that seems to be caused by a syntax error in the test source.
34
35 *atlas-c++-0.6.1 (25 Nov 2007)
36
37
38
39
40 1.2 media-libs/atlas-c++/atlas-c++-0.6.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild?r1=1.1&r2=1.2
45
46 Index: atlas-c++-0.6.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- atlas-c++-0.6.1.ebuild 25 Nov 2007 10:19:45 -0000 1.1
53 +++ atlas-c++-0.6.1.ebuild 28 Feb 2008 15:41:38 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild,v 1.1 2007/11/25 10:19:45 tupone Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild,v 1.2 2008/02/28 15:41:38 fmccor Exp $
60
61 inherit eutils
62
63 @@ -12,7 +12,7 @@
64
65 SLOT="0"
66 LICENSE="LGPL-2.1"
67 -KEYWORDS="~amd64 ~ppc ~x86"
68 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
69 IUSE="bzip2 doc zlib"
70
71 RDEPEND=""
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list