public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/install-mask/files: location-db.xml
@ 2011-09-19  8:26 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2011-09-19  8:26 UTC (permalink / raw
  To: gentoo-commits

mgorny      11/09/19 08:26:53

  Added:                location-db.xml
  Log:
  Introduce install-mask, a tool to manage INSTALL_MASK setting.
  
  (Portage version: 2.2.0_alpha58_p6/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-portage/install-mask/files/location-db.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/files/location-db.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/files/location-db.xml?rev=1.1&content-type=text/plain

Index: location-db.xml
===================================================================
<?xml version="1.0" encoding="utf-8"?>
<install-mask>
	<location id="systemd">
		<path>/lib/systemd/system</path>
		<path>/usr/lib/tmpfiles.d</path>
		<description>
			systemd unit and auxiliary files.
		</description>
	</location>

	<location id="bash-completion">
		<path>/usr/share/bash-completion</path>
	</location>

	<location id="locale">
		<path>/usr/share/locale</path>
		<description>
			All localizations.
		</description>
	</location>
</install-mask>






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

* [gentoo-commits] gentoo-x86 commit in app-portage/install-mask/files: location-db.xml
@ 2011-12-16 16:55 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2011-12-16 16:55 UTC (permalink / raw
  To: gentoo-commits

mgorny      11/12/16 16:55:18

  Modified:             location-db.xml
  Log:
  Add logrotate to supported install-mask methods.
  
  (Portage version: 2.2.0_alpha81_p1/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-portage/install-mask/files/location-db.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/files/location-db.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/files/location-db.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/files/location-db.xml?r1=1.1&r2=1.2

Index: location-db.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/install-mask/files/location-db.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- location-db.xml	19 Sep 2011 08:26:53 -0000	1.1
+++ location-db.xml	16 Dec 2011 16:55:18 -0000	1.2
@@ -18,4 +18,8 @@
 			All localizations.
 		</description>
 	</location>
+
+	<location id="logrotate">
+		<path>/etc/logrotate.d</path>
+	</location>
 </install-mask>






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

* [gentoo-commits] gentoo-x86 commit in app-portage/install-mask/files: location-db.xml
@ 2012-05-21 17:20 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2012-05-21 17:20 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/05/21 17:20:01

  Modified:             location-db.xml
  Log:
  Update systemd mask location.
  
  (Portage version: 2.2.0_alpha107_p2/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-portage/install-mask/files/location-db.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/files/location-db.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/files/location-db.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/files/location-db.xml?r1=1.2&r2=1.3

Index: location-db.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/install-mask/files/location-db.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- location-db.xml	16 Dec 2011 16:55:18 -0000	1.2
+++ location-db.xml	21 May 2012 17:20:01 -0000	1.3
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <install-mask>
 	<location id="systemd">
-		<path>/lib/systemd/system</path>
+		<path>/usr/lib/systemd/system</path>
 		<path>/usr/lib/tmpfiles.d</path>
 		<description>
 			systemd unit and auxiliary files.






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

* [gentoo-commits] gentoo-x86 commit in app-portage/install-mask/files: location-db.xml
@ 2012-08-08 14:35 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2012-08-08 14:35 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/08/08 14:35:58

  Modified:             location-db.xml
  Log:
  Remove tmpfiles.d from systemd locations, since that directory is used by OpenRC now.
  
  (Portage version: 2.2.0_alpha120_p6/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-portage/install-mask/files/location-db.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/files/location-db.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/files/location-db.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/install-mask/files/location-db.xml?r1=1.3&r2=1.4

Index: location-db.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/install-mask/files/location-db.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- location-db.xml	21 May 2012 17:20:01 -0000	1.3
+++ location-db.xml	8 Aug 2012 14:35:58 -0000	1.4
@@ -2,7 +2,6 @@
 <install-mask>
 	<location id="systemd">
 		<path>/usr/lib/systemd/system</path>
-		<path>/usr/lib/tmpfiles.d</path>
 		<description>
 			systemd unit and auxiliary files.
 		</description>





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

end of thread, other threads:[~2012-08-08 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 14:35 [gentoo-commits] gentoo-x86 commit in app-portage/install-mask/files: location-db.xml Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-21 17:20 Michal Gorny (mgorny)
2011-12-16 16:55 Michal Gorny (mgorny)
2011-09-19  8:26 Michal Gorny (mgorny)

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