fuzzyray 15/02/25 21:12:42
Added: genlop-0.30.10-sync.patch
Removed: genlop-0.30.8-version.patch
genlop-0.30.8-compiling-category.patch
Log:
Revision bump to fix genlop -r with new portage sync code (Bug 540050).
Remove uneeded patches.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key
0x6E1CBA7B)
Revision Changes Path
1.1 app-portage/genlop/files/genlop-0.30.10-sync.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/genlop/files/genlop-0.30.10-sync.patch?rev=1.1&view=markup
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
Index: genlop-0.30.10-sync.patch
===================================================================
>From 46eb6a5a9a90049920ea84018b69b643c2809bfa Mon Sep 17 00:00:00 2001
From: Paul Varner <[email protected]>
Date: Thu, 19 Feb 2015 09:46:47 -0600
Subject: [PATCH] Fix genlop -r to work with new Portage sync code. (Bug
540050)
---
genlop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/genlop b/genlop
index e36c678..4e0faf0 100755
--- a/genlop
+++ b/genlop
@@ -968,7 +968,7 @@ sub rsync() {
my $handle;
open_file($_, \$handle);
while(<$handle>) {
- if ($_ =~ m/^(.*?)\: \=\=\= Sync completed with/) {
+ if ($_ =~ m/^(.*?)\: \=\=\= Sync completed/) {
if ($date_found) {
if (datecompare($1) <= 0) {
next;
--
2.3.0