Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in portage-utils: main.c qmerge.c
Date: Tue, 08 Sep 2009 03:05:43
Message-Id: E1Mkr1Y-0004Rj-Ln@stork.gentoo.org
1 solar 09/09/08 03:05:40
2
3 Modified: main.c qmerge.c
4 Log:
5 whitespace
6
7 Revision Changes Path
8 1.164 portage-utils/main.c
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/main.c?rev=1.164&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/main.c?rev=1.164&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/main.c?r1=1.163&r2=1.164
13
14 Index: main.c
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/portage-utils/main.c,v
17 retrieving revision 1.163
18 retrieving revision 1.164
19 diff -u -r1.163 -r1.164
20 --- main.c 23 Aug 2009 06:07:07 -0000 1.163
21 +++ main.c 8 Sep 2009 03:05:40 -0000 1.164
22 @@ -1,7 +1,7 @@
23 /*
24 * Copyright 2005-2008 Gentoo Foundation
25 * Distributed under the terms of the GNU General Public License v2
26 - * $Header: /var/cvsroot/gentoo-projects/portage-utils/main.c,v 1.163 2009/08/23 06:07:07 solar Exp $
27 + * $Header: /var/cvsroot/gentoo-projects/portage-utils/main.c,v 1.164 2009/09/08 03:05:40 solar Exp $
28 *
29 * Copyright 2005-2008 Ned Ludd - <solar@g.o>
30 * Copyright 2005-2008 Mike Frysinger - <vapier@g.o>
31 @@ -57,7 +57,7 @@
32 char reinitialize = 0;
33 char reinitialize_metacache = 0;
34 char portdir[_Q_PATH_MAX] = EPREFIX "/usr/portage";
35 -char portarch[20] = "";
36 +char portarch[20] = "";
37 char portvdb[_Q_PATH_MAX] = "var/db/pkg";
38 char portcachedir[] = "metadata/cache";
39 char portroot[_Q_PATH_MAX] = "/";
40 @@ -475,7 +475,7 @@
41 struct stat st;
42 FILE *fp;
43 char buf[BUFSIZE], *s, *p;
44 - char *e = EPREFIX;
45 + char *e = (char *) EPREFIX;
46
47 char profile[_Q_PATH_MAX], portage_file[_Q_PATH_MAX];
48 const char *files[] = {portage_file, EPREFIX "/etc/make.globals", EPREFIX "/etc/make.conf"};
49
50
51
52 1.84 portage-utils/qmerge.c
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/qmerge.c?rev=1.84&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/qmerge.c?rev=1.84&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils/qmerge.c?r1=1.83&r2=1.84
57
58 Index: qmerge.c
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-projects/portage-utils/qmerge.c,v
61 retrieving revision 1.83
62 retrieving revision 1.84
63 diff -u -r1.83 -r1.84
64 --- qmerge.c 3 May 2009 17:19:13 -0000 1.83
65 +++ qmerge.c 8 Sep 2009 03:05:40 -0000 1.84
66 @@ -1,7 +1,7 @@
67 /*
68 * Copyright 2005-2007 Gentoo Foundation
69 * Distributed under the terms of the GNU General Public License v2
70 - * $Header: /var/cvsroot/gentoo-projects/portage-utils/qmerge.c,v 1.83 2009/05/03 17:19:13 solar Exp $
71 + * $Header: /var/cvsroot/gentoo-projects/portage-utils/qmerge.c,v 1.84 2009/09/08 03:05:40 solar Exp $
72 *
73 * Copyright 2005-2007 Ned Ludd - <solar@g.o>
74 * Copyright 2005-2007 Mike Frysinger - <vapier@g.o>
75 @@ -55,7 +55,7 @@
76 COMMON_OPTS_HELP
77 };
78
79 -static const char qmerge_rcsid[] = "$Id: qmerge.c,v 1.83 2009/05/03 17:19:13 solar Exp $";
80 +static const char qmerge_rcsid[] = "$Id: qmerge.c,v 1.84 2009/09/08 03:05:40 solar Exp $";
81 #define qmerge_usage(ret) usage(ret, QMERGE_FLAGS, qmerge_long_opts, qmerge_opts_help, lookup_applet_idx("qmerge"))
82
83 char search_pkgs = 0;
84 @@ -1109,9 +1109,6 @@
85 }
86 }
87
88 -
89 -
90 -
91 void print_Pkg(int full, struct pkg_t *pkg)
92 {
93 char *p = NULL;