Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/qalculate-kde: ChangeLog qalculate-kde-0.9.6-r1.ebuild
Date: Mon, 04 Feb 2008 12:00:07
Message-Id: E1JLzzY-0000sX-17@stork.gentoo.org
1 markusle 08/02/04 12:00:04
2
3 Modified: ChangeLog
4 Added: qalculate-kde-0.9.6-r1.ebuild
5 Log:
6 Added patches to allow compilation against cln-1.2 (see bug #208527).
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.21 sci-calculators/qalculate-kde/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-kde/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-kde/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-kde/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 19 Oct 2007 20:22:15 -0000 1.20
23 +++ ChangeLog 4 Feb 2008 12:00:03 -0000 1.21
24 @@ -1,6 +1,13 @@
25 # ChangeLog for sci-calculators/qalculate-kde
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/ChangeLog,v 1.20 2007/10/19 20:22:15 nixnut Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/ChangeLog,v 1.21 2008/02/04 12:00:03 markusle Exp $
30 +
31 +*qalculate-kde-0.9.6-r1 (02 Feb 2008)
32 +
33 + 02 Feb 2008; Markus Dittrich <markusle@g.o>
34 + +files/qalculate-kde-0.9.6-cln-config.patch,
35 + +qalculate-kde-0.9.6-r1.ebuild:
36 + Added patches to allow compilation against cln-1.2 (see bug #208527).
37
38 19 Oct 2007; nixnut <nixnut@g.o> qalculate-kde-0.9.6.ebuild:
39 Added ~ppc wrt bug 193455
40
41
42
43 1.1 sci-calculators/qalculate-kde/qalculate-kde-0.9.6-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-kde/qalculate-kde-0.9.6-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/qalculate-kde/qalculate-kde-0.9.6-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: qalculate-kde-0.9.6-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-kde/qalculate-kde-0.9.6-r1.ebuild,v 1.1 2008/02/04 12:00:03 markusle Exp $
53
54 myconf="--disable-clntest"
55
56 inherit kde autotools
57
58 DESCRIPTION="A modern multi-purpose calculator for KDE"
59 LICENSE="GPL-2"
60 HOMEPAGE="http://qalculate.sourceforge.net/"
61 SRC_URI="mirror://sourceforge/qalculate/${P}.tar.gz"
62
63 SLOT="0"
64 IUSE=""
65 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
66
67 DEPEND=">=sci-libs/libqalculate-0.9.6-r1
68 kde-base/kdelibs"
69
70 DOCS="AUTHORS ChangeLog NEWS README TODO"
71
72 src_unpack() {
73 kde_src_unpack
74 epatch "${FILESDIR}"/${P}-remove-link.patch
75 epatch "${FILESDIR}"/${P}-cln-config.patch
76 eautoconf
77 }
78
79 need-kde 3.1
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list