summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-12-17 15:22:09 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-12-17 15:22:09 +0000
commit225d648e8a7a7cd32712682314c70ce43547cac5 (patch)
treec8bc78dd5269980c965ee95371df56041a9df285 /sys-apps
parentStable on hppa. (diff)
downloadgentoo-2-225d648e8a7a7cd32712682314c70ce43547cac5.tar.gz
gentoo-2-225d648e8a7a7cd32712682314c70ce43547cac5.tar.bz2
gentoo-2-225d648e8a7a7cd32712682314c70ce43547cac5.zip
Add a notice informing of the default cache format with a suggestion to run `emerge metadata`
(Portage version: 2389-svn)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/portage/ChangeLog7
-rw-r--r--sys-apps/portage/portage-2.1_pre1.ebuild6
2 files changed, 11 insertions, 2 deletions
diff --git a/sys-apps/portage/ChangeLog b/sys-apps/portage/ChangeLog
index 984c17a96dda..17305aa43a7d 100644
--- a/sys-apps/portage/ChangeLog
+++ b/sys-apps/portage/ChangeLog
@@ -1,10 +1,15 @@
# ChangeLog for sys-apps/portage
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.49 2005/12/17 12:39:53 jstubbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.50 2005/12/17 15:22:09 jstubbs Exp $
# See the gentoo-src Portage ChangeLog for up-to-date release information:
# http://www.gentoo.org/cgi-bin/viewcvs.cgi/portage/ChangeLog?rev=HEAD&cvsroot=gentoo-src&content-type=text/vnd.viewcvs-markup
+ 18 Dec 2005; Jason Stubbs <jstubbs@gentoo.org>
+ portage-2.1_pre1.ebuild:
+ Add a notice informing of the cache format change and to `emerge
+ metadata` before using emerge.
+
17 Dec 2005; Jason Stubbs <jstubbs@gentoo.org>
portage-2.1_pre1.ebuild:
Add a warning with regard to custom cache modules.
diff --git a/sys-apps/portage/portage-2.1_pre1.ebuild b/sys-apps/portage/portage-2.1_pre1.ebuild
index d3d185d11874..65828b3e3f91 100644
--- a/sys-apps/portage/portage-2.1_pre1.ebuild
+++ b/sys-apps/portage/portage-2.1_pre1.ebuild
@@ -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/sys-apps/portage/portage-2.1_pre1.ebuild,v 1.4 2005/12/17 12:39:53 jstubbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1_pre1.ebuild,v 1.5 2005/12/17 15:22:09 jstubbs Exp $
inherit toolchain-funcs
@@ -139,4 +139,8 @@ pkg_postinst() {
ewarn "If you are using any cache modules (such as the CDB cache"
ewarn "module) portage will not work until they have been disabled."
ewarn "For reference, they are configured at /etc/portage/modules."
+ echo
+ einfo "The default cache format has changed beginning with this"
+ einfo "version. Before using emerge, run `emerge metadata` to"
+ einfo "restore portage's local cache."
}