Gentoo Archives: gentoo-commits

From: "Gunnar Wrobel (wrobel)" <wrobel@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/htp/files: easteregg.patch
Date: Wed, 10 Sep 2008 08:33:51
Message-Id: E1KdL8u-0003Fb-3L@stork.gentoo.org
1 wrobel 08/09/10 08:33:40
2
3 Added: easteregg.patch
4 Log:
5 Added htp-1.16 (#233678).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-text/htp/files/easteregg.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/htp/files/easteregg.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/htp/files/easteregg.patch?rev=1.1&content-type=text/plain
13
14 Index: easteregg.patch
15 ===================================================================
16 --- src/misc-proc.c 2007-08-31 13:46:01.000000000 +0200
17 +++ ../new/src/misc-proc.c 2008-08-02 08:46:46.000000000 +0200
18 @@ -21,16 +21,6 @@
19 UNREF_PARAM(htmlMarkup);
20 UNREF_PARAM(newPlaintext);
21
22 - /* authors ego-gratifying easter egg */
23 - /* put a generator meta-tag at the end of the HTML header */
24 - StreamPrintF(task->outfile,
25 - "<meta name=\"Generator\" content=\"%s %s\"",
26 - PROGRAM_NAME, VER_STRING);
27 - if(IsOptionEnabled(OPT_I_XML)) {
28 - StreamPrintF(task->outfile, " />\n");
29 - } else {
30 - StreamPrintF(task->outfile, ">\n");
31 - }
32 return MARKUP_OKAY;
33 }