summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2005-04-15 00:00:16 +0000
committerJory Pratt <anarchy@gentoo.org>2005-04-15 00:00:16 +0000
commiteef57b4d471bd051ab496d410171d071124a4b00 (patch)
tree65573500806c13d74fa2b2c4799a69d82d02c591 /app-editors/nvu
parentDon't need to escape single quotes. (diff)
downloadhistorical-eef57b4d471bd051ab496d410171d071124a4b00.tar.gz
historical-eef57b4d471bd051ab496d410171d071124a4b00.tar.bz2
historical-eef57b4d471bd051ab496d410171d071124a4b00.zip
added info for webbrowser functions
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-editors/nvu')
-rw-r--r--app-editors/nvu/Manifest2
-rw-r--r--app-editors/nvu/nvu-1.0_pre.ebuild11
2 files changed, 11 insertions, 2 deletions
diff --git a/app-editors/nvu/Manifest b/app-editors/nvu/Manifest
index bb4b23b14679..e71e301d9d5e 100644
--- a/app-editors/nvu/Manifest
+++ b/app-editors/nvu/Manifest
@@ -2,7 +2,7 @@ MD5 dadb51fdc534f408ba685a16ae095f11 ChangeLog 2984
MD5 09bf80a18f3b608defbdde2b56642e02 metadata.xml 376
MD5 e3b4ccc9cb447cc7e5827c82f31d2579 nvu-0.81.ebuild 2301
MD5 a242ea1eef3d40a59e5c249fc8063345 nvu-0.90.ebuild 2301
-MD5 c02a02509ed75722df10fc073245e990 nvu-1.0_pre.ebuild 2333
+MD5 ff6b8f0a36c4b037f82406291ded2b97 nvu-1.0_pre.ebuild 2757
MD5 2c903c369e8f7450ba419eb7ea8050f1 files/digest-nvu-0.81 71
MD5 ffdec5b2a9933225ba5f03bafd9fcc2a files/digest-nvu-0.90 71
MD5 91bb5e61f505e2e53aa42345431c8fa7 files/mozconfig2 2160
diff --git a/app-editors/nvu/nvu-1.0_pre.ebuild b/app-editors/nvu/nvu-1.0_pre.ebuild
index d2ede49fdb87..35e7b74c4f1c 100644
--- a/app-editors/nvu/nvu-1.0_pre.ebuild
+++ b/app-editors/nvu/nvu-1.0_pre.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-editors/nvu/nvu-1.0_pre.ebuild,v 1.1 2005/04/14 22:57:03 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0_pre.ebuild,v 1.2 2005/04/15 00:00:16 anarchy Exp $
inherit eutils mozilla flag-o-matic
@@ -73,3 +73,12 @@ src_install() {
insinto /usr/share/applications
doins ${FILESDIR}/nvu.desktop
}
+
+pkg_postinst() {
+ einfo "If you choose to setup the webbrowser feature to execute urls"
+ einfo "under the HELP section please refer to"
+ einfo "http://www.nvu.com/Building_From_Source.html#tipsandhints ."
+ einfo "Make sure you follow the instructions to the letter if you have"
+ einfo "any problems email me at anarchy@gentoo.org I will be more then"
+ einfo "happy to assist you. DO NOT file a bug report on this issue."
+}