summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-06-24 13:36:42 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-06-24 13:36:42 +0000
commit683045126e139160e6021be3801890cbcd9c1395 (patch)
tree4ef27101d93d93b4bc00c763bc02eaa682886cba /app-crypt/heimdal
parentversion bump (#46026) (diff)
downloadgentoo-2-683045126e139160e6021be3801890cbcd9c1395.tar.gz
gentoo-2-683045126e139160e6021be3801890cbcd9c1395.tar.bz2
gentoo-2-683045126e139160e6021be3801890cbcd9c1395.zip
add revdep alert to this about com_err as well
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r--app-crypt/heimdal/ChangeLog8
-rw-r--r--app-crypt/heimdal/heimdal-0.6.5.ebuild12
2 files changed, 18 insertions, 2 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog
index af1ee1655282..7cfd5f8d7daa 100644
--- a/app-crypt/heimdal/ChangeLog
+++ b/app-crypt/heimdal/ChangeLog
@@ -1,10 +1,16 @@
# ChangeLog for app-crypt/heimdal
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.73 2005/06/22 20:12:31 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.74 2005/06/24 13:36:42 seemant Exp $
+
+ 24 Jun 2005; Seemant Kulleen <seemant@gentoo.org> heimdal-0.6.5.ebuild:
+ add revdep alert to this about com_err as well
22 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> heimdal-0.6.5.ebuild:
Stable on ppc (#96727).
+ 24 Jun 2005; Seemant Kulleen <seemant@gentoo.org> heimdal-0.6.5.ebuild:
+ add revdep alert to this about com_err as well
+
*heimdal-0.6.5 (21 Jun 2005)
21 Jun 2005; Seemant Kulleen <seemant@gentoo.org> +heimdal-0.6.5.ebuild:
diff --git a/app-crypt/heimdal/heimdal-0.6.5.ebuild b/app-crypt/heimdal/heimdal-0.6.5.ebuild
index f5993373c980..ce81ce832acb 100644
--- a/app-crypt/heimdal/heimdal-0.6.5.ebuild
+++ b/app-crypt/heimdal/heimdal-0.6.5.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/app-crypt/heimdal/heimdal-0.6.5.ebuild,v 1.2 2005/06/22 20:12:31 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.5.ebuild,v 1.3 2005/06/24 13:36:42 seemant Exp $
inherit libtool eutils virtualx toolchain-funcs
@@ -143,3 +143,13 @@ src_install() {
# default database dir
keepdir /var/heimdal
}
+
+pkg_postinst() {
+ echo
+ einfo "This release of heimdal now depends on an external version"
+ einfo "of the com_err library. Please make sure to run revdep-rebuild"
+ einfo "to ensure the integrity of the linking on your system"
+ echo
+ epause 10
+ ebeep
+}