public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/hardened: virtuals
@ 2007-12-26 21:26 Christian Heim (phreak)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Heim (phreak) @ 2007-12-26 21:26 UTC (permalink / raw
  To: gentoo-commits

phreak      07/12/26 21:26:37

  Modified:             virtuals
  Log:
  Adding virtual/bootloader to our parent profile.

Revision  Changes    Path
1.18                 profiles/hardened/virtuals

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/virtuals?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/virtuals?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/virtuals?r1=1.17&r2=1.18

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- virtuals	24 May 2007 04:40:53 -0000	1.17
+++ virtuals	26 Dec 2007 21:26:36 -0000	1.18
@@ -1,7 +1,8 @@
 # Copyright 1999-2005 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.17 2007/05/24 04:40:53 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.18 2007/12/26 21:26:36 phreak Exp $
 
 virtual/alsa			sys-kernel/hardened-sources
-virtual/linux-sources		sys-kernel/hardened-sources
+virtual/bootloader		sys-boot/grub
+virtual/linux-sources	sys-kernel/hardened-sources
 virtual/os-headers		sys-kernel/linux-headers



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/hardened: virtuals
@ 2007-12-26 21:33 Christian Heim (phreak)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Heim (phreak) @ 2007-12-26 21:33 UTC (permalink / raw
  To: gentoo-commits

phreak      07/12/26 21:33:59

  Modified:             virtuals
  Log:
  Define virtual/dev-manager in the parent profile, as almost every other profile is using udev nowadays.

Revision  Changes    Path
1.19                 profiles/hardened/virtuals

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/virtuals?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/virtuals?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/virtuals?r1=1.18&r2=1.19

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- virtuals	26 Dec 2007 21:26:36 -0000	1.18
+++ virtuals	26 Dec 2007 21:33:58 -0000	1.19
@@ -1,8 +1,9 @@
 # Copyright 1999-2005 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.18 2007/12/26 21:26:36 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.19 2007/12/26 21:33:58 phreak Exp $
 
 virtual/alsa			sys-kernel/hardened-sources
 virtual/bootloader		sys-boot/grub
+virtual/dev-manager		sys-fs/udev
 virtual/linux-sources	sys-kernel/hardened-sources
 virtual/os-headers		sys-kernel/linux-headers



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/hardened: virtuals
@ 2011-03-19 18:17 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-03-19 18:17 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/19 18:17:22

  Modified:             virtuals
  Log:
  Remove virtual/alsa.

Revision  Changes    Path
1.20                 profiles/hardened/virtuals

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/virtuals?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/virtuals?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/virtuals?r1=1.19&r2=1.20

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- virtuals	26 Dec 2007 21:33:58 -0000	1.19
+++ virtuals	19 Mar 2011 18:17:22 -0000	1.20
@@ -1,8 +1,7 @@
 # Copyright 1999-2005 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.19 2007/12/26 21:33:58 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.20 2011/03/19 18:17:22 ssuominen Exp $
 
-virtual/alsa			sys-kernel/hardened-sources
 virtual/bootloader		sys-boot/grub
 virtual/dev-manager		sys-fs/udev
 virtual/linux-sources	sys-kernel/hardened-sources






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

* [gentoo-commits] gentoo-x86 commit in profiles/hardened: virtuals
@ 2011-04-10 14:50 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-10 14:50 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/10 14:50:12

  Modified:             virtuals
  Log:
  Remove old-style virtual/bootloader, bug 359971.

Revision  Changes    Path
1.21                 profiles/hardened/virtuals

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/virtuals?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/virtuals?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/virtuals?r1=1.20&r2=1.21

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- virtuals	19 Mar 2011 18:17:22 -0000	1.20
+++ virtuals	10 Apr 2011 14:50:11 -0000	1.21
@@ -1,8 +1,7 @@
-# Copyright 1999-2005 Gentoo Foundation.
+# Copyright 1999-2011 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.20 2011/03/19 18:17:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.21 2011/04/10 14:50:11 ulm Exp $
 
-virtual/bootloader		sys-boot/grub
 virtual/dev-manager		sys-fs/udev
 virtual/linux-sources	sys-kernel/hardened-sources
 virtual/os-headers		sys-kernel/linux-headers






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

* [gentoo-commits] gentoo-x86 commit in profiles/hardened: virtuals
@ 2011-04-14  5:57 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-14  5:57 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/14 05:57:30

  Modified:             virtuals
  Log:
  Remove old-style virtual/os-headers, bug 358999.

Revision  Changes    Path
1.22                 profiles/hardened/virtuals

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/virtuals?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/virtuals?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/virtuals?r1=1.21&r2=1.22

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- virtuals	10 Apr 2011 14:50:11 -0000	1.21
+++ virtuals	14 Apr 2011 05:57:29 -0000	1.22
@@ -1,7 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.21 2011/04/10 14:50:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.22 2011/04/14 05:57:29 ulm Exp $
 
 virtual/dev-manager		sys-fs/udev
 virtual/linux-sources	sys-kernel/hardened-sources
-virtual/os-headers		sys-kernel/linux-headers






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

* [gentoo-commits] gentoo-x86 commit in profiles/hardened: virtuals
@ 2011-04-15 22:11 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-15 22:11 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/15 22:11:47

  Modified:             virtuals
  Log:
  Remove old-style virtual/dev-manager, bug 361133.

Revision  Changes    Path
1.23                 profiles/hardened/virtuals

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/virtuals?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/virtuals?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/virtuals?r1=1.22&r2=1.23

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- virtuals	14 Apr 2011 05:57:29 -0000	1.22
+++ virtuals	15 Apr 2011 22:11:47 -0000	1.23
@@ -1,6 +1,5 @@
 # Copyright 1999-2011 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.22 2011/04/14 05:57:29 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.23 2011/04/15 22:11:47 ulm Exp $
 
-virtual/dev-manager		sys-fs/udev
 virtual/linux-sources	sys-kernel/hardened-sources






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

* [gentoo-commits] gentoo-x86 commit in profiles/hardened: virtuals
@ 2011-04-30 17:18 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-30 17:18 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/30 17:18:18

  Removed:              virtuals
  Log:
  Remove old-style virtual/linux-sources, bug 118442.



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

end of thread, other threads:[~2011-04-30 17:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15 22:11 [gentoo-commits] gentoo-x86 commit in profiles/hardened: virtuals Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-30 17:18 Ulrich Mueller (ulm)
2011-04-14  5:57 Ulrich Mueller (ulm)
2011-04-10 14:50 Ulrich Mueller (ulm)
2011-03-19 18:17 Samuli Suominen (ssuominen)
2007-12-26 21:33 Christian Heim (phreak)
2007-12-26 21:26 Christian Heim (phreak)

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