diff options
author | Dawid Węgliński <cla@gentoo.org> | 2010-01-22 14:17:00 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2010-01-22 14:17:00 +0000 |
commit | 5d0a60f5bc6d8e6455d8f40e20b03723f4d38b4a (patch) | |
tree | 7733ea912bfbbc61a21df21c4c89904e4ad35185 /net-p2p | |
parent | Version bump. (diff) | |
download | gentoo-2-5d0a60f5bc6d8e6455d8f40e20b03723f4d38b4a.tar.gz gentoo-2-5d0a60f5bc6d8e6455d8f40e20b03723f4d38b4a.tar.bz2 gentoo-2-5d0a60f5bc6d8e6455d8f40e20b03723f4d38b4a.zip |
Add some elog instructions messages
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.8.6-r1.ebuild | 11 |
2 files changed, 14 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 82c3942cf372..da30b62d2840 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.148 2010/01/22 13:37:42 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.149 2010/01/22 14:17:00 cla Exp $ + + 22 Jan 2010; Dawid Węgliński <cla@gentoo.org> rtorrent-0.8.6-r1.ebuild: + Add some elog instructions messages *rtorrent-0.8.6-r1 (22 Jan 2010) diff --git a/net-p2p/rtorrent/rtorrent-0.8.6-r1.ebuild b/net-p2p/rtorrent/rtorrent-0.8.6-r1.ebuild index 8c74d3f743b2..94f0cba07026 100644 --- a/net-p2p/rtorrent/rtorrent-0.8.6-r1.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.6-r1.ebuild,v 1.1 2010/01/22 13:37:42 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.6-r1.ebuild,v 1.2 2010/01/22 14:17:00 cla Exp $ EAPI=2 @@ -46,3 +46,12 @@ src_install() { newconfd "${FILESDIR}/rtorrentd.conf" rtorrentd || die "newconfd failed" fi } + +pkg_postinst() { + elog "rtorrent colors patch" + elog "Set colors using the options below in .rtorrent.rc:" + elog "Options: done_fg_color, done_bg_color, active_fg_color, active_bg_color" + elog "Colors: 0 = black, 1 = red, 2 = green, 3 = yellow, 4 = blue," + elog "5 = magenta, 6 = cyan and 7 = white" + elog "Example: done_fg_color = 1" +} |