Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/cns: ChangeLog cns-1.2-r1.ebuild
Date: Thu, 10 Jan 2008 04:43:07
Message-Id: E1JCpFv-0004jR-TA@stork.gentoo.org
1 dberkholz 08/01/10 04:43:03
2
3 Modified: ChangeLog cns-1.2-r1.ebuild
4 Log:
5 Add a patch to make CNS compile on unknown architecture/OS combinations, of which ppc is one.
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.9 sci-chemistry/cns/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/cns/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/cns/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/cns/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 7 Dec 2007 08:58:57 -0000 1.8
22 +++ ChangeLog 10 Jan 2008 04:43:03 -0000 1.9
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-chemistry/cns
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.8 2007/12/07 08:58:57 dberkholz Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.9 2008/01/10 04:43:03 dberkholz Exp $
29 +
30 + 10 Jan 2008; Donnie Berkholz <dberkholz@g.o>;
31 + +files/1.2-allow-unknown-architectures.patch, cns-1.2-r1.ebuild:
32 + Add a patch to make CNS compile on unknown architecture/OS combinations, of
33 + which ppc is one.
34
35 *cns-1.2-r1 (07 Dec 2007)
36
37
38
39
40 1.2 sci-chemistry/cns/cns-1.2-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/cns/cns-1.2-r1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/cns/cns-1.2-r1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/cns/cns-1.2-r1.ebuild?r1=1.1&r2=1.2
45
46 Index: cns-1.2-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2-r1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- cns-1.2-r1.ebuild 7 Dec 2007 08:58:57 -0000 1.1
53 +++ cns-1.2-r1.ebuild 10 Jan 2008 04:43:03 -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/sci-chemistry/cns/cns-1.2-r1.ebuild,v 1.1 2007/12/07 08:58:57 dberkholz Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2-r1.ebuild,v 1.2 2008/01/10 04:43:03 dberkholz Exp $
60
61 inherit eutils fortran toolchain-funcs
62
63 @@ -37,6 +37,8 @@
64 # http://gcc.gnu.org/ml/fortran/2006-02/msg00198.html
65 epatch "${FILESDIR}"/1.1-time-length-10.patch
66
67 + epatch "${FILESDIR}"/1.2-allow-unknown-architectures.patch
68 +
69 # Set up location for the build directory
70 # Uses obsolete `sort` syntax, so we set _POSIX2_VERSION
71 sed -i \
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list