Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/subtitlecomposer/files: subtitlecomposer-linkage-patch.patch
Date: Fri, 01 Jul 2011 20:30:06
Message-Id: 20110701202957.0F5A92004B@flycatcher.gentoo.org
1 scarabeus 11/07/01 20:29:57
2
3 Modified: subtitlecomposer-linkage-patch.patch
4 Log:
5 Use absolute paths in patch so we won't get QA warning.
6
7 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-video/subtitlecomposer/files/subtitlecomposer-linkage-patch.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitlecomposer/files/subtitlecomposer-linkage-patch.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitlecomposer/files/subtitlecomposer-linkage-patch.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitlecomposer/files/subtitlecomposer-linkage-patch.patch?r1=1.1&r2=1.2
15
16 Index: subtitlecomposer-linkage-patch.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/files/subtitlecomposer-linkage-patch.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- subtitlecomposer-linkage-patch.patch 5 Jun 2009 11:45:46 -0000 1.1
23 +++ subtitlecomposer-linkage-patch.patch 1 Jul 2011 20:29:56 -0000 1.2
24 @@ -1,6 +1,5 @@
25 -diff -ru ./src/main/CMakeLists.txt ../new/src/main/CMakeLists.txt
26 ---- ./src/main/CMakeLists.txt 2009-04-17 21:09:12.000000000 +0200
27 -+++ ../new/src/main/CMakeLists.txt 2009-06-04 01:47:35.000000000 +0200
28 +--- src/main/CMakeLists.txt 2009-04-17 21:09:12.000000000 +0200
29 ++++ src/main/CMakeLists.txt 2009-06-04 01:47:35.000000000 +0200
30 @@ -46,6 +46,8 @@
31 ${KDE4_KDEUI_LIBS}
32 ${KDE4_KHTML_LIBS}