Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/lcdtest/files: 1.08-help-option.patch digest-lcdtest-1.08-r1 digest-lcdtest-1.08
Date: Mon, 22 Oct 2007 21:41:31
Message-Id: E1Ik51W-0007Vx-51@stork.gentoo.org
1 chainsaw 07/10/22 21:41:22
2
3 Added: 1.08-help-option.patch digest-lcdtest-1.08-r1
4 Removed: digest-lcdtest-1.08
5 Log:
6 Add patch for help option by Thomas A. (Arch Tester) <gentoofan23@×××××.com>. Write a build system in the ebuild as scons is freaking out. This negates earlier keywording, delete 1.08 ebuild and restart keywording from scratch.
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.1 sys-apps/lcdtest/files/1.08-help-option.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lcdtest/files/1.08-help-option.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lcdtest/files/1.08-help-option.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.08-help-option.patch
16 ===================================================================
17 --- lcdtest-1.08/src/lcdtest.c 2007-06-05 19:38:23.000000000 -0400
18 +++ lcdtest.c 2007-10-22 13:04:09.000000000 -0400
19 @@ -680,7 +680,8 @@
20 {
21 argv++;
22 if ((strcmp (argv [0], "--help") == 0) ||
23 - (strcmp (argv [0], "-?") == 0))
24 + (strcmp (argv [0], "-?") == 0) ||
25 + (strcmp (argv [0], "-h") ==0))
26 {
27 usage (stderr);
28 help (stderr);
29
30
31
32 1.1 sys-apps/lcdtest/files/digest-lcdtest-1.08-r1
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lcdtest/files/digest-lcdtest-1.08-r1?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lcdtest/files/digest-lcdtest-1.08-r1?rev=1.1&content-type=text/plain
36
37 Index: digest-lcdtest-1.08-r1
38 ===================================================================
39 MD5 0e73a7e25645e79ddbc84560f40e2738 lcdtest-1.08.tar.gz 30762
40 RMD160 bad9b9a8e8f5138f043812fff397db6cde54e160 lcdtest-1.08.tar.gz 30762
41 SHA256 f4cc00b90505ccc2f379d0f481a761ca11f7622abbb078430b595cf3aa287d29 lcdtest-1.08.tar.gz 30762
42
43
44
45 --
46 gentoo-commits@g.o mailing list