Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/xephem: ChangeLog xephem-3.7.3.ebuild
Date: Sat, 28 Jun 2008 13:30:37
Message-Id: E1KCaVb-0002sc-EM@stork.gentoo.org
1 ulm 08/06/28 13:30:31
2
3 Modified: ChangeLog xephem-3.7.3.ebuild
4 Log:
5 Fix Motif linking problem again, bug 229761.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
7
8 Revision Changes Path
9 1.25 sci-astronomy/xephem/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xephem/ChangeLog?rev=1.25&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xephem/ChangeLog?rev=1.25&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xephem/ChangeLog?r1=1.24&r2=1.25
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v
18 retrieving revision 1.24
19 retrieving revision 1.25
20 diff -u -r1.24 -r1.25
21 --- ChangeLog 27 Jun 2008 10:18:58 -0000 1.24
22 +++ ChangeLog 28 Jun 2008 13:30:30 -0000 1.25
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-astronomy/xephem
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v 1.24 2008/06/27 10:18:58 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/ChangeLog,v 1.25 2008/06/28 13:30:30 ulm Exp $
28 +
29 + 28 Jun 2008; Ulrich Mueller <ulm@g.o>
30 + +files/xephem-3.7.3-link-motif.patch, xephem-3.7.3.ebuild:
31 + Fix Motif linking problem again, bug 229761.
32
33 27 Jun 2008; Ulrich Mueller <ulm@g.o> xephem-3.7.2.ebuild,
34 xephem-3.7.3.ebuild:
35
36
37
38 1.3 sci-astronomy/xephem/xephem-3.7.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xephem/xephem-3.7.3.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xephem/xephem-3.7.3.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xephem/xephem-3.7.3.ebuild?r1=1.2&r2=1.3
43
44 Index: xephem-3.7.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.3.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- xephem-3.7.3.ebuild 27 Jun 2008 10:18:58 -0000 1.2
51 +++ xephem-3.7.3.ebuild 28 Jun 2008 13:30:30 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.3.ebuild,v 1.2 2008/06/27 10:18:58 ulm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/xephem/xephem-3.7.3.ebuild,v 1.3 2008/06/28 13:30:30 ulm Exp $
57
58 inherit eutils
59
60 @@ -17,6 +17,10 @@
61 src_unpack() {
62 unpack ${A}
63 cd "${S}"
64 +
65 + # Link against Motif shared lib, bug 229761
66 + epatch "${FILESDIR}/${P}-link-motif.patch"
67 +
68 for i in libastro/Makefile libip/Makefile libjpegd/Makefile \
69 liblilxml/Makefile GUI/xephem/Makefile GUI/xephem/tools/*/Makefile ; do
70 einfo "Fixing CFLAGS in ${i}"
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list