diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-07 08:15:27 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-07 08:15:27 +0000 |
commit | e8d89ce7b0ed4a29b57762c19a33c35b5b3051a2 (patch) | |
tree | 76f5f145d52d95cfd83ee85c9fc26f0bbf14e1b0 | |
parent | Fix build without semantik-desktop, bug 361637 (diff) | |
download | gentoo-2-e8d89ce7b0ed4a29b57762c19a33c35b5b3051a2.tar.gz gentoo-2-e8d89ce7b0ed4a29b57762c19a33c35b5b3051a2.tar.bz2 gentoo-2-e8d89ce7b0ed4a29b57762c19a33c35b5b3051a2.zip |
Remove old-style virtual/logger, bug 358881.
-rw-r--r-- | profiles/base/ChangeLog | 3 | ||||
-rw-r--r-- | profiles/base/virtuals | 3 | ||||
-rw-r--r-- | profiles/default/bsd/ChangeLog | 3 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/virtuals | 3 | ||||
-rw-r--r-- | profiles/embedded/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/embedded/virtuals | 1 |
6 files changed, 10 insertions, 8 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog index 865b7fc07b62..355e1242ced6 100644 --- a/profiles/base/ChangeLog +++ b/profiles/base/ChangeLog @@ -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. diff --git a/profiles/base/virtuals b/profiles/base/virtuals index 7049750c24c0..6e04259d7dcc 100644 --- a/profiles/base/virtuals +++ b/profiles/base/virtuals @@ -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/dhcpc net-misc/dhcpcd 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 diff --git a/profiles/default/bsd/ChangeLog b/profiles/default/bsd/ChangeLog index 9fc3cce6824e..8f40864ca827 100644 --- a/profiles/default/bsd/ChangeLog +++ b/profiles/default/bsd/ChangeLog @@ -1,9 +1,10 @@ # ChangeLog for profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.46 2011/04/07 05:56:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.47 2011/04/07 08:15:27 ulm Exp $ 07 Apr 2011; Ulrich Mueller <ulm@gentoo.org> fbsd/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/utempter, bug 361117. diff --git a/profiles/default/bsd/fbsd/virtuals b/profiles/default/bsd/fbsd/virtuals index 681f2e30c717..365c8daed039 100644 --- a/profiles/default/bsd/fbsd/virtuals +++ b/profiles/default/bsd/fbsd/virtuals @@ -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/default/bsd/fbsd/virtuals,v 1.3 2011/04/07 05:56:41 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/virtuals,v 1.4 2011/04/07 08:15:27 ulm Exp $ # This file defines the virtuals that Gentoo/FreeBSD needs to modify respect # the base profile @@ -10,5 +10,4 @@ virtual/bootloader sys-freebsd/boot0 virtual/inetd sys-freebsd/freebsd-usbin virtual/libc sys-freebsd/freebsd-lib -virtual/logger sys-freebsd/freebsd-usbin virtual/os-headers sys-freebsd/freebsd-lib diff --git a/profiles/embedded/ChangeLog b/profiles/embedded/ChangeLog index 47556e216a13..9acaf0b12395 100644 --- a/profiles/embedded/ChangeLog +++ b/profiles/embedded/ChangeLog @@ -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/embedded/ChangeLog,v 1.22 2011/04/05 11:56:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/embedded/ChangeLog,v 1.23 2011/04/07 08:15:27 ulm Exp $ + + 07 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals: + Remove old-style virtual/logger, bug 358881. 05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals: Remove old-style virtual/python, bug 358849. diff --git a/profiles/embedded/virtuals b/profiles/embedded/virtuals index 4bb5a42d2833..69d808b5ce32 100644 --- a/profiles/embedded/virtuals +++ b/profiles/embedded/virtuals @@ -5,7 +5,6 @@ virtual/cron sys-apps/busybox virtual/libc sys-libs/glibc virtual/inetd sys-apps/busybox virtual/linux-sources sys-kernel/gentoo-sources -virtual/logger sys-apps/busybox virtual/modutils sys-apps/busybox virtual/os-headers sys-kernel/linux-headers virtual/skkserv app-i18n/skkserv |