Gentoo Archives: gentoo-commits

From: "Keri Harris (keri)" <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mozart: mozart-1.4.0-r2.ebuild ChangeLog
Date: Thu, 02 Dec 2010 06:31:11
Message-Id: 20101202063057.4961A20054@flycatcher.gentoo.org
1 keri 10/12/02 06:30:57
2
3 Modified: mozart-1.4.0-r2.ebuild ChangeLog
4 Log:
5 Respect CFLAGS in dss
6
7 (Portage version: 2.1.9.24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-lang/mozart/mozart-1.4.0-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/mozart-1.4.0-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/mozart-1.4.0-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/mozart-1.4.0-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: mozart-1.4.0-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.4.0-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mozart-1.4.0-r2.ebuild 21 Nov 2010 02:10:21 -0000 1.1
23 +++ mozart-1.4.0-r2.ebuild 2 Dec 2010 06:30:57 -0000 1.2
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.4.0-r2.ebuild,v 1.1 2010/11/21 02:10:21 keri Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.4.0-r2.ebuild,v 1.2 2010/12/02 06:30:57 keri Exp $
29
30 EAPI="2"
31
32 inherit elisp-common eutils
33
34 -PATCHSET_VER="3"
35 +PATCHSET_VER="4"
36 MY_P="mozart-${PV}.20080704"
37
38 DESCRIPTION="Mozart is an advanced development platform for intelligent, distributed applications"
39
40
41
42 1.34 dev-lang/mozart/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/ChangeLog?rev=1.34&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/ChangeLog?rev=1.34&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mozart/ChangeLog?r1=1.33&r2=1.34
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v
51 retrieving revision 1.33
52 retrieving revision 1.34
53 diff -u -r1.33 -r1.34
54 --- ChangeLog 21 Nov 2010 02:10:21 -0000 1.33
55 +++ ChangeLog 2 Dec 2010 06:30:57 -0000 1.34
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-lang/mozart
58 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v 1.33 2010/11/21 02:10:21 keri Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v 1.34 2010/12/02 06:30:57 keri Exp $
61 +
62 + 02 Dec 2010; <keri@g.o> mozart-1.4.0-r2.ebuild:
63 + Respect CFLAGS in dss
64
65 *mozart-1.4.0-r2 (21 Nov 2010)