Gentoo Archives: gentoo-commits

From: "Ingmar Vanhassel (ingmar)" <ingmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kcalc: kcalc-4.0.1.ebuild ChangeLog
Date: Sat, 23 Feb 2008 17:36:49
Message-Id: E1JSyIl-0007mo-2s@stork.gentoo.org
1 ingmar 08/02/23 17:36:43
2
3 Modified: kcalc-4.0.1.ebuild ChangeLog
4 Log:
5 Remove traces of monolithic KDE 4.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 kde-base/kcalc/kcalc-4.0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcalc/kcalc-4.0.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcalc/kcalc-4.0.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcalc/kcalc-4.0.1.ebuild?r1=1.1&r2=1.2
14
15 Index: kcalc-4.0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.0.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- kcalc-4.0.1.ebuild 7 Feb 2008 00:11:19 -0000 1.1
22 +++ kcalc-4.0.1.ebuild 23 Feb 2008 17:36:42 -0000 1.2
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/kde-base/kcalc/kcalc-4.0.1.ebuild,v 1.1 2008/02/07 00:11:19 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.0.1.ebuild,v 1.2 2008/02/23 17:36:42 ingmar Exp $
28
29 EAPI="1"
30
31 @@ -11,9 +11,8 @@
32 KEYWORDS="~amd64 ~x86"
33 IUSE="debug htmlhandbook test"
34
35 -COMMONDEPEND="dev-libs/gmp"
36 -DEPEND="${DEPEND} ${COMMONDEPEND}"
37 -RDEPEND="${RDEPEND} ${COMMONDEPEND}"
38 +DEPEND="dev-libs/gmp"
39 +RDEPEND="${DEPEND}"
40
41 src_test() {
42 pushd "${WORKDIR}"/${PN}_build/kcalc/knumber/tests > /dev/null
43
44
45
46 1.81 kde-base/kcalc/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcalc/ChangeLog?rev=1.81&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcalc/ChangeLog?rev=1.81&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kcalc/ChangeLog?r1=1.80&r2=1.81
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v
55 retrieving revision 1.80
56 retrieving revision 1.81
57 diff -u -r1.80 -r1.81
58 --- ChangeLog 20 Feb 2008 22:39:16 -0000 1.80
59 +++ ChangeLog 23 Feb 2008 17:36:42 -0000 1.81
60 @@ -1,6 +1,9 @@
61 # ChangeLog for kde-base/kcalc
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.80 2008/02/20 22:39:16 philantrop Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.81 2008/02/23 17:36:42 ingmar Exp $
65 +
66 + 23 Feb 2008; Ingmar Vanhassel <ingmar@g.o> kcalc-4.0.1.ebuild:
67 + Remove traces of monolithic KDE 4.
68
69 *kcalc-3.5.9 (20 Feb 2008)
70
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list