Gentoo Archives: gentoo-commits

From: "Ingmar Vanhassel (ingmar)" <ingmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/fung-calc: fung-calc-1.3.2b.ebuild ChangeLog
Date: Fri, 25 Apr 2008 13:39:52
Message-Id: E1JpO9V-0001Ef-Nv@stork.gentoo.org
1 ingmar 08/04/25 13:39:49
2
3 Modified: fung-calc-1.3.2b.ebuild ChangeLog
4 Log:
5 Quote FILESDIR.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.11 sci-calculators/fung-calc/fung-calc-1.3.2b.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/fung-calc/fung-calc-1.3.2b.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/fung-calc/fung-calc-1.3.2b.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/fung-calc/fung-calc-1.3.2b.ebuild?r1=1.10&r2=1.11
14
15 Index: fung-calc-1.3.2b.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/fung-calc/fung-calc-1.3.2b.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- fung-calc-1.3.2b.ebuild 25 Apr 2008 13:36:47 -0000 1.10
22 +++ fung-calc-1.3.2b.ebuild 25 Apr 2008 13:39:49 -0000 1.11
23 @@ -1,6 +1,6 @@
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-calculators/fung-calc/fung-calc-1.3.2b.ebuild,v 1.10 2008/04/25 13:36:47 ingmar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/fung-calc/fung-calc-1.3.2b.ebuild,v 1.11 2008/04/25 13:39:49 ingmar Exp $
28
29 inherit kde eutils flag-o-matic
30
31 @@ -25,9 +25,9 @@
32 src_unpack() {
33 kde_src_unpack
34
35 - epatch ${FILESDIR}/fung-calc-fPIC
36 - epatch ${FILESDIR}/fung-calc-gcc34-fix
37 - useq arts || epatch ${FILESDIR}/fung-calc-1.3.2b-configure.patch
38 + epatch "${FILESDIR}"/fung-calc-fPIC
39 + epatch "${FILESDIR}"/fung-calc-gcc34-fix
40 + use arts || epatch "${FILESDIR}"/fung-calc-1.3.2b-configure.patch
41 }
42
43 src_compile() {
44
45
46
47 1.12 sci-calculators/fung-calc/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/fung-calc/ChangeLog?rev=1.12&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/fung-calc/ChangeLog?rev=1.12&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/fung-calc/ChangeLog?r1=1.11&r2=1.12
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/fung-calc/ChangeLog,v
56 retrieving revision 1.11
57 retrieving revision 1.12
58 diff -u -r1.11 -r1.12
59 --- ChangeLog 25 Apr 2008 13:36:47 -0000 1.11
60 +++ ChangeLog 25 Apr 2008 13:39:49 -0000 1.12
61 @@ -1,6 +1,9 @@
62 # ChangeLog for sci-calculators/fung-calc
63 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/fung-calc/ChangeLog,v 1.11 2008/04/25 13:36:47 ingmar Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/fung-calc/ChangeLog,v 1.12 2008/04/25 13:39:49 ingmar Exp $
66 +
67 + 25 Apr 2008; Ingmar Vanhassel <ingmar@g.o> fung-calc-1.3.2b.ebuild:
68 + Quote FILESDIR.
69
70 25 Apr 2008; Ingmar Vanhassel <ingmar@g.o> fung-calc-1.3.2b.ebuild:
71 Remove unversioned kde-base/kdelibs dependency, since the ebuild gets a
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list