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-mathematics/koctave: koctave-0.65-r1.ebuild ChangeLog
Date: Sun, 12 Oct 2008 11:54:24
Message-Id: E1KozWf-00036Q-Bk@stork.gentoo.org
1 markusle 08/10/12 11:54:21
2
3 Modified: koctave-0.65-r1.ebuild ChangeLog
4 Log:
5 Added slot dependencies for kde-3.5 to make sure we don't pull in kde-4.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-SENTINEL-2 i686)
7
8 Revision Changes Path
9 1.9 sci-mathematics/koctave/koctave-0.65-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild?r1=1.8&r2=1.9
14
15 Index: koctave-0.65-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- koctave-0.65-r1.ebuild 15 Jul 2008 13:16:56 -0000 1.8
22 +++ koctave-0.65-r1.ebuild 12 Oct 2008 11:54:21 -0000 1.9
23 @@ -1,9 +1,11 @@
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-mathematics/koctave/koctave-0.65-r1.ebuild,v 1.8 2008/07/15 13:16:56 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/koctave-0.65-r1.ebuild,v 1.9 2008/10/12 11:54:21 markusle Exp $
28
29 inherit kde
30
31 +EAPI="1"
32 +
33 DESCRIPTION="A KDE GUI for Octave numerical computing system"
34 HOMEPAGE="http://athlone.ath.cx/~matti/kde/koctave/"
35 SRC_URI="http://athlone.ath.cx/~matti/kde/koctave/${PN}3-${PV}.tar.bz2
36 @@ -16,11 +18,11 @@
37
38 DEPEND="virtual/libc
39 sci-mathematics/octave
40 - || ( kde-base/konsole kde-base/kdebase )"
41 + || ( kde-base/konsole:3.5 kde-base/kdebase:3.5 )"
42
43 S="${WORKDIR}"/${PN}3-${PV}
44
45 -need-kde 3.4
46 +need-kde 3.5
47
48 src_unpack() {
49 kde_src_unpack
50
51
52
53 1.14 sci-mathematics/koctave/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/koctave/ChangeLog?rev=1.14&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/koctave/ChangeLog?rev=1.14&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/koctave/ChangeLog?r1=1.13&r2=1.14
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v
62 retrieving revision 1.13
63 retrieving revision 1.14
64 diff -u -r1.13 -r1.14
65 --- ChangeLog 15 Jul 2008 13:16:56 -0000 1.13
66 +++ ChangeLog 12 Oct 2008 11:54:21 -0000 1.14
67 @@ -1,6 +1,9 @@
68 # ChangeLog for sci-mathematics/koctave
69 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.13 2008/07/15 13:16:56 markusle Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/koctave/ChangeLog,v 1.14 2008/10/12 11:54:21 markusle Exp $
72 +
73 + 12 Oct 2008; Markus Dittrich <markusle@g.o> koctave-0.65-r1.ebuild:
74 + Added slot dependencies for kde-3.5 to make sure we don't pull in kde-4.
75
76 15 Jul 2008; Markus Dittrich <markusle@g.o>
77 +files/koctave-0.65-desktop-entry-fix.patch, koctave-0.65-r1.ebuild: