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
commit242acd057a3d6804f2313bda1cf3395e13df66c2 (patch)
treed6ae90e8e4bb547d6e6893974f07df10f76e57bc /sys-apps
parentStable on hppa. (diff)
downloadhistorical-242acd057a3d6804f2313bda1cf3395e13df66c2.tar.gz
historical-242acd057a3d6804f2313bda1cf3395e13df66c2.tar.bz2
historical-242acd057a3d6804f2313bda1cf3395e13df66c2.zip
Add a notice informing of the default cache format with a suggestion to run `emerge metadata`
Package-Manager: portage-2389-svn
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/portage/ChangeLog7
-rw-r--r--sys-apps/portage/Manifest10
-rw-r--r--sys-apps/portage/portage-2.1_pre1.ebuild6
3 files changed, 16 insertions, 7 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/Manifest b/sys-apps/portage/Manifest
index 0e318f72f227..bb55d29abc74 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,7 +1,7 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 cb76bf8e1f26af388df89c53327b37c2 ChangeLog 1484
+MD5 95a8aafd894d6f318460227e55feefe2 ChangeLog 1661
MD5 d5d5b818347fd87b290ecb0b17516b34 files/05portage.envd 34
MD5 bb9cb80f927bcc2b9e0f512d8a200e18 files/2.0.51.22-fixes.patch 10579
MD5 a754ca9e2eea9f8484bf5f93d339043a files/README.RESCUE 1911
@@ -11,11 +11,11 @@ MD5 96a70ab1b320e827d75475cdd73e5a1a files/digest-portage-2.1_pre1 69
MD5 e57748276505fab96a2ab4e64de45366 metadata.xml 220
MD5 9ee139d992535438d3e51a4842e7dc13 portage-2.0.51.22-r3.ebuild 5745
MD5 f69b30f0dfc24d662e1acac30d604af8 portage-2.0.53.ebuild 3665
-MD5 1b009d42369f6e2a21e977f320cfa4fb portage-2.1_pre1.ebuild 4169
+MD5 e8427b65c8da5a09c7a8297df7b705e6 portage-2.1_pre1.ebuild 4345
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDpAdQxvWNPsk/ZP4RAtJfAKC0AX+uzLy8sKR3Tzj9tNGsYUDCyQCfbI8s
-Dq3bQ+KLIgZfyjlPFjBjlFo=
-=EOuq
+iD8DBQFDpC1WxvWNPsk/ZP4RAuIHAKCa4t/Ed/QtsNhMujVkmx13dhVzAgCgj0yW
++uAkfRtcmk552WMOrFvefA4=
+=hANu
-----END PGP SIGNATURE-----
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."
}