Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/atlas-c++: atlas-c++-0.4.5.ebuild ChangeLog atlas-c++-0.5.92.ebuild atlas-c++-0.6.1.ebuild
Date: Fri, 29 Feb 2008 07:23:45
Message-Id: E1JUzao-00029R-4N@stork.gentoo.org
1 tupone 08/02/29 07:23:42
2
3 Modified: atlas-c++-0.4.5.ebuild ChangeLog
4 atlas-c++-0.5.92.ebuild atlas-c++-0.6.1.ebuild
5 Log:
6 Making test compile. Bug #211773
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.13 media-libs/atlas-c++/atlas-c++-0.4.5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild?r1=1.12&r2=1.13
15
16 Index: atlas-c++-0.4.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- atlas-c++-0.4.5.ebuild 25 Nov 2007 10:19:45 -0000 1.12
23 +++ atlas-c++-0.4.5.ebuild 29 Feb 2008 07:23:41 -0000 1.13
24 @@ -1,11 +1,11 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild,v 1.12 2007/11/25 10:19:45 tupone Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild,v 1.13 2008/02/29 07:23:41 tupone Exp $
30
31 MY_PN="Atlas-C++"
32 MY_P=${MY_PN}-${PV}
33 S=${WORKDIR}/${MY_P}
34 -DESCRIPTION="Atlas protocol standard implementation in C++. Atlas protocol is used in role playing games at worldforge."
35 +DESCRIPTION="Atlas protocol, used in role playing games at worldforge."
36 HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/atlas_cpp"
37 SRC_URI="ftp://ftp.worldforge.org/pub/worldforge/libs/${MY_PN}/${MY_P}.tar.bz2"
38
39
40
41
42 1.23 media-libs/atlas-c++/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.23&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/ChangeLog?rev=1.23&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/ChangeLog?r1=1.22&r2=1.23
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v
51 retrieving revision 1.22
52 retrieving revision 1.23
53 diff -u -r1.22 -r1.23
54 --- ChangeLog 28 Feb 2008 15:41:38 -0000 1.22
55 +++ ChangeLog 29 Feb 2008 07:23:41 -0000 1.23
56 @@ -1,6 +1,12 @@
57 # ChangeLog for media-libs/atlas-c++
58 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.22 2008/02/28 15:41:38 fmccor Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.23 2008/02/29 07:23:41 tupone Exp $
61 +
62 + 29 Feb 2008; Tupone Alfredo <tupone@g.o>
63 + +files/atlas-c++-0.6.1-strict-aliasing.patch, atlas-c++-0.4.5.ebuild,
64 + atlas-c++-0.5.92.ebuild, atlas-c++-0.6.1.ebuild:
65 + Making test compile. Bug #211773 by Raúl Porcel.
66 + Fixing DESCRIPTION on old ebuild to clean repoman warnings
67
68 28 Feb 2008; Ferris McCormick <fmccor@g.o> atlas-c++-0.6.1.ebuild:
69 Restore ~sparc keyword --- Bug #211773 --- note that one test won't build,
70
71
72
73 1.5 media-libs/atlas-c++/atlas-c++-0.5.92.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild?rev=1.5&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild?rev=1.5&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild?r1=1.4&r2=1.5
78
79 Index: atlas-c++-0.5.92.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild,v
82 retrieving revision 1.4
83 retrieving revision 1.5
84 diff -u -r1.4 -r1.5
85 --- atlas-c++-0.5.92.ebuild 25 Nov 2007 10:19:45 -0000 1.4
86 +++ atlas-c++-0.5.92.ebuild 29 Feb 2008 07:23:41 -0000 1.5
87 @@ -1,13 +1,13 @@
88 -# Copyright 1999-2007 Gentoo Foundation
89 +# Copyright 1999-2008 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild,v 1.4 2007/11/25 10:19:45 tupone Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.5.92.ebuild,v 1.5 2008/02/29 07:23:41 tupone Exp $
93
94 inherit eutils
95
96 MY_PN="Atlas-C++"
97 MY_P=${MY_PN}-${PV}
98 S=${WORKDIR}/${MY_P}
99 -DESCRIPTION="Atlas protocol standard implementation in C++. Atlas protocol is used in role playing games at worldforge."
100 +DESCRIPTION="Atlas protocol, used in role playing games at worldforge."
101 HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/atlas_cpp"
102 SRC_URI="mirror://sourceforge/worldforge/${MY_P}.tar.bz2"
103
104
105
106
107 1.3 media-libs/atlas-c++/atlas-c++-0.6.1.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild?rev=1.3&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild?rev=1.3&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild?r1=1.2&r2=1.3
112
113 Index: atlas-c++-0.6.1.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild,v
116 retrieving revision 1.2
117 retrieving revision 1.3
118 diff -u -r1.2 -r1.3
119 --- atlas-c++-0.6.1.ebuild 28 Feb 2008 15:41:38 -0000 1.2
120 +++ atlas-c++-0.6.1.ebuild 29 Feb 2008 07:23:41 -0000 1.3
121 @@ -1,8 +1,8 @@
122 # Copyright 1999-2008 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $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 $
125 +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild,v 1.3 2008/02/29 07:23:41 tupone Exp $
126
127 -inherit eutils
128 +inherit eutils autotools
129
130 MY_PN="Atlas-C++"
131 MY_P=${MY_PN}-${PV}
132 @@ -21,6 +21,13 @@
133
134 S=${WORKDIR}/${MY_P}
135
136 +src_unpack() {
137 + unpack ${A}
138 + cd "${S}"
139 + epatch "${FILESDIR}"/${P}-strict-aliasing.patch
140 + eautoreconf
141 +}
142 +
143 src_compile() {
144 econf \
145 $(use_enable zlib) \
146
147
148
149 --
150 gentoo-commits@l.g.o mailing list