public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2007-10-10  7:50 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 33+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-10-10  7:50 UTC (permalink / raw
  To: gentoo-commits

opfer       07/10/10 07:50:02

  Modified:             ChangeLog virtuals
  Log:
  remove virtual/editor, we have a new-style virtual now

Revision  Changes    Path
1.20                 profiles/base/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	8 Oct 2007 15:20:23 -0000	1.19
+++ ChangeLog	10 Oct 2007 07:50:01 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.19 2007/10/08 15:20:23 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.20 2007/10/10 07:50:01 opfer Exp $
+
+  10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> virtuals:
+  remove virtual/editor, we have a new-style virtual now
 
   08 Oct 2007; Andrej Kacian <ticho@gentoo.org> use.mask:
   Mask ssse3 use flag globally - it is unmasked for x86 already, as it should



1.103                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- virtuals	2 Jul 2007 04:17:23 -0000	1.102
+++ virtuals	10 Oct 2007 07:50:01 -0000	1.103
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.102 2007/07/02 04:17:23 jmglov Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.103 2007/10/10 07:50:01 opfer Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -21,7 +21,6 @@
 virtual/cron				sys-process/vixie-cron
 virtual/dev-manager			sys-fs/udev
 virtual/dhcpc				net-misc/dhcpcd
-virtual/editor				app-editors/nano
 virtual/eject				sys-apps/eject
 virtual/fam				app-admin/gamin
 virtual/fuse-python			sys-fs/python-fuse



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2007-10-10 12:34 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 33+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2007-10-10 12:34 UTC (permalink / raw
  To: gentoo-commits

bicatali    07/10/10 12:34:05

  Modified:             ChangeLog virtuals
  Log:
  removed virtual/blas, now new style, removed virtual/cblas (never existed), virtual/lapack now points to sci-libs/lapack-reference

Revision  Changes    Path
1.21                 profiles/base/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	10 Oct 2007 07:50:01 -0000	1.20
+++ ChangeLog	10 Oct 2007 12:34:04 -0000	1.21
@@ -1,10 +1,14 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.20 2007/10/10 07:50:01 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.21 2007/10/10 12:34:04 bicatali Exp $
 
   10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> virtuals:
   remove virtual/editor, we have a new-style virtual now
 
+  09 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> virtuals:
+  removed virtual/blas (now new style), virtual/cblas (which never existed and
+  now is new style) and replaced default lapack for lapack-reference
+
   08 Oct 2007; Andrej Kacian <ticho@gentoo.org> use.mask:
   Mask ssse3 use flag globally - it is unmasked for x86 already, as it should
   be. Bug #195086.



1.104                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- virtuals	10 Oct 2007 07:50:01 -0000	1.103
+++ virtuals	10 Oct 2007 12:34:04 -0000	1.104
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.103 2007/10/10 07:50:01 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.104 2007/10/10 12:34:04 bicatali Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -14,8 +14,6 @@
 virtual/baselayout			sys-apps/baselayout
 virtual/bittorrent			net-p2p/bittorrent
 virtual/blackbox			x11-wm/blackbox
-virtual/blas				sci-libs/blas-atlas
-virtual/cblas				sci-libs/blas-atlas
 virtual/cdrtools			app-cdr/cdrkit
 virtual/commonlisp			dev-lisp/sbcl
 virtual/cron				sys-process/vixie-cron
@@ -35,7 +33,7 @@
 virtual/j2ee				dev-java/sun-j2ee
 virtual/jabber-server		net-im/jabberd
 virtual/krb5				app-crypt/mit-krb5
-virtual/lapack				sci-libs/lapack-atlas
+virtual/lapack				sci-libs/lapack-reference
 virtual/libc				sys-libs/glibc
 virtual/libpcap				net-libs/libpcap
 virtual/linux-sources		sys-kernel/gentoo-sources



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2007-11-05 10:45 Duncan Coutts (dcoutts)
  0 siblings, 0 replies; 33+ messages in thread
From: Duncan Coutts (dcoutts) @ 2007-11-05 10:45 UTC (permalink / raw
  To: gentoo-commits

dcoutts     07/11/05 10:45:44

  Modified:             ChangeLog virtuals
  Log:
  p.mask dev-lang/ghc-bin and switch virtual/ghc to use dev-lang/ghc

Revision  Changes    Path
1.22                 profiles/base/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	10 Oct 2007 12:34:04 -0000	1.21
+++ ChangeLog	5 Nov 2007 10:45:43 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.21 2007/10/10 12:34:04 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.22 2007/11/05 10:45:43 dcoutts Exp $
+
+  05 Nov 2007; Duncan Coutts <dcoutts@gentoo.org> virtuals:
+  Switch to ghc rather than ghc-bin for virtual as we're p.masking ghc-bin
 
   10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> virtuals:
   remove virtual/editor, we have a new-style virtual now



1.105                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- virtuals	10 Oct 2007 12:34:04 -0000	1.104
+++ virtuals	5 Nov 2007 10:45:43 -0000	1.105
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.104 2007/10/10 12:34:04 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.105 2007/11/05 10:45:43 dcoutts Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -23,7 +23,7 @@
 virtual/fam				app-admin/gamin
 virtual/fuse-python			sys-fs/python-fuse
 virtual/gsasl				net-libs/libgsasl
-virtual/ghc					dev-lang/ghc-bin
+virtual/ghc				dev-lang/ghc
 virtual/gnustep-back		gnustep-base/gnustep-back-art
 virtual/gzip				app-arch/gzip
 virtual/httpd-php			dev-lang/php



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2007-11-21  0:22 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 33+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2007-11-21  0:22 UTC (permalink / raw
  To: gentoo-commits

bicatali    07/11/21 00:22:13

  Modified:             ChangeLog virtuals
  Log:
  Removed virtual/lapack, now new style

Revision  Changes    Path
1.23                 profiles/base/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	5 Nov 2007 10:45:43 -0000	1.22
+++ ChangeLog	21 Nov 2007 00:22:12 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.22 2007/11/05 10:45:43 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.23 2007/11/21 00:22:12 bicatali Exp $
+
+  21 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> virtuals:
+  Removed virtual/lapack, now new style
 
   05 Nov 2007; Duncan Coutts <dcoutts@gentoo.org> virtuals:
   Switch to ghc rather than ghc-bin for virtual as we're p.masking ghc-bin



1.106                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- virtuals	5 Nov 2007 10:45:43 -0000	1.105
+++ virtuals	21 Nov 2007 00:22:12 -0000	1.106
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.105 2007/11/05 10:45:43 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.106 2007/11/21 00:22:12 bicatali Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -33,7 +33,6 @@
 virtual/j2ee				dev-java/sun-j2ee
 virtual/jabber-server		net-im/jabberd
 virtual/krb5				app-crypt/mit-krb5
-virtual/lapack				sci-libs/lapack-reference
 virtual/libc				sys-libs/glibc
 virtual/libpcap				net-libs/libpcap
 virtual/linux-sources		sys-kernel/gentoo-sources



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2007-12-13 16:03 Duncan Coutts (dcoutts)
  0 siblings, 0 replies; 33+ messages in thread
From: Duncan Coutts (dcoutts) @ 2007-12-13 16:03 UTC (permalink / raw
  To: gentoo-commits

dcoutts     07/12/13 16:03:46

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/ghc as it is no longer used.

Revision  Changes    Path
1.25                 profiles/base/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	28 Nov 2007 07:50:44 -0000	1.24
+++ ChangeLog	13 Dec 2007 16:03:46 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.24 2007/11/28 07:50:44 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.25 2007/12/13 16:03:46 dcoutts Exp $
+
+  13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> virtuals:
+  Remove old-style virtual/ghc as it is no longer used.
 
   28 Nov 2007; Benedikt Böhm <hollow@gentoo.org> make.defaults:
   Add APACHE2_MODULES and APACHE2_MPMS to USE_EXPAND



1.107                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- virtuals	21 Nov 2007 00:22:12 -0000	1.106
+++ virtuals	13 Dec 2007 16:03:46 -0000	1.107
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.106 2007/11/21 00:22:12 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.107 2007/12/13 16:03:46 dcoutts Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -23,7 +23,6 @@
 virtual/fam				app-admin/gamin
 virtual/fuse-python			sys-fs/python-fuse
 virtual/gsasl				net-libs/libgsasl
-virtual/ghc				dev-lang/ghc
 virtual/gnustep-back		gnustep-base/gnustep-back-art
 virtual/gzip				app-arch/gzip
 virtual/httpd-php			dev-lang/php



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2008-02-14 15:44 Raul Porcel (armin76)
  0 siblings, 0 replies; 33+ messages in thread
From: Raul Porcel (armin76) @ 2008-02-14 15:44 UTC (permalink / raw
  To: gentoo-commits

armin76     08/02/14 15:44:19

  Modified:             ChangeLog virtuals
  Log:
  Remove useless virtual/bittorrent

Revision  Changes    Path
1.31                 profiles/base/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	29 Jan 2008 14:45:02 -0000	1.30
+++ ChangeLog	14 Feb 2008 15:44:18 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.30 2008/01/29 14:45:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.31 2008/02/14 15:44:18 armin76 Exp $
+
+  14 Feb 2008; Raúl Porcel <armin76@gentoo.org> virtuals:
+  Remove useless virtual/bittorrent
 
   29 Jan 2008; Raúl Porcel <armin76@gentoo.org> package.use.mask:
   Move bluetooth package.use.mask for app-pda/pilot-link from the amd64



1.108                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- virtuals	13 Dec 2007 16:03:46 -0000	1.107
+++ virtuals	14 Feb 2008 15:44:18 -0000	1.108
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.107 2007/12/13 16:03:46 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.108 2008/02/14 15:44:18 armin76 Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -12,7 +12,6 @@
 virtual/antivirus			app-antivirus/clamav
 virtual/aspell-dict			app-dicts/aspell-en
 virtual/baselayout			sys-apps/baselayout
-virtual/bittorrent			net-p2p/bittorrent
 virtual/blackbox			x11-wm/blackbox
 virtual/cdrtools			app-cdr/cdrkit
 virtual/commonlisp			dev-lisp/sbcl



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2008-03-21 11:21 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 33+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-03-21 11:21 UTC (permalink / raw
  To: gentoo-commits

opfer       08/03/21 11:21:34

  Modified:             ChangeLog virtuals
  Log:
  there is a new-style virtual now for pager

Revision  Changes    Path
1.35                 profiles/base/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	11 Mar 2008 18:24:31 -0000	1.34
+++ ChangeLog	21 Mar 2008 11:21:34 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.34 2008/03/11 18:24:31 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.35 2008/03/21 11:21:34 opfer Exp $
+
+  21 Mar 2008; Christian Faulhammer <opfer@gentoo.org> virtuals:
+  there is a new-style virtual now for pager
 
   11 Mar 2008; Christian Faulhammer <opfer@gentoo.org> package.use.mask:
   extend libpaludis mask for app-portage/gatt



1.109                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- virtuals	14 Feb 2008 15:44:18 -0000	1.108
+++ virtuals	21 Mar 2008 11:21:34 -0000	1.109
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.108 2008/02/14 15:44:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.109 2008/03/21 11:21:34 opfer Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -45,7 +45,6 @@
 virtual/mpg123				media-sound/mpg123
 virtual/mta					mail-mta/ssmtp
 virtual/ooo					app-office/openoffice-bin
-virtual/pager				sys-apps/less
 # Only have this for >=pam-0.78, as we want to make use of the 'include'
 # directive to phase out pam_stack.
 virtual/pam					>=sys-libs/pam-0.78



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2008-09-10 14:19 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 33+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2008-09-10 14:19 UTC (permalink / raw
  To: gentoo-commits

voyageur    08/09/10 14:19:06

  Modified:             ChangeLog virtuals
  Log:
  Remove entry for old-style gnustep-back virtual

Revision  Changes    Path
1.53                 profiles/base/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	31 Aug 2008 11:15:43 -0000	1.52
+++ ChangeLog	10 Sep 2008 14:19:05 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.52 2008/08/31 11:15:43 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.53 2008/09/10 14:19:05 voyageur Exp $
+
+  10 Sep 2008; Bernard Cafarelli <voyageur@gentoo.org> virtuals:
+  Remove entry for old-style gnustep-back virtual
 
   31 Aug 2008; Alin Năstac <mrness@gentoo.org> package.use:
   Add udpfromto flag for net-dialup/freeradius (#235688).



1.115                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- virtuals	29 Jun 2008 12:32:33 -0000	1.114
+++ virtuals	10 Sep 2008 14:19:05 -0000	1.115
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.114 2008/06/29 12:32:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.115 2008/09/10 14:19:05 voyageur Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -20,7 +20,6 @@
 virtual/eject				sys-apps/eject
 virtual/fam				app-admin/gamin
 virtual/gsasl				net-libs/libgsasl
-virtual/gnustep-back		gnustep-base/gnustep-back-art
 virtual/gzip				app-arch/gzip
 virtual/httpd-php			dev-lang/php
 virtual/imap-c-client		net-libs/c-client






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2010-07-06  0:34 Matti Bickel (mabi)
  0 siblings, 0 replies; 33+ messages in thread
From: Matti Bickel (mabi) @ 2010-07-06  0:34 UTC (permalink / raw
  To: gentoo-commits

mabi        10/07/06 00:34:26

  Modified:             ChangeLog virtuals
  Log:
  make virtual/httpd-php a new style virtual

Revision  Changes    Path
1.162                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.161&r2=1.162

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog	1 Jul 2010 14:02:34 -0000	1.161
+++ ChangeLog	6 Jul 2010 00:34:26 -0000	1.162
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.161 2010/07/01 14:02:34 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.162 2010/07/06 00:34:26 mabi Exp $
+
+  05 Jul 2010; Matti Bickel <mabi@gentoo.org> virtuals:
+  virtual/httpd-php is now a new style virtual
 
   01 Jul 2010; Peter Volkov <pva@gentoo.org> package.use.mask:
   Masked mod_srl USE for ejabberd until we test it better



1.121                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- virtuals	12 Aug 2009 19:26:00 -0000	1.120
+++ virtuals	6 Jul 2010 00:34:26 -0000	1.121
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.120 2009/08/12 19:26:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.121 2010/07/06 00:34:26 mabi Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -19,7 +19,6 @@
 virtual/fam				app-admin/gamin
 virtual/gsasl				net-libs/libgsasl
 virtual/gzip				app-arch/gzip
-virtual/httpd-php			dev-lang/php
 virtual/imap-c-client		net-libs/c-client
 virtual/imapd				net-mail/courier-imap
 virtual/inetd				sys-apps/xinetd






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2010-08-16 23:24 Jeroen Roovers (jer)
  0 siblings, 0 replies; 33+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-16 23:24 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/16 23:24:45

  Modified:             ChangeLog virtuals
  Log:
  Remove old style virtual/gsasl thanks to peper.

Revision  Changes    Path
1.169                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.169&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.169&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.168&r2=1.169

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog	4 Aug 2010 06:30:41 -0000	1.168
+++ ChangeLog	16 Aug 2010 23:24:45 -0000	1.169
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.168 2010/08/04 06:30:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.169 2010/08/16 23:24:45 jer Exp $
+
+  16 Aug 2010; Jeroen Roovers <jer@gentoo.org> virtuals:
+  Remove old style virtual/gsasl thanks to peper.
 
   04 Aug 2010; Justin Lecher <jlec@gentoo.org> package.use.mask:
   Use removed from package - sci-visualization/qtiplot xls



1.122                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- virtuals	6 Jul 2010 00:34:26 -0000	1.121
+++ virtuals	16 Aug 2010 23:24:45 -0000	1.122
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.121 2010/07/06 00:34:26 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.122 2010/08/16 23:24:45 jer Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -16,8 +16,7 @@
 virtual/cron				sys-process/vixie-cron
 virtual/dev-manager			sys-fs/udev
 virtual/dhcpc				net-misc/dhcpcd
-virtual/fam				app-admin/gamin
-virtual/gsasl				net-libs/libgsasl
+virtual/fam					app-admin/gamin
 virtual/gzip				app-arch/gzip
 virtual/imap-c-client		net-libs/c-client
 virtual/imapd				net-mail/courier-imap






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2010-12-17 20:21 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-12-17 20:21 UTC (permalink / raw
  To: gentoo-commits

ulm         10/12/17 20:21:14

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/commonlisp.

Revision  Changes    Path
1.194                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.194&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.194&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.193&r2=1.194

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog	8 Dec 2010 13:41:23 -0000	1.193
+++ ChangeLog	17 Dec 2010 20:21:14 -0000	1.194
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.193 2010/12/08 13:41:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.194 2010/12/17 20:21:14 ulm Exp $
+
+  17 Dec 2010; Ulrich Mueller <ulm@gentoo.org> virtuals:
+  Remove old-style virtual/commonlisp.
 
   08 Dec 2010; Raúl Porcel <armin76@gentoo.org> use.mask:
   Use.mask omapfb



1.123                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- virtuals	16 Aug 2010 23:24:45 -0000	1.122
+++ virtuals	17 Dec 2010 20:21:14 -0000	1.123
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.122 2010/08/16 23:24:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.123 2010/12/17 20:21:14 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -12,7 +12,6 @@
 virtual/antivirus			app-antivirus/clamav
 virtual/aspell-dict			app-dicts/aspell-en
 virtual/blackbox			x11-wm/blackbox
-virtual/commonlisp			dev-lisp/sbcl
 virtual/cron				sys-process/vixie-cron
 virtual/dev-manager			sys-fs/udev
 virtual/dhcpc				net-misc/dhcpcd






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-01-06 18:47 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-01-06 18:47 UTC (permalink / raw
  To: gentoo-commits

ulm         11/01/06 18:47:54

  Modified:             ChangeLog virtuals
  Log:
  Remove stale virtual/j2ee, no ebuild provides it.

Revision  Changes    Path
1.196                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.196&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.196&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.195&r2=1.196

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog	27 Dec 2010 12:31:16 -0000	1.195
+++ ChangeLog	6 Jan 2011 18:47:54 -0000	1.196
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.195 2010/12/27 12:31:16 leio Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.196 2011/01/06 18:47:54 ulm Exp $
+
+  06 Jan 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+  Remove stale virtual/j2ee, no ebuild provides it.
 
   27 Dec 2010; Mart Raudsepp <leio@gentoo.org> package.use.mask:
   Add gst-plugins-a52dec to the orc package.use.mask set



1.125                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- virtuals	6 Jan 2011 11:17:59 -0000	1.124
+++ virtuals	6 Jan 2011 18:47:54 -0000	1.125
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.124 2011/01/06 11:17:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.125 2011/01/06 18:47:54 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -19,7 +19,6 @@
 virtual/imap-c-client			net-libs/c-client
 virtual/imapd				net-mail/courier-imap
 virtual/inetd				sys-apps/xinetd
-virtual/j2ee				dev-java/sun-j2ee
 virtual/jabber-server			net-im/jabberd
 virtual/krb5				app-crypt/mit-krb5
 virtual/libc				sys-libs/glibc






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-03-13  3:52 Eray Aslan (eras)
  0 siblings, 0 replies; 33+ messages in thread
From: Eray Aslan (eras) @ 2011-03-13  3:52 UTC (permalink / raw
  To: gentoo-commits

eras        11/03/13 03:52:31

  Modified:             ChangeLog virtuals
  Log:
  Remove old style virtual/krb5.

Revision  Changes    Path
1.213                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.213&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.213&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.212&r2=1.213

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog	4 Mar 2011 12:04:01 -0000	1.212
+++ ChangeLog	13 Mar 2011 03:52:31 -0000	1.213
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.212 2011/03/04 12:04:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.213 2011/03/13 03:52:31 eras Exp $
+
+  13 Mar 2011; Eray Aslan <eras@gentoo.org> virtuals:
+  Remove old style virtual/krb5.
 
   04 Mar 2011; Alexis Ballier <aballier@gentoo.org> package.use.mask:
   android useflag for vlc is gone
@@ -37,6 +40,9 @@
   16 Feb 2011; Alexis Ballier <aballier@gentoo.org> package.use.mask:
   useflag pda for vlc has been dropped, remove unneeded mask entry
 
+  13 Mar 2011; Eray Aslan <eras@gentoo.org> virtuals:
+  Remove old style virtual/krb5.
+
   13 Feb 2011; Raúl Porcel <armin76@gentoo.org> package.use.mask:
   P.use.mask media-video/mplayer bluray again until devs know how to use
   repoman...



1.126                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- virtuals	6 Jan 2011 18:47:54 -0000	1.125
+++ virtuals	13 Mar 2011 03:52:31 -0000	1.126
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.125 2011/01/06 18:47:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.126 2011/03/13 03:52:31 eras Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -20,7 +20,6 @@
 virtual/imapd				net-mail/courier-imap
 virtual/inetd				sys-apps/xinetd
 virtual/jabber-server			net-im/jabberd
-virtual/krb5				app-crypt/mit-krb5
 virtual/libc				sys-libs/glibc
 virtual/libpcap				net-libs/libpcap
 virtual/linux-sources			sys-kernel/gentoo-sources






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-03-14 22:40 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-03-14 22:40 UTC (permalink / raw
  To: gentoo-commits

ulm         11/03/14 22:40:42

  Modified:             ChangeLog virtuals
  Log:
  Remove spurious old-style virtuals.

Revision  Changes    Path
1.214                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.214&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.214&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.213&r2=1.214

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog	13 Mar 2011 03:52:31 -0000	1.213
+++ ChangeLog	14 Mar 2011 22:40:41 -0000	1.214
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.213 2011/03/13 03:52:31 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.214 2011/03/14 22:40:41 ulm Exp $
+
+  14 Mar 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+  Remove spurious old-style virtuals.
 
   13 Mar 2011; Eray Aslan <eras@gentoo.org> virtuals:
   Remove old style virtual/krb5.



1.128                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- virtuals	14 Mar 2011 22:34:26 -0000	1.127
+++ virtuals	14 Mar 2011 22:40:41 -0000	1.128
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.127 2011/03/14 22:34:26 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.128 2011/03/14 22:40:41 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -35,11 +35,9 @@
 # Only have this for >=pam-0.78, as we want to make use of the 'include'
 # directive to phase out pam_stack.
 virtual/pam				>=sys-libs/pam-0.78
-virtual/pbs				sys-cluster/torque
 virtual/portage				sys-apps/portage
 virtual/python				dev-lang/python
 virtual/quicktime			media-libs/libquicktime
-virtual/ruby				dev-lang/ruby
 virtual/skkserv				app-i18n/skkserv
 virtual/squeak-image			dev-lang/squeak-basicimage
 virtual/ssh				net-misc/openssh






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-03-15 22:41 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-03-15 22:41 UTC (permalink / raw
  To: gentoo-commits

ulm         11/03/15 22:41:56

  Modified:             ChangeLog virtuals
  Log:
  Kill old-style virtual/quicktime, bug 358857.

Revision  Changes    Path
1.215                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.215&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.215&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.214&r2=1.215

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog	14 Mar 2011 22:40:41 -0000	1.214
+++ ChangeLog	15 Mar 2011 22:41:56 -0000	1.215
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.214 2011/03/14 22:40:41 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.215 2011/03/15 22:41:56 ulm Exp $
+
+  15 Mar 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+  Kill old-style virtual/quicktime, bug 358857.
 
   14 Mar 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
   Remove spurious old-style virtuals.



1.129                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- virtuals	14 Mar 2011 22:40:41 -0000	1.128
+++ virtuals	15 Mar 2011 22:41:56 -0000	1.129
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.128 2011/03/14 22:40:41 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.129 2011/03/15 22:41:56 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -37,7 +37,6 @@
 virtual/pam				>=sys-libs/pam-0.78
 virtual/portage				sys-apps/portage
 virtual/python				dev-lang/python
-virtual/quicktime			media-libs/libquicktime
 virtual/skkserv				app-i18n/skkserv
 virtual/squeak-image			dev-lang/squeak-basicimage
 virtual/ssh				net-misc/openssh






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-03-16 12:49 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-03-16 12:49 UTC (permalink / raw
  To: gentoo-commits

ulm         11/03/16 12:49:21

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/antivirus, bug 358817.

Revision  Changes    Path
1.218                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.218&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.218&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.217&r2=1.218

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- ChangeLog	16 Mar 2011 11:10:58 -0000	1.217
+++ ChangeLog	16 Mar 2011 12:49:21 -0000	1.218
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.217 2011/03/16 11:10:58 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.218 2011/03/16 12:49:21 ulm Exp $
+
+  16 Mar 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+  Remove old-style virtual/antivirus, bug 358817.
 
   16 Mar 2011; Eray Aslan <eras@gentoo.org> virtuals:
   remove old style virtual/mda



1.131                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- virtuals	16 Mar 2011 11:10:58 -0000	1.130
+++ virtuals	16 Mar 2011 12:49:21 -0000	1.131
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.130 2011/03/16 11:10:58 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.131 2011/03/16 12:49:21 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -9,7 +9,6 @@
 # KEEP THIS FILE SORTED ALPHABETICALLY OR RISK WRATH
 
 virtual/alsa				sys-kernel/gentoo-sources
-virtual/antivirus			app-antivirus/clamav
 virtual/aspell-dict			app-dicts/aspell-en
 virtual/blackbox			x11-wm/blackbox
 virtual/cron				sys-process/vixie-cron






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-03-16 22:09 Andreas Proschofsky (suka)
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas Proschofsky (suka) @ 2011-03-16 22:09 UTC (permalink / raw
  To: gentoo-commits

suka        11/03/16 22:09:36

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/ooo, bug 358895

Revision  Changes    Path
1.221                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.221&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.221&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.220&r2=1.221

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog	16 Mar 2011 21:33:28 -0000	1.220
+++ ChangeLog	16 Mar 2011 22:09:36 -0000	1.221
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.220 2011/03/16 21:33:28 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.221 2011/03/16 22:09:36 suka Exp $
+
+  16 Mar 2011; Andreas Proschofsky <suka@gentoo.org> virtuals:
+  Remove old-style virtual/ooo, bug 358895.
 
   16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> use.mask:
   Remove gtk3 from use.mask, update introspection use.mask comment



1.133                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- virtuals	16 Mar 2011 13:54:55 -0000	1.132
+++ virtuals	16 Mar 2011 22:09:36 -0000	1.133
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.132 2011/03/16 13:54:55 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.133 2011/03/16 22:09:36 suka Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -28,7 +28,6 @@
 virtual/man				sys-apps/man
 virtual/modutils			sys-apps/module-init-tools
 virtual/mta				mail-mta/ssmtp
-virtual/ooo				app-office/openoffice-bin
 # Only have this for >=pam-0.78, as we want to make use of the 'include'
 # directive to phase out pam_stack.
 virtual/pam				>=sys-libs/pam-0.78






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-03-19 17:30 Eray Aslan (eras)
  0 siblings, 0 replies; 33+ messages in thread
From: Eray Aslan (eras) @ 2011-03-19 17:30 UTC (permalink / raw
  To: gentoo-commits

eras        11/03/19 17:30:27

  Modified:             ChangeLog virtuals
  Log:
  remove old style virtual/imapd

Revision  Changes    Path
1.224                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.224&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.224&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.223&r2=1.224

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog	18 Mar 2011 15:58:48 -0000	1.223
+++ ChangeLog	19 Mar 2011 17:30:26 -0000	1.224
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.223 2011/03/18 15:58:48 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.224 2011/03/19 17:30:26 eras Exp $
+
+  19 Mar 2011; Eray Aslan <eras@gentoo.org> virtuals:
+  remove old style virtual/imapd
 
   18 Mar 2011; Ultrabug <ultrabug@gentoo.org> use.mask:
   remove cman from use.mask with ack from flameeyes and robbat2



1.134                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- virtuals	16 Mar 2011 22:09:36 -0000	1.133
+++ virtuals	19 Mar 2011 17:30:26 -0000	1.134
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.133 2011/03/16 22:09:36 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.134 2011/03/19 17:30:26 eras Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -15,7 +15,6 @@
 virtual/dev-manager			sys-fs/udev
 virtual/dhcpc				net-misc/dhcpcd
 virtual/gzip				app-arch/gzip
-virtual/imapd				net-mail/courier-imap
 virtual/inetd				sys-apps/xinetd
 virtual/jabber-server			net-im/jabberd
 virtual/libc				sys-libs/glibc






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

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

ssuominen    11/03/19 17:57:22

  Modified:             ChangeLog virtuals
  Log:
  Move virtual/lpr to new-style virtual.

Revision  Changes    Path
1.225                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.225&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.225&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.224&r2=1.225

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog	19 Mar 2011 17:30:26 -0000	1.224
+++ ChangeLog	19 Mar 2011 17:57:22 -0000	1.225
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.224 2011/03/19 17:30:26 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.225 2011/03/19 17:57:22 ssuominen Exp $
+
+  19 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> virtuals:
+  Move virtual/lpr to new-style virtual.
 
   19 Mar 2011; Eray Aslan <eras@gentoo.org> virtuals:
   remove old style virtual/imapd



1.135                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- virtuals	19 Mar 2011 17:30:26 -0000	1.134
+++ virtuals	19 Mar 2011 17:57:22 -0000	1.135
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.134 2011/03/19 17:30:26 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.135 2011/03/19 17:57:22 ssuominen Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -21,7 +21,6 @@
 virtual/libpcap				net-libs/libpcap
 virtual/linux-sources			sys-kernel/gentoo-sources
 virtual/logger				app-admin/metalog
-virtual/lpr				net-print/cups
 virtual/m3				dev-lang/cm3-bin
 virtual/mailx				mail-client/mailx
 virtual/man				sys-apps/man






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

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

ssuominen    11/03/19 18:15:42

  Modified:             ChangeLog virtuals
  Log:
  Remove virtual/alsa.

Revision  Changes    Path
1.226                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.226&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.226&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.225&r2=1.226

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -r1.225 -r1.226
--- ChangeLog	19 Mar 2011 17:57:22 -0000	1.225
+++ ChangeLog	19 Mar 2011 18:15:42 -0000	1.226
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.225 2011/03/19 17:57:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.226 2011/03/19 18:15:42 ssuominen Exp $
+
+  19 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> virtuals:
+  Remove virtual/alsa.
 
   19 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> virtuals:
   Move virtual/lpr to new-style virtual.



1.136                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- virtuals	19 Mar 2011 17:57:22 -0000	1.135
+++ virtuals	19 Mar 2011 18:15:42 -0000	1.136
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.135 2011/03/19 17:57:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.136 2011/03/19 18:15:42 ssuominen Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -8,7 +8,6 @@
 
 # KEEP THIS FILE SORTED ALPHABETICALLY OR RISK WRATH
 
-virtual/alsa				sys-kernel/gentoo-sources
 virtual/aspell-dict			app-dicts/aspell-en
 virtual/blackbox			x11-wm/blackbox
 virtual/cron				sys-process/vixie-cron






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-03-22 21:07 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-03-22 21:07 UTC (permalink / raw
  To: gentoo-commits

ulm         11/03/22 21:07:02

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/jabber-server and virtual/tftp, bugs 358833 and 359125.

Revision  Changes    Path
1.231                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.231&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.231&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.230&r2=1.231

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog	20 Mar 2011 18:54:29 -0000	1.230
+++ ChangeLog	22 Mar 2011 21:07:02 -0000	1.231
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.230 2011/03/20 18:54:29 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.231 2011/03/22 21:07:02 ulm Exp $
+
+  22 Mar 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+  Remove old-style virtual/jabber-server and virtual/tftp, bugs 358833 and
+  359125.
 
   20 Mar 2011; Ultrabug <ultrabug@gentoo.org> package.use.mask, use.mask:
   Mask clustering support until new sys-cluster/cman is pushed.



1.138                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- virtuals	20 Mar 2011 13:30:18 -0000	1.137
+++ virtuals	22 Mar 2011 21:07:02 -0000	1.138
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.137 2011/03/20 13:30:18 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.138 2011/03/22 21:07:02 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -15,7 +15,6 @@
 virtual/dhcpc				net-misc/dhcpcd
 virtual/gzip				app-arch/gzip
 virtual/inetd				sys-apps/xinetd
-virtual/jabber-server			net-im/jabberd
 virtual/libc				sys-libs/glibc
 virtual/libpcap				net-libs/libpcap
 virtual/linux-sources			sys-kernel/gentoo-sources
@@ -32,6 +31,5 @@
 virtual/skkserv				app-i18n/skkserv
 virtual/squeak-image			dev-lang/squeak-basicimage
 virtual/ssh				net-misc/openssh
-virtual/tftp				net-ftp/tftp-hpa
 virtual/utempter			sys-libs/libutempter
 virtual/w3m				www-client/w3m






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-04-02 12:57 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 33+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-04-02 12:57 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/04/02 12:57:58

  Modified:             ChangeLog virtuals
  Log:
  Remove virtual/libpcap wrt #358835.

Revision  Changes    Path
1.240                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.240&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.240&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.239&r2=1.240

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog	30 Mar 2011 20:06:32 -0000	1.239
+++ ChangeLog	2 Apr 2011 12:57:58 -0000	1.240
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.239 2011/03/30 20:06:32 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.240 2011/04/02 12:57:58 ssuominen Exp $
+
+  02 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> virtuals:
+  Remove virtual/libpcap wrt #358835.
 
   30 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
   use.mask:



1.140                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- virtuals	28 Mar 2011 10:36:23 -0000	1.139
+++ virtuals	2 Apr 2011 12:57:58 -0000	1.140
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.139 2011/03/28 10:36:23 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.140 2011/04/02 12:57:58 ssuominen Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -16,7 +16,6 @@
 virtual/gzip				app-arch/gzip
 virtual/inetd				sys-apps/xinetd
 virtual/libc				sys-libs/glibc
-virtual/libpcap				net-libs/libpcap
 virtual/linux-sources			sys-kernel/gentoo-sources
 virtual/logger				app-admin/metalog
 virtual/m3				dev-lang/cm3-bin






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-04-05 11:56 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-05 11:56 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/05 11:56:46

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/utempter, bug 361117.

Revision  Changes    Path
1.244                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.244&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.244&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.243&r2=1.244

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- ChangeLog	5 Apr 2011 06:08:36 -0000	1.243
+++ ChangeLog	5 Apr 2011 11:56:46 -0000	1.244
@@ -1,9 +1,10 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.243 2011/04/05 06:08:36 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.244 2011/04/05 11:56:46 ulm Exp $
 
   05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
   Remove old-style virtual/python, bug 358849.
+  Remove old-style virtual/utempter, bug 361117.
 
   04 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
   Remove old-style virtual/m3, bug 358837.



1.145                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- virtuals	5 Apr 2011 06:08:36 -0000	1.144
+++ virtuals	5 Apr 2011 11:56:46 -0000	1.145
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.144 2011/04/05 06:08:36 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.145 2011/04/05 11:56:46 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -25,5 +25,4 @@
 virtual/portage				sys-apps/portage
 virtual/skkserv				app-i18n/skkserv
 virtual/ssh				net-misc/openssh
-virtual/utempter			sys-libs/libutempter
 virtual/w3m				www-client/w3m






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-04-07  5:56 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-07  5:56 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/07 05:56:41

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/pam, bug 358903.

Revision  Changes    Path
1.245                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.245&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.245&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.244&r2=1.245

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- ChangeLog	5 Apr 2011 11:56:46 -0000	1.244
+++ ChangeLog	7 Apr 2011 05:56:41 -0000	1.245
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.244 2011/04/05 11:56:46 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.245 2011/04/07 05:56:41 ulm Exp $
+
+  07 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+  Remove old-style virtual/pam, bug 358903.
 
   05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
   Remove old-style virtual/python, bug 358849.



1.147                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- virtuals	6 Apr 2011 06:00:47 -0000	1.146
+++ virtuals	7 Apr 2011 05:56:41 -0000	1.147
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.146 2011/04/06 06:00:47 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.147 2011/04/07 05:56:41 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -23,9 +23,6 @@
 virtual/logger				app-admin/metalog
 virtual/man				sys-apps/man
 virtual/modutils			sys-apps/module-init-tools
-# Only have this for >=pam-0.78, as we want to make use of the 'include'
-# directive to phase out pam_stack.
-virtual/pam				>=sys-libs/pam-0.78
 virtual/portage				sys-apps/portage
 virtual/skkserv				app-i18n/skkserv
 virtual/ssh				net-misc/openssh






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-04-07  8:15 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-07  8:15 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/07 08:15:27

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/logger, bug 358881.

Revision  Changes    Path
1.246                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.246&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.246&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.245&r2=1.246

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog	7 Apr 2011 05:56:41 -0000	1.245
+++ ChangeLog	7 Apr 2011 08:15:27 -0000	1.246
@@ -1,9 +1,10 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.245 2011/04/07 05:56:41 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.246 2011/04/07 08:15:27 ulm Exp $
 
   07 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
   Remove old-style virtual/pam, bug 358903.
+  Remove old-style virtual/logger, bug 358881.
 
   05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
   Remove old-style virtual/python, bug 358849.



1.148                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- virtuals	7 Apr 2011 05:56:41 -0000	1.147
+++ virtuals	7 Apr 2011 08:15:27 -0000	1.148
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.147 2011/04/07 05:56:41 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.148 2011/04/07 08:15:27 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -20,7 +20,6 @@
 virtual/inetd				sys-apps/xinetd
 virtual/libc				sys-libs/glibc
 virtual/linux-sources			sys-kernel/gentoo-sources
-virtual/logger				app-admin/metalog
 virtual/man				sys-apps/man
 virtual/modutils			sys-apps/module-init-tools
 virtual/portage				sys-apps/portage






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-04-13 15:24 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-13 15:24 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/13 15:24:37

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/{man,skkserv,w3m}; bugs 358839, 358851, 358855.

Revision  Changes    Path
1.250                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.250&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.250&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.249&r2=1.250

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog	12 Apr 2011 07:57:21 -0000	1.249
+++ ChangeLog	13 Apr 2011 15:24:37 -0000	1.250
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.249 2011/04/12 07:57:21 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.250 2011/04/13 15:24:37 ulm Exp $
+
+  13 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+  Remove old-style virtual/{man,skkserv,w3m}; bugs 358839, 358851, 358855.
 
   12 Apr 2011; Mart Raudsepp <leio@gentoo.org> package.use.mask:
   Mask orc USE flag on gst-plugins-bad (unmasked only on supported arches).



1.150                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- virtuals	9 Apr 2011 21:28:09 -0000	1.149
+++ virtuals	13 Apr 2011 15:24:37 -0000	1.150
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.149 2011/04/09 21:28:09 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.150 2011/04/13 15:24:37 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -20,8 +20,5 @@
 virtual/inetd				sys-apps/xinetd
 virtual/libc				sys-libs/glibc
 virtual/linux-sources			sys-kernel/gentoo-sources
-virtual/man				sys-apps/man
 virtual/modutils			sys-apps/module-init-tools
-virtual/skkserv				app-i18n/skkserv
 virtual/ssh				net-misc/openssh
-virtual/w3m				www-client/w3m






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

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

ulm         11/04/15 22:12:23

  Modified:             ChangeLog virtuals
  Log:
  Remove dev-manager and dhcp old-style virtuals, bugs 361133 and 358827.

Revision  Changes    Path
1.251                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.251&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.251&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.250&r2=1.251

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- ChangeLog	13 Apr 2011 15:24:37 -0000	1.250
+++ ChangeLog	15 Apr 2011 22:12:23 -0000	1.251
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.250 2011/04/13 15:24:37 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.251 2011/04/15 22:12:23 ulm Exp $
+
+  15 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+  Remove dev-manager and dhcp old-style virtuals, bugs 361133 and 358827.
 
   13 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
   Remove old-style virtual/{man,skkserv,w3m}; bugs 358839, 358851, 358855.



1.151                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- virtuals	13 Apr 2011 15:24:37 -0000	1.150
+++ virtuals	15 Apr 2011 22:12:23 -0000	1.151
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.150 2011/04/13 15:24:37 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.151 2011/04/15 22:12:23 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -15,8 +15,6 @@
 virtual/aspell-dict			app-dicts/aspell-en
 virtual/blackbox			x11-wm/blackbox
 virtual/cron				sys-process/vixie-cron
-virtual/dev-manager			sys-fs/udev
-virtual/dhcpc				net-misc/dhcpcd
 virtual/inetd				sys-apps/xinetd
 virtual/libc				sys-libs/glibc
 virtual/linux-sources			sys-kernel/gentoo-sources






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-04-16 18:25 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-16 18:25 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/16 18:25:42

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/blackbox, bug 358825.

Revision  Changes    Path
1.252                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.252&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.252&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.251&r2=1.252

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- ChangeLog	15 Apr 2011 22:12:23 -0000	1.251
+++ ChangeLog	16 Apr 2011 18:25:42 -0000	1.252
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.251 2011/04/15 22:12:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.252 2011/04/16 18:25:42 ulm Exp $
+
+  16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+  Remove old-style virtual/blackbox, bug 358825.
 
   15 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
   Remove dev-manager and dhcp old-style virtuals, bugs 361133 and 358827.



1.152                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- virtuals	15 Apr 2011 22:12:23 -0000	1.151
+++ virtuals	16 Apr 2011 18:25:42 -0000	1.152
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.151 2011/04/15 22:12:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.152 2011/04/16 18:25:42 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -13,7 +13,6 @@
 # PLEASE DON'T ADD ANY NEW ENTRIES!
 
 virtual/aspell-dict			app-dicts/aspell-en
-virtual/blackbox			x11-wm/blackbox
 virtual/cron				sys-process/vixie-cron
 virtual/inetd				sys-apps/xinetd
 virtual/libc				sys-libs/glibc






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-04-16 19:21 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-16 19:21 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/16 19:21:01

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/inetd, bug 358831.

Revision  Changes    Path
1.253                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.253&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.253&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.252&r2=1.253

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog	16 Apr 2011 18:25:42 -0000	1.252
+++ ChangeLog	16 Apr 2011 19:21:01 -0000	1.253
@@ -1,9 +1,10 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.252 2011/04/16 18:25:42 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.253 2011/04/16 19:21:01 ulm Exp $
 
   16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
   Remove old-style virtual/blackbox, bug 358825.
+  Remove old-style virtual/inetd, bug 358831.
 
   15 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
   Remove dev-manager and dhcp old-style virtuals, bugs 361133 and 358827.



1.153                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- virtuals	16 Apr 2011 18:25:42 -0000	1.152
+++ virtuals	16 Apr 2011 19:21:01 -0000	1.153
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.152 2011/04/16 18:25:42 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.153 2011/04/16 19:21:01 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -14,7 +14,6 @@
 
 virtual/aspell-dict			app-dicts/aspell-en
 virtual/cron				sys-process/vixie-cron
-virtual/inetd				sys-apps/xinetd
 virtual/libc				sys-libs/glibc
 virtual/linux-sources			sys-kernel/gentoo-sources
 virtual/modutils			sys-apps/module-init-tools






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-04-16 19:38 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-16 19:38 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/16 19:38:23

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/ssh, bug 361121.

Revision  Changes    Path
1.254                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.254&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.254&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.253&r2=1.254

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog	16 Apr 2011 19:21:01 -0000	1.253
+++ ChangeLog	16 Apr 2011 19:38:23 -0000	1.254
@@ -1,10 +1,11 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.253 2011/04/16 19:21:01 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.254 2011/04/16 19:38:23 ulm Exp $
 
   16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
   Remove old-style virtual/blackbox, bug 358825.
   Remove old-style virtual/inetd, bug 358831.
+  Remove old-style virtual/ssh, bug 361121.
 
   15 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
   Remove dev-manager and dhcp old-style virtuals, bugs 361133 and 358827.



1.154                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- virtuals	16 Apr 2011 19:21:01 -0000	1.153
+++ virtuals	16 Apr 2011 19:38:23 -0000	1.154
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.153 2011/04/16 19:21:01 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.154 2011/04/16 19:38:23 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -17,4 +17,3 @@
 virtual/libc				sys-libs/glibc
 virtual/linux-sources			sys-kernel/gentoo-sources
 virtual/modutils			sys-apps/module-init-tools
-virtual/ssh				net-misc/openssh






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-04-16 19:56 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-16 19:56 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/16 19:56:05

  Modified:             ChangeLog virtuals
  Log:
  Remove old-style virtual/aspell-dict, bug 358821.

Revision  Changes    Path
1.255                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.255&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.255&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.254&r2=1.255

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog	16 Apr 2011 19:38:23 -0000	1.254
+++ ChangeLog	16 Apr 2011 19:56:05 -0000	1.255
@@ -1,8 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.254 2011/04/16 19:38:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.255 2011/04/16 19:56:05 ulm Exp $
 
   16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+  Remove old-style virtual/aspell-dict, bug 358821.
   Remove old-style virtual/blackbox, bug 358825.
   Remove old-style virtual/inetd, bug 358831.
   Remove old-style virtual/ssh, bug 361121.



1.155                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- virtuals	16 Apr 2011 19:38:23 -0000	1.154
+++ virtuals	16 Apr 2011 19:56:05 -0000	1.155
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.154 2011/04/16 19:38:23 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.155 2011/04/16 19:56:05 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -12,7 +12,6 @@
 
 # PLEASE DON'T ADD ANY NEW ENTRIES!
 
-virtual/aspell-dict			app-dicts/aspell-en
 virtual/cron				sys-process/vixie-cron
 virtual/libc				sys-libs/glibc
 virtual/linux-sources			sys-kernel/gentoo-sources






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-04-20 18:29 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-20 18:29 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/20 18:29:11

  Modified:             ChangeLog virtuals
  Log:
  Remove cron and libc old-style virtuals, bugs 360109 and 359001.

Revision  Changes    Path
1.257                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.257&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.257&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.256&r2=1.257

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -r1.256 -r1.257
--- ChangeLog	18 Apr 2011 13:37:09 -0000	1.256
+++ ChangeLog	20 Apr 2011 18:29:11 -0000	1.257
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.256 2011/04/18 13:37:09 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.257 2011/04/20 18:29:11 ulm Exp $
+
+  20 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+  Remove cron and libc old-style virtuals, bugs 360109 and 359001.
 
   18 Apr 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
   package.use.mask:



1.156                profiles/base/virtuals

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

Index: virtuals
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- virtuals	16 Apr 2011 19:56:05 -0000	1.155
+++ virtuals	20 Apr 2011 18:29:11 -0000	1.156
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.155 2011/04/16 19:56:05 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.156 2011/04/20 18:29:11 ulm Exp $
 
 # This file describes the packages that by default satisfy a certain virtual
 # That this file exists in the base profile implies that these packages will
@@ -12,7 +12,5 @@
 
 # PLEASE DON'T ADD ANY NEW ENTRIES!
 
-virtual/cron				sys-process/vixie-cron
-virtual/libc				sys-libs/glibc
 virtual/linux-sources			sys-kernel/gentoo-sources
 virtual/modutils			sys-apps/module-init-tools






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

* [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals
@ 2011-04-30 17:18 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 33+ 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

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

Revision  Changes    Path
1.266                profiles/base/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.266&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.266&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.265&r2=1.266

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ChangeLog	30 Apr 2011 10:16:35 -0000	1.265
+++ ChangeLog	30 Apr 2011 17:18:18 -0000	1.266
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.265 2011/04/30 10:16:35 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.266 2011/04/30 17:18:18 ulm Exp $
+
+  30 Apr 2011; Ulrich Mueller <ulm@gentoo.org> -virtuals:
+  Remove old-style virtual/linux-sources, bug 118442.
 
   30 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org> package.use.mask:
   Unmask introspection on vte, gtk+-2.24, and mask glade on vte






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

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

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-05 10:45 [gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog virtuals Duncan Coutts (dcoutts)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-30 17:18 Ulrich Mueller (ulm)
2011-04-20 18:29 Ulrich Mueller (ulm)
2011-04-16 19:56 Ulrich Mueller (ulm)
2011-04-16 19:38 Ulrich Mueller (ulm)
2011-04-16 19:21 Ulrich Mueller (ulm)
2011-04-16 18:25 Ulrich Mueller (ulm)
2011-04-15 22:12 Ulrich Mueller (ulm)
2011-04-13 15:24 Ulrich Mueller (ulm)
2011-04-07  8:15 Ulrich Mueller (ulm)
2011-04-07  5:56 Ulrich Mueller (ulm)
2011-04-05 11:56 Ulrich Mueller (ulm)
2011-04-02 12:57 Samuli Suominen (ssuominen)
2011-03-22 21:07 Ulrich Mueller (ulm)
2011-03-19 18:15 Samuli Suominen (ssuominen)
2011-03-19 17:57 Samuli Suominen (ssuominen)
2011-03-19 17:30 Eray Aslan (eras)
2011-03-16 22:09 Andreas Proschofsky (suka)
2011-03-16 12:49 Ulrich Mueller (ulm)
2011-03-15 22:41 Ulrich Mueller (ulm)
2011-03-14 22:40 Ulrich Mueller (ulm)
2011-03-13  3:52 Eray Aslan (eras)
2011-01-06 18:47 Ulrich Mueller (ulm)
2010-12-17 20:21 Ulrich Mueller (ulm)
2010-08-16 23:24 Jeroen Roovers (jer)
2010-07-06  0:34 Matti Bickel (mabi)
2008-09-10 14:19 Bernard Cafarelli (voyageur)
2008-03-21 11:21 Christian Faulhammer (opfer)
2008-02-14 15:44 Raul Porcel (armin76)
2007-12-13 16:03 Duncan Coutts (dcoutts)
2007-11-21  0:22 Sebastien Fabbro (bicatali)
2007-10-10 12:34 Sebastien Fabbro (bicatali)
2007-10-10  7:50 Christian Faulhammer (opfer)

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