Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/qscintilla: ChangeLog qscintilla-2.1.ebuild
Date: Sun, 09 Sep 2007 21:57:53
Message-Id: E1IUUg9-0003pM-KE@stork.gentoo.org
1 hawking 07/09/09 21:50:53
2
3 Modified: ChangeLog qscintilla-2.1.ebuild
4 Log:
5 fix multilib issue (bug 191910), thanks to Kenneth Prugh
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.77 dev-python/qscintilla/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/ChangeLog?rev=1.77&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/ChangeLog?rev=1.77&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/ChangeLog?r1=1.76&r2=1.77
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v
18 retrieving revision 1.76
19 retrieving revision 1.77
20 diff -u -r1.76 -r1.77
21 --- ChangeLog 7 Sep 2007 13:25:05 -0000 1.76
22 +++ ChangeLog 9 Sep 2007 21:50:53 -0000 1.77
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-python/qscintilla
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v 1.76 2007/09/07 13:25:05 hawking Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v 1.77 2007/09/09 21:50:53 hawking Exp $
28 +
29 + 09 Sep 2007; Ali Polatel <hawking@g.o> qscintilla-2.1.ebuild:
30 + Fix multilib issue (bug 191910), thanks to Kenneth Prugh
31
32 *qscintilla-2.1 (07 Sep 2007)
33
34
35
36
37 1.2 dev-python/qscintilla/qscintilla-2.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/qscintilla-2.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/qscintilla-2.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/qscintilla-2.1.ebuild?r1=1.1&r2=1.2
42
43 Index: qscintilla-2.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-2.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- qscintilla-2.1.ebuild 7 Sep 2007 13:25:05 -0000 1.1
50 +++ qscintilla-2.1.ebuild 9 Sep 2007 21:50:53 -0000 1.2
51 @@ -1,8 +1,8 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-2.1.ebuild,v 1.1 2007/09/07 13:25:05 hawking Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-2.1.ebuild,v 1.2 2007/09/09 21:50:53 hawking Exp $
56
57 -inherit eutils toolchain-funcs python
58 +inherit eutils toolchain-funcs python multilib
59
60 SCINTILLA_VER="1.73"
61 MY_P="${PN/qs/QS}-${SCINTILLA_VER}-gpl-${PV}"
62 @@ -134,7 +134,7 @@
63 doins ${S}/doc/Scintilla/*
64 fi
65 if use qt4; then
66 - insinto /usr/lib/qt4/plugins/
67 + insinto /usr/$(get_libdir)/qt4/plugins/
68 insopts -m0755
69 doins ${S}/designer-Qt4/libqscintillaplugin.so
70 else
71
72
73
74 --
75 gentoo-commits@g.o mailing list