summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-08-15 15:14:47 +0000
committerSven Wegener <swegener@gentoo.org>2004-08-15 15:14:47 +0000
commitb04c2ac1817718611e5ba44145534b77c80003c6 (patch)
tree49319a5adfd72b7884c91c1fbe60da2d02d809e6 /net-irc/xchat
parentMoved from net-www/mypictures to www-apps/mypictures (diff)
downloadgentoo-2-b04c2ac1817718611e5ba44145534b77c80003c6.tar.gz
gentoo-2-b04c2ac1817718611e5ba44145534b77c80003c6.tar.bz2
gentoo-2-b04c2ac1817718611e5ba44145534b77c80003c6.zip
Added pkg_postinst() info about new default theme.
Diffstat (limited to 'net-irc/xchat')
-rw-r--r--net-irc/xchat/ChangeLog5
-rw-r--r--net-irc/xchat/xchat-2.4.0.ebuild11
2 files changed, 14 insertions, 2 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 547dca71c2c8..a4711e3dd561 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/xchat
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.120 2004/08/14 22:16:51 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.121 2004/08/15 15:14:47 swegener Exp $
+
+ 15 Aug 2004; Sven Wegener <swegener@gentoo.org> xchat-2.4.0.ebuild:
+ Added pkg_postinst() info about new default theme.
*xchat-2.4.0 (15 Aug 2004)
diff --git a/net-irc/xchat/xchat-2.4.0.ebuild b/net-irc/xchat/xchat-2.4.0.ebuild
index 7a762559e2cc..4a86a1300dd2 100644
--- a/net-irc/xchat/xchat-2.4.0.ebuild
+++ b/net-irc/xchat/xchat-2.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.0.ebuild,v 1.1 2004/08/14 22:16:51 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.0.ebuild,v 1.2 2004/08/15 15:14:47 swegener Exp $
inherit flag-o-matic eutils
@@ -81,3 +81,12 @@ src_install() {
dodoc ChangeLog README*
}
+
+pkg_postinst() {
+ einfo
+ einfo "The default theme has been changed to be black on white."
+ einfo "You can download the old theme files at:"
+ einfo "\thttp://xchat.org/files/themes/blacktheme.zip"
+ einfo "Place the files into your ~/.xchat2 directory."
+ einfo
+}