diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2013-03-14 20:03:21 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2013-03-14 20:03:21 +0000 |
commit | 498cbde209ddbacc888bd3515c5950d5b4af498a (patch) | |
tree | 5cfd9bddd017010d5924de5b3b223daa3b543258 | |
parent | Version bump to 0.7.1, which fixes few bugs introduced in previous release. (diff) | |
download | gentoo-2-498cbde209ddbacc888bd3515c5950d5b4af498a.tar.gz gentoo-2-498cbde209ddbacc888bd3515c5950d5b4af498a.tar.bz2 gentoo-2-498cbde209ddbacc888bd3515c5950d5b4af498a.zip |
Enhance pkg_posinst message. Thanks to Eduardo Suarez-Santana <e.suarezsantana@gmail.com>
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
-rw-r--r-- | x11-misc/i3status/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/i3status/i3status-2.6.ebuild | 9 | ||||
-rw-r--r-- | x11-misc/i3status/i3status-2.7.ebuild | 9 |
3 files changed, 18 insertions, 7 deletions
diff --git a/x11-misc/i3status/ChangeLog b/x11-misc/i3status/ChangeLog index 65608145d6b4..df8f34bab34c 100644 --- a/x11-misc/i3status/ChangeLog +++ b/x11-misc/i3status/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/i3status # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3status/ChangeLog,v 1.16 2013/02/27 10:56:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3status/ChangeLog,v 1.17 2013/03/14 20:03:21 xarthisius Exp $ + + 14 Mar 2013; Kacper Kowalik <xarthisius@gentoo.org> i3status-2.6.ebuild, + i3status-2.7.ebuild: + Enhance pkg_posinst message. Thanks to Eduardo Suarez-Santana + <e.suarezsantana@gmail.com> *i3status-2.7 (27 Feb 2013) diff --git a/x11-misc/i3status/i3status-2.6.ebuild b/x11-misc/i3status/i3status-2.6.ebuild index 425e920daa27..ac924e26260e 100644 --- a/x11-misc/i3status/i3status-2.6.ebuild +++ b/x11-misc/i3status/i3status-2.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/x11-misc/i3status/i3status-2.6.ebuild,v 1.4 2013/01/27 18:31:04 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3status/i3status-2.6.ebuild,v 1.5 2013/03/14 20:03:21 xarthisius Exp $ EAPI=4 @@ -32,6 +32,9 @@ src_prepare() { pkg_postinst() { fcaps cap_net_admin usr/bin/${PN} - elog "You need to install x11-misc/xmobar or x11-misc/dzen to use ${PN}." - elog "Please refer to manual: man ${PN}" + einfo "${PN} can be used with any of the following programs:" + einfo " i3bar (x11-wm/i3)" + einfo " x11-misc/xmobar" + einfo " x11-misc/dzen" + einfo "Please refer to manual: man ${PN}" } diff --git a/x11-misc/i3status/i3status-2.7.ebuild b/x11-misc/i3status/i3status-2.7.ebuild index 4e90a6e0def6..216eeab23638 100644 --- a/x11-misc/i3status/i3status-2.7.ebuild +++ b/x11-misc/i3status/i3status-2.7.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/x11-misc/i3status/i3status-2.7.ebuild,v 1.1 2013/02/27 10:56:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3status/i3status-2.7.ebuild,v 1.2 2013/03/14 20:03:21 xarthisius Exp $ EAPI=5 @@ -32,6 +32,9 @@ src_compile() { pkg_postinst() { fcaps cap_net_admin usr/bin/${PN} - elog "You need to install x11-misc/xmobar or x11-misc/dzen to use ${PN}." - elog "Please refer to manual: man ${PN}" + einfo "${PN} can be used with any of the following programs:" + einfo " i3bar (x11-wm/i3)" + einfo " x11-misc/xmobar" + einfo " x11-misc/dzen" + einfo "Please refer to manual: man ${PN}" } |