Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/texmaker: ChangeLog texmaker-1.71-r1.ebuild
Date: Wed, 02 Jul 2008 15:07:28
Message-Id: E1KE3vW-0003d6-Vk@stork.gentoo.org
1 aballier 08/07/02 15:07:22
2
3 Modified: ChangeLog texmaker-1.71-r1.ebuild
4 Log:
5 fix hunspell detection by using pkgconfig, by René 'Necoro' Neumann <gentoo@××××××.eu>, bug #229729
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
7
8 Revision Changes Path
9 1.45 app-office/texmaker/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/ChangeLog?rev=1.45&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/ChangeLog?rev=1.45&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/ChangeLog?r1=1.44&r2=1.45
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v
18 retrieving revision 1.44
19 retrieving revision 1.45
20 diff -u -r1.44 -r1.45
21 --- ChangeLog 13 May 2008 20:34:18 -0000 1.44
22 +++ ChangeLog 2 Jul 2008 15:07:22 -0000 1.45
23 @@ -1,6 +1,11 @@
24 # ChangeLog for app-office/texmaker
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.44 2008/05/13 20:34:18 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.45 2008/07/02 15:07:22 aballier Exp $
28 +
29 + 02 Jul 2008; Alexis Ballier <aballier@g.o>
30 + files/texmaker-1.71-hunspell.patch, texmaker-1.71-r1.ebuild:
31 + fix hunspell detection by using pkgconfig, by René 'Necoro' Neumann
32 + <gentoo@××××××.eu>, bug #229729
33
34 *texmaker-1.71-r1 (13 May 2008)
35
36
37
38
39 1.2 app-office/texmaker/texmaker-1.71-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/texmaker-1.71-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/texmaker-1.71-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/texmaker/texmaker-1.71-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: texmaker-1.71-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.71-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- texmaker-1.71-r1.ebuild 13 May 2008 20:34:18 -0000 1.1
52 +++ texmaker-1.71-r1.ebuild 2 Jul 2008 15:07:22 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.71-r1.ebuild,v 1.1 2008/05/13 20:34:18 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.71-r1.ebuild,v 1.2 2008/07/02 15:07:22 aballier Exp $
58
59 EAPI=1
60
61 @@ -31,17 +31,20 @@
62
63 IUSE=""
64
65 -DEPEND="x11-libs/libX11
66 +COMMON_DEPEND="x11-libs/libX11
67 x11-libs/libXext
68 || ( ( x11-libs/qt-gui x11-libs/qt-core ) >=x11-libs/qt-4.3.0:4 )
69 >=app-text/hunspell-1.2.2"
70
71 -RDEPEND="${DEPEND}
72 +RDEPEND="${COMMON_DEPEND}
73 virtual/latex-base
74 app-text/psutils
75 virtual/ghostscript
76 media-libs/netpbm"
77
78 +DEPEND="${COMMON_DEPEND}
79 + dev-util/pkgconfig"
80 +
81 src_unpack() {
82 unpack ${A}
83 cd "${S}"
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list