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
Date: Sun, 08 Jan 2012 17:41:17
Message-Id: 20120108174107.960AF2004B@flycatcher.gentoo.org
1 solar 12/01/08 17:41:07
2
3 Modified: main.c
4 Log:
5 Need the env vars pushed to cvs as well
6
7 Revision Changes Path
8 1.215 portage-utils/main.c
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/main.c?rev=1.215&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/main.c?rev=1.215&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/main.c?r1=1.214&r2=1.215
13
14 Index: main.c
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/portage-utils/main.c,v
17 retrieving revision 1.214
18 retrieving revision 1.215
19 diff -u -r1.214 -r1.215
20 --- main.c 22 Dec 2011 20:26:20 -0000 1.214
21 +++ main.c 8 Jan 2012 17:41:07 -0000 1.215
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.214 2011/12/22 20:26:20 vapier Exp $
27 + * $Header: /var/cvsroot/gentoo-projects/portage-utils/main.c,v 1.215 2012/01/08 17:41:07 solar Exp $
28 *
29 * Copyright 2005-2008 Ned Ludd - <solar@g.o>
30 * Copyright 2005-2008 Mike Frysinger - <vapier@g.o>
31 @@ -75,6 +75,7 @@
32 static char *features;
33 static char *accept_license;
34 static char *install_mask;
35 +static char *pkg_install_mask;
36
37 const char err_noapplet[] = "Sorry this applet was disabled at compile time";
38
39 @@ -702,6 +703,7 @@
40 _Q_EVS(STR, ROOT, portroot, "/")
41 _Q_EVS(STR, ACCEPT_LICENSE, accept_license, "")
42 _Q_EVS(ISTR, INSTALL_MASK, install_mask, "")
43 + _Q_EVS(ISTR, PKG_INSTALL_MASK, pkg_install_mask, "")
44 _Q_EVS(STR, ARCH, portarch, "")
45 _Q_EVS(ISTR, CONFIG_PROTECT, config_protect, CONFIG_EPREFIX "etc")
46 _Q_EVS(ISTR, CONFIG_PROTECT_MASK, config_protect_mask, "")