public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-projects commit in portage-utils/tests/profile/profile1/etc/portage: make.conf
@ 2012-05-19 13:20 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2012-05-19 13:20 UTC (permalink / raw
  To: gentoo-commits

vapier      12/05/19 13:20:20

  Modified:             make.conf
  Log:
  fix handling of quoted lines that do not end in a quote because they have trailing comments/whitespace #416585 by Nikoli

Revision  Changes    Path
1.2                  portage-utils/tests/profile/profile1/etc/portage/make.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf?r1=1.1&r2=1.2

Index: make.conf
===================================================================
RCS file: /var/cvsroot/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.conf	22 Dec 2011 20:13:01 -0000	1.1
+++ make.conf	19 May 2012 13:20:20 -0000	1.2
@@ -1,7 +1,7 @@
-ARCH=x86
+ARCH=x86	
 
 #395629
-CONFIG_PROTECT=-*
+CONFIG_PROTECT=-* 
 
 source this.level.conf
 
@@ -9,4 +9,7 @@
 
 source subdir/file.conf
 
-INSTALL_MASK="		imask    	  "
+INSTALL_MASK="		imask    	  "	 
+
+PORTAGE_BINHOST="http://someurl/" # this is a comment
+NOCOLOR=1 # this is a comment






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-projects commit in portage-utils/tests/profile/profile1/etc/portage: make.conf
@ 2012-10-28 10:29 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2012-10-28 10:29 UTC (permalink / raw
  To: gentoo-commits

vapier      12/10/28 10:29:38

  Modified:             make.conf
  Log:
  improve trimming of quotes/whitespace when loading env files

Revision  Changes    Path
1.3                  portage-utils/tests/profile/profile1/etc/portage/make.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf?r1=1.2&r2=1.3

Index: make.conf
===================================================================
RCS file: /var/cvsroot/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make.conf	19 May 2012 13:20:20 -0000	1.2
+++ make.conf	28 Oct 2012 10:29:38 -0000	1.3
@@ -1,7 +1,7 @@
-ARCH=x86	
+ARCH=x86	# comment
 
 #395629
-CONFIG_PROTECT=-* 
+CONFIG_PROTECT=-* #fkajdsf
 
 source this.level.conf
 
@@ -10,6 +10,10 @@
 source subdir/file.conf
 
 INSTALL_MASK="		imask    	  "	 
+INSTALL_MASK="${INSTALL_MASK} x "
+INSTALL_MASK="$INSTALL_MASK
+	b
+" #fj
 
 PORTAGE_BINHOST="http://someurl/" # this is a comment
 NOCOLOR=1 # this is a comment





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-projects commit in portage-utils/tests/profile/profile1/etc/portage: make.conf
@ 2013-10-31  2:40 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2013-10-31  2:40 UTC (permalink / raw
  To: gentoo-commits

vapier      13/10/31 02:40:24

  Modified:             make.conf
  Log:
  fix bug related to var parsing w/out braces

Revision  Changes    Path
1.4                  portage-utils/tests/profile/profile1/etc/portage/make.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf?r1=1.3&r2=1.4

Index: make.conf
===================================================================
RCS file: /var/cvsroot/gentoo-projects/portage-utils/tests/profile/profile1/etc/portage/make.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make.conf	28 Oct 2012 10:29:38 -0000	1.3
+++ make.conf	31 Oct 2013 02:40:24 -0000	1.4
@@ -17,3 +17,6 @@
 
 PORTAGE_BINHOST="http://someurl/" # this is a comment
 NOCOLOR=1 # this is a comment
+
+# Catch a bug with var parsing.
+PKGDIR="$PREFLIGHT_BINHOST $FULL_BINHOST"





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-31  2:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-19 13:20 [gentoo-commits] gentoo-projects commit in portage-utils/tests/profile/profile1/etc/portage: make.conf Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-28 10:29 Mike Frysinger (vapier)
2013-10-31  2:40 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox