summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-01-17 20:28:58 +0000
committerMarius Mauch <genone@gentoo.org>2006-01-17 20:28:58 +0000
commit8e632d7d7ee1e19edb2a8917c58931c6d499df39 (patch)
tree999ddae24a7a7013779cd8ffbab3208e6b1cbed1 /net-libs
parentStable on sparc (diff)
downloadgentoo-2-8e632d7d7ee1e19edb2a8917c58931c6d499df39.tar.gz
gentoo-2-8e632d7d7ee1e19edb2a8917c58931c6d499df39.tar.bz2
gentoo-2-8e632d7d7ee1e19edb2a8917c58931c6d499df39.zip
add warning to run revdep-rebuild
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libetpan/ChangeLog5
-rw-r--r--net-libs/libetpan/libetpan-0.42.ebuild7
2 files changed, 10 insertions, 2 deletions
diff --git a/net-libs/libetpan/ChangeLog b/net-libs/libetpan/ChangeLog
index d6a544b3efc1..9ff3eddb0a7b 100644
--- a/net-libs/libetpan/ChangeLog
+++ b/net-libs/libetpan/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libetpan
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.16 2006/01/09 06:56:26 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/ChangeLog,v 1.17 2006/01/17 20:28:58 genone Exp $
+
+ 17 Jan 2006; Marius Mauch <genone@gentoo.org> libetpan-0.42.ebuild:
+ Added warning to run revdep-rebuild.
*libetpan-0.42 (09 Jan 2006)
diff --git a/net-libs/libetpan/libetpan-0.42.ebuild b/net-libs/libetpan/libetpan-0.42.ebuild
index 2b2834d13ecb..4f12bbfed40f 100644
--- a/net-libs/libetpan/libetpan-0.42.ebuild
+++ b/net-libs/libetpan/libetpan-0.42.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.42.ebuild,v 1.1 2006/01/09 06:56:26 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libetpan/libetpan-0.42.ebuild,v 1.2 2006/01/17 20:28:58 genone Exp $
DESCRIPTION="A portable, efficient middleware for different kinds of mail access."
HOMEPAGE="http://libetpan.sourceforge.net"
@@ -33,3 +33,8 @@ src_install() {
make DESTDIR=${D} install || die "make install failed"
dodoc NEWS TODO ChangeLog
}
+
+pkg_postinst() {
+ ewarn "The soname for libetpan has cahnged in this release."
+ ewarn "It is recommended that you run revdep-rebuild to fix any linking errors caused by this."
+}