commit: 2202952aab67efcc42f19515ef32191581468c23 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Feb 15 16:52:14 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Feb 16 11:14:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2202952a
www-misc/xxv: remove unused patch www-misc/xxv/files/xxv-1.0-logerror.patch | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/www-misc/xxv/files/xxv-1.0-logerror.patch b/www-misc/xxv/files/xxv-1.0-logerror.patch deleted file mode 100644 index 3c65bbda47..0000000000 --- a/www-misc/xxv/files/xxv-1.0-logerror.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- html/bloecke/tooltip.tmpl (Revision 1189) -+++ html/bloecke/tooltip.tmpl (Arbeitskopie) -@@ -7,6 +7,6 @@ - IF !ttp_offset;ttp_offset = 0;END %?> - <a href="<?% IF link;link;ELSE;"#";END %?>"<?% IF eventid %?> - onmouseover="ttpreq(this, '<?% escape(title) %?> -- <?% IF subtitle.length > 0 %?>~<?% escape(subtitle) %?> -+ <?% IF subtitle && subtitle.length > 0 %?>~<?% escape(subtitle) %?> - <?% END %?>',<?% eventid %?>, <?% ttp_offset %?>);" - <?% END %?> > -Index: html/tlist.tmpl -=================================================================== ---- html/tlist.tmpl (Revision 1189) -+++ html/tlist.tmpl (Arbeitskopie) -@@ -51,10 +51,10 @@ - <?% END %?> - </tr> - <?% FOREACH zeile = data %?> -- <?% aktiv = ( zeile.1 mod 2 ); -- vps = zeile.1 mod 8 div 4; -+ <?% aktiv= ( zeile.1 ? zeile.1 mod 2 : 0 ); -+ vps= ( zeile.1 ? zeile.1 mod 8 div 4 : 0 ); - day = date.format(zeile.9, "%A, %x", locale); -- IF aktiv; rest = rest - zeile.last; END; -+ IF aktiv; rest = rest - zeile.13; END; - %?> - <?% IF oldDay != day %?> - <tr><td colspan='<?% zeile.size + 1 %?>' bgcolor='#DDDDDD'><b><?% day %?></b></td><tr> -
