diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-09-12 10:03:03 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-09-12 10:03:03 +0000 |
commit | cbc07cb89c045f0f90fa66bf98aa8f6cb16fbf86 (patch) | |
tree | 7f288e983704d26cc58aa8b8806b507245941bc3 /net-irc | |
parent | initial import (diff) | |
download | gentoo-2-cbc07cb89c045f0f90fa66bf98aa8f6cb16fbf86.tar.gz gentoo-2-cbc07cb89c045f0f90fa66bf98aa8f6cb16fbf86.tar.bz2 gentoo-2-cbc07cb89c045f0f90fa66bf98aa8f6cb16fbf86.zip |
add reference to x11-plugins/hexchat-javascript in pkg_postinst
(Portage version: 2.2.2/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.6.ebuild | 5 | ||||
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index cf7169fbe2bd..183e300a0388 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.76 2013/09/11 23:23:49 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.77 2013/09/12 10:03:03 hasufell Exp $ + + 12 Sep 2013; Julian Ospald <hasufell@gentoo.org> hexchat-2.9.6.ebuild, + hexchat-9999.ebuild: + add reference to x11-plugins/hexchat-javascript in pkg_postinst *hexchat-2.9.6 (11 Sep 2013) diff --git a/net-irc/hexchat/hexchat-2.9.6.ebuild b/net-irc/hexchat/hexchat-2.9.6.ebuild index 30e0de47162b..23236884d843 100644 --- a/net-irc/hexchat/hexchat-2.9.6.ebuild +++ b/net-irc/hexchat/hexchat-2.9.6.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.6.ebuild,v 1.1 2013/09/11 23:23:49 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.6.ebuild,v 1.2 2013/09/12 10:03:03 hasufell Exp $ EAPI=5 @@ -148,6 +148,9 @@ pkg_postinst() { elog "have been removed, but you can add them yourself via:" elog " Settings -> Keyboard Shortcuts" einfo + elog "optional dependencies:" + elog " x11-plugins/hexchat-javascript (javascript support)" + einfo } pkg_postrm() { diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 5e05f1cb4393..6e8e97e86650 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.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-9999.ebuild,v 1.7 2013/09/11 23:21:02 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.8 2013/09/12 10:03:03 hasufell Exp $ EAPI=5 @@ -161,6 +161,9 @@ pkg_postinst() { elog "have been removed, but you can add them yourself via:" elog " Settings -> Keyboard Shortcuts" einfo + elog "optional dependencies:" + elog " x11-plugins/hexchat-javascript (javascript support)" + einfo } pkg_postrm() { |