diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-10-05 19:41:29 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-10-05 19:41:29 +0000 |
commit | c8e37f35559a06c2d53729345a78c633415ad278 (patch) | |
tree | 176624d1bacba8c93b6aa6bfc660e89e76f2eb2a /net-irc/weechat | |
parent | Respect CC,AR, wrt to bug #401937 (diff) | |
download | gentoo-2-c8e37f35559a06c2d53729345a78c633415ad278.tar.gz gentoo-2-c8e37f35559a06c2d53729345a78c633415ad278.tar.bz2 gentoo-2-c8e37f35559a06c2d53729345a78c633415ad278.zip |
Drop useless message.
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/weechat')
-rw-r--r-- | net-irc/weechat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/weechat/weechat-0.3.9.ebuild | 10 | ||||
-rw-r--r-- | net-irc/weechat/weechat-9999.ebuild | 10 |
3 files changed, 7 insertions, 19 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog index 853eb4dcf17a..9a40c4427381 100644 --- a/net-irc/weechat/ChangeLog +++ b/net-irc/weechat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/weechat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.116 2012/10/05 07:01:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.117 2012/10/05 19:41:29 scarabeus Exp $ + + 05 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> weechat-0.3.9.ebuild, + weechat-9999.ebuild: + Drop useless message. 05 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> weechat-0.3.9.ebuild, weechat-9999.ebuild: diff --git a/net-irc/weechat/weechat-0.3.9.ebuild b/net-irc/weechat/weechat-0.3.9.ebuild index 575582fa978a..32cd48025fcb 100644 --- a/net-irc/weechat/weechat-0.3.9.ebuild +++ b/net-irc/weechat/weechat-0.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.9.ebuild,v 1.2 2012/10/05 07:01:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.9.ebuild,v 1.3 2012/10/05 19:41:29 scarabeus Exp $ EAPI=4 @@ -111,11 +111,3 @@ src_configure() { cmake-utils_src_configure } - -pkg_postinst() { - if use scripts && use python; then - elog "You may use the following script from upstream to manage your scripts." - elog "It helps with downloading and updating other scripts:" - elog " http://www.weechat.org/scripts/source/stable/weeget.py/" - fi -} diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index 461781a63e2d..6b1c1f1d30d0 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.21 2012/10/05 07:01:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.22 2012/10/05 19:41:29 scarabeus Exp $ EAPI=4 @@ -111,11 +111,3 @@ src_configure() { cmake-utils_src_configure } - -pkg_postinst() { - if use scripts && use python; then - elog "You may use the following script from upstream to manage your scripts." - elog "It helps with downloading and updating other scripts:" - elog " http://www.weechat.org/scripts/source/stable/weeget.py/" - fi -} |