diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-06-27 18:14:48 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-06-27 18:14:48 +0000 |
commit | d355e826f046cd118f564ef401e7995af7c3b460 (patch) | |
tree | 95733f318916cd03ca67eb24bba70e33b3e3ecab /net-irc | |
parent | 3.9.8 kernel released (diff) | |
download | gentoo-2-d355e826f046cd118f564ef401e7995af7c3b460.tar.gz gentoo-2-d355e826f046cd118f564ef401e7995af7c3b460.tar.bz2 gentoo-2-d355e826f046cd118f564ef401e7995af7c3b460.zip |
improve elog
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild | 28 |
2 files changed, 22 insertions, 12 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index 9d6454d4625e..3edce3c2528a 100644 --- a/net-irc/hexchat/ChangeLog +++ b/net-irc/hexchat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/hexchat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.59 2013/06/26 14:41:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.60 2013/06/27 18:14:48 hasufell Exp $ + + 27 Jun 2013; Julian Ospald <hasufell@gentoo.org> + hexchat-2.9.5_p20130525.ebuild: + improve elog 26 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> hexchat-2.9.5_p20130525.ebuild: diff --git a/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild b/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild index 446e087628be..2824e379ee47 100644 --- a/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild +++ b/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild,v 1.3 2013/06/26 14:41:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5_p20130525.ebuild,v 1.4 2013/06/27 18:14:48 hasufell Exp $ EAPI=5 @@ -122,26 +122,32 @@ pkg_preinst() { } pkg_postinst() { - if use !gtk ; then + if use gtk ; then + gnome2_icon_cache_update + einfo + else einfo elog "You have disabled the gtk USE flag. This means you don't have" elog "the GTK-GUI for HexChat but only a text interface called \"hexchat-text\"." - else - gnome2_icon_cache_update + elog fi if use theme-manager ; then - einfo elog "Themes are available at:" elog " http://hexchat.org/themes.html" + elog fi - ewarn - ewarn "If you're upgrading from hexchat <=2.9.3 remember to rename" - ewarn "the xchat.conf file found in ~/.config/hexchat/ to hexchat.conf" - ewarn - ewarn "If you're upgrading from hexchat <=2.9.5 you will have to adjust" - ewarn "your auto-join channel settings." + elog "If you're upgrading from hexchat <=2.9.3 remember to rename" + elog "the xchat.conf file found in ~/.config/hexchat/ to hexchat.conf" + elog + elog "If you're upgrading from hexchat <=2.9.5 you will have to fix" + elog "your auto-join channel settings, see:" + elog " https://bugs.gentoo.org/show_bug.cgi?id=473514#c1" + elog "Also, some internal hotkeys such as \"Ctrl+l\" (clear screen)" + elog "have been removed, but you can add them yourself via:" + elog " Settings -> Keyboard Shortcuts" + einfo } pkg_postrm() { |