summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2012-08-24 20:59:07 +0000
committerPaul Varner <fuzzyray@gentoo.org>2012-08-24 20:59:07 +0000
commit14e7dc86b7bf1ba676383783e093517311998356 (patch)
tree1a9ea203665a2548a4d52b863b5569e44d80e48c /app-portage
parentFix tests when run with python 3. Bug 432546. (diff)
downloadgentoo-2-14e7dc86b7bf1ba676383783e093517311998356.tar.gz
gentoo-2-14e7dc86b7bf1ba676383783e093517311998356.tar.bz2
gentoo-2-14e7dc86b7bf1ba676383783e093517311998356.zip
Remove ewarn for changed file locations.
(Portage version: 2.1.11.11/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/esearch/ChangeLog7
-rw-r--r--app-portage/esearch/esearch-9999.ebuild7
2 files changed, 7 insertions, 7 deletions
diff --git a/app-portage/esearch/ChangeLog b/app-portage/esearch/ChangeLog
index b9fd4e0e816b..31923f7ded28 100644
--- a/app-portage/esearch/ChangeLog
+++ b/app-portage/esearch/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-portage/esearch
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.98 2012/07/01 16:44:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/ChangeLog,v 1.99 2012/08/24 20:59:07 fuzzyray Exp $
+
+ 24 Aug 2012; Paul Varner <fuzzyray@gentoo.org> esearch-9999.ebuild:
+ Remove ewarn for changed file locations. The older version of esearch was
+ removed four months ago from the tree, so the warning is no longer
+ applicable.
01 Jul 2012; Raúl Porcel <armin76@gentoo.org> esearch-1.1-r2.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #418631
diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild
index 97ac1fce3878..5ea29539e066 100644
--- a/app-portage/esearch/esearch-9999.ebuild
+++ b/app-portage/esearch/esearch-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.3 2012/02/26 08:57:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-9999.ebuild,v 1.4 2012/08/24 20:59:07 fuzzyray Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -48,8 +48,3 @@ src_install() {
rm -rf "${ED}"/usr/share/man/it
fi
}
-
-pkg_postinst() {
- distutils_pkg_postinst
- ewarn "Because file locations have changed, please run 'hash -r' in your active shells."
-}