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/files: qscintilla-2.1-qt4.patch qscintilla-2.1-qt.patch digest-qscintilla-2.1
Date: Fri, 07 Sep 2007 13:31:50
Message-Id: E1ITdpb-0000oP-5a@stork.gentoo.org
1 hawking 07/09/07 13:25:07
2
3 Added: qscintilla-2.1-qt4.patch qscintilla-2.1-qt.patch
4 digest-qscintilla-2.1
5 Log:
6 version bump
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.1 dev-python/qscintilla/files/qscintilla-2.1-qt4.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/files/qscintilla-2.1-qt4.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/files/qscintilla-2.1-qt4.patch?rev=1.1&content-type=text/plain
14
15 Index: qscintilla-2.1-qt4.patch
16 ===================================================================
17 --- designer.pro.ori 2006-12-13 09:31:54.000000000 +0700
18 +++ designer.pro 2006-12-13 09:40:49.000000000 +0700
19 @@ -4,12 +4,14 @@
20 TEMPLATE = lib
21 TARGET = qscintillaplugin
22
23 +INCLUDEPATH = ../Qt4
24 +
25 CONFIG += designer release plugin
26
27 HEADERS = qscintillaplugin.h
28 SOURCES = qscintillaplugin.cpp
29
30 -target.path = $$[QT_INSTALL_PLUGINS]/designer
31 +target.path = .
32 INSTALLS += target
33
34 -LIBS += -lqscintilla2
35 +LIBS += -L../Qt4/lib -lqscintilla2
36
37
38
39 1.1 dev-python/qscintilla/files/qscintilla-2.1-qt.patch
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/files/qscintilla-2.1-qt.patch?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/files/qscintilla-2.1-qt.patch?rev=1.1&content-type=text/plain
43
44 Index: qscintilla-2.1-qt.patch
45 ===================================================================
46 --- designer.pro.orig 2006-09-16 09:07:21.000000000 -0700
47 +++ designer.pro 2007-06-24 18:57:47.000000000 -0700
48 @@ -5,8 +5,10 @@
49 TARGET = qscintillaplugin
50 DESTDIR = $(QTDIR)/plugins/designer
51
52 +INCLUDEPATH = ../Qt3
53 +
54 CONFIG += qt warn_on release plugin
55
56 SOURCES += qscintillaplugin.cpp
57
58 -LIBS += -lqscintilla2
59 +LIBS += -L../Qt3/lib -lqscintilla2
60
61
62
63 1.1 dev-python/qscintilla/files/digest-qscintilla-2.1
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/files/digest-qscintilla-2.1?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/files/digest-qscintilla-2.1?rev=1.1&content-type=text/plain
67
68 Index: digest-qscintilla-2.1
69 ===================================================================
70 MD5 13049717628391ca4db43f7ede0eeeb4 QScintilla-1.73-gpl-2.1.tar.gz 1866929
71 RMD160 ef114b468b3cea5d36346c915bc407ce2ad3ec65 QScintilla-1.73-gpl-2.1.tar.gz 1866929
72 SHA256 545fcefb75fe159b48e2a17485c12ba8ca548f387f594923664258b10831bf86 QScintilla-1.73-gpl-2.1.tar.gz 1866929
73
74
75
76 --
77 gentoo-commits@g.o mailing list