summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-01-06 10:28:21 +0000
committerSven Wegener <swegener@gentoo.org>2007-01-06 10:28:21 +0000
commitb09489b2f8106fd73929dcb41401e3afe4b2f044 (patch)
tree79db0a1afd1262b43e5a3028e67b415d220ee44c /net-irc/xchat
parentAdd support for USE=selinux. (diff)
downloadgentoo-2-b09489b2f8106fd73929dcb41401e3afe4b2f044.tar.gz
gentoo-2-b09489b2f8106fd73929dcb41401e3afe4b2f044.tar.bz2
gentoo-2-b09489b2f8106fd73929dcb41401e3afe4b2f044.zip
Add postinst message about integrated systray icon.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'net-irc/xchat')
-rw-r--r--net-irc/xchat/ChangeLog5
-rw-r--r--net-irc/xchat/xchat-2.8.0.ebuild10
2 files changed, 13 insertions, 2 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 9e0eb32871ea..7f668f688469 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/xchat
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.222 2007/01/04 20:22:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.223 2007/01/06 10:28:21 swegener Exp $
+
+ 06 Jan 2007; Sven Wegener <swegener@gentoo.org> xchat-2.8.0.ebuild:
+ Add postinst message about integrated systray icon.
*xchat-2.8.0 (04 Jan 2007)
diff --git a/net-irc/xchat/xchat-2.8.0.ebuild b/net-irc/xchat/xchat-2.8.0.ebuild
index 51c838ba8d41..5fa40d15c028 100644
--- a/net-irc/xchat/xchat-2.8.0.ebuild
+++ b/net-irc/xchat/xchat-2.8.0.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-irc/xchat/xchat-2.8.0.ebuild,v 1.2 2007/01/04 20:25:07 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.8.0.ebuild,v 1.3 2007/01/06 10:28:21 swegener Exp $
inherit eutils versionator gnome2
@@ -84,5 +84,13 @@ src_install() {
}
pkg_postinst() {
+ elog
elog "XChat binary has been renamed from xchat-2 to xchat."
+ elog
+
+ if has_version net-irc/xchat-systray
+ then
+ elog "XChat now includes it's own systray icon, you may want to remove net-irc/xchat-systray."
+ elog
+ fi
}