Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/gmm: gmm-3.0.ebuild ChangeLog
Date: Sun, 02 Nov 2008 06:55:23
Message-Id: E1KwWrp-0007yf-LX@stork.gentoo.org
1 vapier 08/11/02 06:55:21
2
3 Modified: gmm-3.0.ebuild ChangeLog
4 Log:
5 Add ppc/ppc64 love for KDE 4.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
7
8 Revision Changes Path
9 1.2 sci-mathematics/gmm/gmm-3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild?r1=1.1&r2=1.2
14
15 Index: gmm-3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gmm-3.0.ebuild 13 Jan 2008 20:13:10 -0000 1.1
22 +++ gmm-3.0.ebuild 2 Nov 2008 06:55:21 -0000 1.2
23 @@ -1,16 +1,16 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild,v 1.1 2008/01/13 20:13:10 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-3.0.ebuild,v 1.2 2008/11/02 06:55:21 vapier Exp $
28
29 inherit eutils
30
31 -DESCRIPTION="GMM++ is a generic C++ template library for sparse, dense and skyline matrices."
32 +DESCRIPTION="generic C++ template library for sparse, dense and skyline matrices"
33 SRC_URI="http://download.gna.org/getfem/stable/${P}.tar.gz"
34 HOMEPAGE="http://www-gmm.insa-toulouse.fr/getfem/"
35
36 LICENSE="LGPL-2.1"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
40 IUSE=""
41
42 src_install() {
43
44
45
46 1.2 sci-mathematics/gmm/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gmm/ChangeLog?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gmm/ChangeLog?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gmm/ChangeLog?r1=1.1&r2=1.2
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/ChangeLog,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- ChangeLog 13 Jan 2008 20:13:10 -0000 1.1
59 +++ ChangeLog 2 Nov 2008 06:55:21 -0000 1.2
60 @@ -1,6 +1,9 @@
61 # ChangeLog for sci-mathematics/gmm
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/ChangeLog,v 1.1 2008/01/13 20:13:10 philantrop Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/ChangeLog,v 1.2 2008/11/02 06:55:21 vapier Exp $
65 +
66 + 02 Nov 2008; Mike Frysinger <vapier@g.o> gmm-3.0.ebuild:
67 + Add ppc/ppc64 love for KDE 4.
68
69 *gmm-3.0 (13 Jan 2008)