diff options
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/base/virtuals | 3 | ||||
-rw-r--r-- | profiles/default-bsd/virtuals | 3 | ||||
-rw-r--r-- | profiles/default/bsd/virtuals | 3 | ||||
-rw-r--r-- | profiles/embedded/virtuals | 1 |
5 files changed, 8 insertions, 8 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index e51b64f0d039..6e9919a86783 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3113 2009/08/12 17:27:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3114 2009/08/12 19:25:59 ssuominen Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 12 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> base/virtuals, + default-bsd/virtuals, default/bsd/virtuals, embedded/virtuals: + Move old-style eject virtual to new-style. + 12 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> package.mask: Unmask redland 1.0.9 wrt #281226. diff --git a/profiles/base/virtuals b/profiles/base/virtuals index c9bf53fc20f5..fabb5609b68f 100644 --- a/profiles/base/virtuals +++ b/profiles/base/virtuals @@ -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.119 2009/06/21 13:02:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/virtuals,v 1.120 2009/08/12 19:26:00 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/commonlisp dev-lisp/sbcl virtual/cron sys-process/vixie-cron virtual/dev-manager sys-fs/udev virtual/dhcpc net-misc/dhcpcd -virtual/eject sys-apps/eject virtual/fam app-admin/gamin virtual/gsasl net-libs/libgsasl virtual/gzip app-arch/gzip diff --git a/profiles/default-bsd/virtuals b/profiles/default-bsd/virtuals index c7f63ccf9d85..26dbed78e4a1 100644 --- a/profiles/default-bsd/virtuals +++ b/profiles/default-bsd/virtuals @@ -1,12 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/virtuals,v 1.9 2008/05/20 08:45:10 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/virtuals,v 1.10 2009/08/12 19:26:00 ssuominen Exp $ # This file defines the virtuals that all Gentoo/*BSD need to modify respect # the base profile # KEEP THIS FILE SORTED ALPHABETICALLY OR RISK WRATH -virtual/eject sys-block/unieject virtual/linux-sources sys-kernel/gentoo-sources virtual/utempter sys-libs/libutempter diff --git a/profiles/default/bsd/virtuals b/profiles/default/bsd/virtuals index 0bbd80bb5f98..6a9bc50d6f42 100644 --- a/profiles/default/bsd/virtuals +++ b/profiles/default/bsd/virtuals @@ -1,12 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/virtuals,v 1.1 2009/01/19 22:15:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/virtuals,v 1.2 2009/08/12 19:26:00 ssuominen Exp $ # This file defines the virtuals that all Gentoo/*BSD need to modify respect # the base profile # KEEP THIS FILE SORTED ALPHABETICALLY OR RISK WRATH -virtual/eject sys-block/unieject virtual/linux-sources sys-kernel/gentoo-sources virtual/utempter sys-libs/libutempter diff --git a/profiles/embedded/virtuals b/profiles/embedded/virtuals index 82b5a43618b7..0db64541b2db 100644 --- a/profiles/embedded/virtuals +++ b/profiles/embedded/virtuals @@ -27,5 +27,4 @@ virtual/ssh net-misc/dropbear virtual/tftp sys-apps/busybox virtual/wine app-emulation/wine virtual/utempter sys-apps/utempter -virtual/eject sys-apps/busybox virtual/dev-manager sys-apps/busybox |