summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-04-16 21:03:42 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-04-16 21:03:42 +0000
commitc457f2627fda480da99a072c0f39432e30c7e7b4 (patch)
tree357deb313b2fdfdc5a0a5b133ec7feb80ee6046e /net-libs
parentClean up. (diff)
downloadgentoo-2-c457f2627fda480da99a072c0f39432e30c7e7b4.tar.gz
gentoo-2-c457f2627fda480da99a072c0f39432e30c7e7b4.tar.bz2
gentoo-2-c457f2627fda480da99a072c0f39432e30c7e7b4.zip
Add elog in postinst, thanks to dang for the suggestion
(Portage version: 2.1.2.4)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/xulrunner/ChangeLog5
-rw-r--r--net-libs/xulrunner/xulrunner-1.8.1.3.ebuild10
2 files changed, 13 insertions, 2 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog
index ecc0c69e2153..40858d78d310 100644
--- a/net-libs/xulrunner/ChangeLog
+++ b/net-libs/xulrunner/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.21 2007/04/16 20:54:30 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.22 2007/04/16 21:03:42 armin76 Exp $
+
+ 16 Apr 2007; Raúl Porcel <armin76@gentoo.org> xulrunner-1.8.1.3.ebuild:
+ Add elog in postinst, thanks to dang for the suggestion
16 Apr 2007; Daniel Gryniewicz <dang@gentoo.org> xulrunner-1.8.1.3.ebuild:
Marked stable on amd64 for bug #170101
diff --git a/net-libs/xulrunner/xulrunner-1.8.1.3.ebuild b/net-libs/xulrunner/xulrunner-1.8.1.3.ebuild
index 83b68869bce8..9c540884bcfb 100644
--- a/net-libs/xulrunner/xulrunner-1.8.1.3.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.8.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.3.ebuild,v 1.4 2007/04/16 20:54:30 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.3.ebuild,v 1.5 2007/04/16 21:03:42 armin76 Exp $
WANT_AUTOCONF="2.1"
@@ -145,3 +145,11 @@ src_install() {
s|instpath|${MOZILLA_FIVE_HOME}|" \
${D}/etc/gre.d/${PV}.conf
}
+
+pkg_postinst() {
+ elog "Please remember to rebuild any packages that you have built"
+ elog "against xulrunner. Some packages might be broken by the upgrade; if this"
+ elog "is the case, please search at http://bugs.gentoo.org and open a new bug"
+ elog "if one does not exist."
+}
+