summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2011-09-02 15:42:55 +0000
committerPaul Varner <fuzzyray@gentoo.org>2011-09-02 15:42:55 +0000
commit23b166b4a146936831cdf4c82f4a5aeaf4df6a15 (patch)
treecb5ce4b7ced38713d430ad8be4fd50596c492295 /app-portage
parentNon-maintainer commit: add new 10.3 version that has fetchable sources. Remov... (diff)
downloadgentoo-2-23b166b4a146936831cdf4c82f4a5aeaf4df6a15.tar.gz
gentoo-2-23b166b4a146936831cdf4c82f4a5aeaf4df6a15.tar.bz2
gentoo-2-23b166b4a146936831cdf4c82f4a5aeaf4df6a15.zip
Add ewarn to run 'hash -r', due to file location changes from 0.7 versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/esearch/ChangeLog5
-rw-r--r--app-portage/esearch/esearch-9999.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-portage/esearch/ChangeLog b/app-portage/esearch/ChangeLog
index 081e38e69711..ddc97052a429 100644
--- a/app-portage/esearch/ChangeLog
+++ b/app-portage/esearch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/esearch
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.69 2011/08/25 00:28:11 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.70 2011/09/02 15:42:55 fuzzyray Exp $
+
+ 02 Sep 2011; Paul Varner <fuzzyray@gentoo.org> esearch-9999.ebuild:
+ Add ewarn to run 'hash -r', due to file location changes from 0.7 versions.
25 Aug 2011; Jeremy Olexa <darkside@gentoo.org> esearch-0.7.2-r2.ebuild:
add prefix keywords as tested in prefix overlay
diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index 5dc21020e374..a72e7198479e 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.ebuild
@@ -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/app-portage/esearch/esearch-9999.ebuild,v 1.1 2011/08/24 21:17:48 fuzzyray Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-9999.ebuild,v 1.2 2011/09/02 15:42:55 fuzzyray Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -51,4 +51,5 @@ src_install() {
pkg_postinst() {
distutils_pkg_postinst
+ ewarn "Because file locations have changed, please run 'hash -r' in your active shells."
}