Gentoo Archives: gentoo-commits

From: "Paul Varner (fuzzyray)" <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/genlop/files: genlop-0.30.10-sync.patch genlop-0.30.8-version.patch genlop-0.30.8-compiling-category.patch
Date: Wed, 25 Feb 2015 21:12:48
Message-Id: 20150225211242.F038D128BF@oystercatcher.gentoo.org
1 fuzzyray 15/02/25 21:12:42
2
3 Added: genlop-0.30.10-sync.patch
4 Removed: genlop-0.30.8-version.patch
5 genlop-0.30.8-compiling-category.patch
6 Log:
7 Revision bump to fix genlop -r with new portage sync code (Bug 540050).
8 Remove uneeded patches.
9
10 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x6E1CBA7B)
11
12 Revision Changes Path
13 1.1 app-portage/genlop/files/genlop-0.30.10-sync.patch
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/genlop/files/genlop-0.30.10-sync.patch?rev=1.1&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/genlop/files/genlop-0.30.10-sync.patch?rev=1.1&content-type=text/plain
17
18 Index: genlop-0.30.10-sync.patch
19 ===================================================================
20 From 46eb6a5a9a90049920ea84018b69b643c2809bfa Mon Sep 17 00:00:00 2001
21 From: Paul Varner <fuzzyray@g.o>
22 Date: Thu, 19 Feb 2015 09:46:47 -0600
23 Subject: [PATCH] Fix genlop -r to work with new Portage sync code. (Bug
24 540050)
25
26 ---
27 genlop | 2 +-
28 1 file changed, 1 insertion(+), 1 deletion(-)
29
30 diff --git a/genlop b/genlop
31 index e36c678..4e0faf0 100755
32 --- a/genlop
33 +++ b/genlop
34 @@ -968,7 +968,7 @@ sub rsync() {
35 my $handle;
36 open_file($_, \$handle);
37 while(<$handle>) {
38 - if ($_ =~ m/^(.*?)\: \=\=\= Sync completed with/) {
39 + if ($_ =~ m/^(.*?)\: \=\=\= Sync completed/) {
40 if ($date_found) {
41 if (datecompare($1) <= 0) {
42 next;
43 --
44 2.3.0