Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/xxv/files/
Date: Thu, 16 Feb 2017 11:14:12
Message-Id: 1487243640.2202952aab67efcc42f19515ef32191581468c23.kensington@gentoo
1 commit: 2202952aab67efcc42f19515ef32191581468c23
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 15 16:52:14 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 11:14:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2202952a
7
8 www-misc/xxv: remove unused patch
9
10 www-misc/xxv/files/xxv-1.0-logerror.patch | 29 -----------------------------
11 1 file changed, 29 deletions(-)
12
13 diff --git a/www-misc/xxv/files/xxv-1.0-logerror.patch b/www-misc/xxv/files/xxv-1.0-logerror.patch
14 deleted file mode 100644
15 index 3c65bbda47..0000000000
16 --- a/www-misc/xxv/files/xxv-1.0-logerror.patch
17 +++ /dev/null
18 @@ -1,29 +0,0 @@
19 ---- html/bloecke/tooltip.tmpl (Revision 1189)
20 -+++ html/bloecke/tooltip.tmpl (Arbeitskopie)
21 -@@ -7,6 +7,6 @@
22 - IF !ttp_offset;ttp_offset = 0;END %?>
23 - <a href="<?% IF link;link;ELSE;"#";END %?>"<?% IF eventid %?>
24 - onmouseover="ttpreq(this, '<?% escape(title) %?>
25 -- <?% IF subtitle.length > 0 %?>~<?% escape(subtitle) %?>
26 -+ <?% IF subtitle && subtitle.length > 0 %?>~<?% escape(subtitle) %?>
27 - <?% END %?>',<?% eventid %?>, <?% ttp_offset %?>);"
28 - <?% END %?> >
29 -Index: html/tlist.tmpl
30 -===================================================================
31 ---- html/tlist.tmpl (Revision 1189)
32 -+++ html/tlist.tmpl (Arbeitskopie)
33 -@@ -51,10 +51,10 @@
34 - <?% END %?>
35 - </tr>
36 - <?% FOREACH zeile = data %?>
37 -- <?% aktiv = ( zeile.1 mod 2 );
38 -- vps = zeile.1 mod 8 div 4;
39 -+ <?% aktiv= ( zeile.1 ? zeile.1 mod 2 : 0 );
40 -+ vps= ( zeile.1 ? zeile.1 mod 8 div 4 : 0 );
41 - day = date.format(zeile.9, "%A, %x", locale);
42 -- IF aktiv; rest = rest - zeile.last; END;
43 -+ IF aktiv; rest = rest - zeile.13; END;
44 - %?>
45 - <?% IF oldDay != day %?>
46 - <tr><td colspan='<?% zeile.size + 1 %?>' bgcolor='#DDDDDD'><b><?% day %?></b></td><tr>
47 -