summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2005-10-18 16:08:44 +0000
committerRoy Marples <uberlord@gentoo.org>2005-10-18 16:08:44 +0000
commitbeceac1905cb667cbb29d72845c3d379753b9bd0 (patch)
treed10b8c9f30a11fcc5743191237d4eeef4417d480 /www-apps
parentfixed bad utf-8 in ChangeLog and touched headers to update the year (diff)
downloadgentoo-2-beceac1905cb667cbb29d72845c3d379753b9bd0.tar.gz
gentoo-2-beceac1905cb667cbb29d72845c3d379753b9bd0.tar.bz2
gentoo-2-beceac1905cb667cbb29d72845c3d379753b9bd0.zip
Fixed gay CR's in the german patch - thanks to vapier, #109589
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/websvn/ChangeLog6
-rw-r--r--www-apps/websvn/Manifest2
-rw-r--r--www-apps/websvn/files/websvn-1.61-german.patch32
3 files changed, 22 insertions, 18 deletions
diff --git a/www-apps/websvn/ChangeLog b/www-apps/websvn/ChangeLog
index c02faed35066..108b700641d9 100644
--- a/www-apps/websvn/ChangeLog
+++ b/www-apps/websvn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/websvn
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/websvn/ChangeLog,v 1.8 2005/10/17 13:00:07 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/websvn/ChangeLog,v 1.9 2005/10/18 16:08:44 uberlord Exp $
+
+ 18 Oct 2005; Roy Marples <uberlord@gentoo.org>
+ files/websvn-1.61-german.patch:
+ Fixed gay CR's in the german patch - thanks to vapier, #109589
*websvn-1.61-r3 (17 Oct 2005)
diff --git a/www-apps/websvn/Manifest b/www-apps/websvn/Manifest
index 527cc513e31a..363936967a47 100644
--- a/www-apps/websvn/Manifest
+++ b/www-apps/websvn/Manifest
@@ -3,7 +3,7 @@ MD5 6b1f00eaf678b8581924b0611c017839 files/digest-websvn-1.61 61
MD5 6b1f00eaf678b8581924b0611c017839 files/digest-websvn-1.61-r1 61
MD5 6b1f00eaf678b8581924b0611c017839 files/digest-websvn-1.61-r2 61
MD5 6b1f00eaf678b8581924b0611c017839 files/digest-websvn-1.61-r3 61
-MD5 3013b9d26debc5a20cad7438c0353002 files/websvn-1.61-german.patch 3108
+MD5 4e965e308c932391ae71096e4690a88e files/websvn-1.61-german.patch 3092
MD5 24bec7bc11c2c25adeeaa06bf4260cde files/websvn-1.61-issue32.patch 726
MD5 e63dfafda87c3bf459f7d580e0a33b9d files/websvn-1.61-r1.patch 4908
MD5 0d0713dd2a344f83db7c81936914b4e6 files/websvn-1.61-r2.patch 442
diff --git a/www-apps/websvn/files/websvn-1.61-german.patch b/www-apps/websvn/files/websvn-1.61-german.patch
index 1bc3981d109c..3d0e48044220 100644
--- a/www-apps/websvn/files/websvn-1.61-german.patch
+++ b/www-apps/websvn/files/websvn-1.61-german.patch
@@ -1,8 +1,8 @@
-Index: listing.php
-===================================================================
---- listing.php (Revision 1)
-+++ listing.php (Arbeitskopie)
-@@ -232,7 +232,15 @@
+Index: listing.php
+===================================================================
+--- listing.php (Revision 1)
++++ listing.php (Arbeitskopie)
+@@ -232,7 +232,15 @@
$vars["action"] = "";
$vars["author"] = $log['author'];
$vars["date"] = $log['date'];
@@ -19,11 +19,11 @@ Index: listing.php
$vars["rev"] = $rev;
$vars["lastchangedrev"] = $logrev;
$vars["path"] = $ppath;
-Index: log.php
-===================================================================
---- log.php (Revision 1)
-+++ log.php (Arbeitskopie)
-@@ -162,6 +162,7 @@
+Index: log.php
+===================================================================
+--- log.php (Revision 1)
++++ log.php (Arbeitskopie)
+@@ -162,6 +162,7 @@
{
// Turn all the HTML entities into real characters.
@@ -31,7 +31,7 @@ Index: log.php
if (version_compare(phpversion(), "4.1.0", "<"))
$msg = html_entity_decode($log["message"]);
else
-@@ -215,7 +216,15 @@
+@@ -215,7 +216,15 @@
$listing[$index]["revauthor"] = $log["author"];
$listing[$index]["revage"] = $log["age"];
@@ -48,11 +48,11 @@ Index: log.php
$listing[$index]["rowparity"] = "$row";
$row = 1 - $row;
-Index: rss.php
-===================================================================
---- rss.php (Revision 1)
-+++ rss.php (Arbeitskopie)
-@@ -98,7 +98,15 @@
+Index: rss.php
+===================================================================
+--- rss.php (Revision 1)
++++ rss.php (Arbeitskopie)
+@@ -98,7 +98,15 @@
$url = $config->getURL($rep, $parent, "dir");