diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:47:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 20:47:10 +0000 |
commit | aafe7fcd0ae55acac64aafdf7c4999b1629e7d96 (patch) | |
tree | a676562d7f79ee383ac9bd629c863defe80931b2 /net-p2p | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-aafe7fcd0ae55acac64aafdf7c4999b1629e7d96.tar.gz gentoo-2-aafe7fcd0ae55acac64aafdf7c4999b1629e7d96.tar.bz2 gentoo-2-aafe7fcd0ae55acac64aafdf7c4999b1629e7d96.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.6.4.ebuild | 10 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.7.1.ebuild | 10 |
3 files changed, 16 insertions, 12 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index c46ae852b9ec..61f33ddf1e48 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/rtorrent -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.73 2006/12/29 10:37:55 drizzt Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.74 2007/01/05 20:47:10 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> rtorrent-0.6.4.ebuild, + rtorrent-0.7.1.ebuild: + Convert to use elog. 29 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> rtorrent-0.7.1.ebuild: Fixed libtorrent dep as reported by Ville Salomäki wrt bug #159353 diff --git a/net-p2p/rtorrent/rtorrent-0.6.4.ebuild b/net-p2p/rtorrent/rtorrent-0.6.4.ebuild index 218a6a9af413..a7e0a82da01e 100644 --- a/net-p2p/rtorrent/rtorrent-0.6.4.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.6.4.ebuild,v 1.6 2006/12/21 14:43:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.6.4.ebuild,v 1.7 2007/01/05 20:47:10 flameeyes Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -41,9 +41,9 @@ src_compile() { } pkg_postinst() { - einfo "rtorrent now supports a configuration file." - einfo "A sample configuration file for rtorrent is can be found" - einfo "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz." + elog "rtorrent now supports a configuration file." + elog "A sample configuration file for rtorrent is can be found" + elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz." } src_install() { diff --git a/net-p2p/rtorrent/rtorrent-0.7.1.ebuild b/net-p2p/rtorrent/rtorrent-0.7.1.ebuild index 6e8c810009cb..6ed6d398222e 100644 --- a/net-p2p/rtorrent/rtorrent-0.7.1.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.1.ebuild,v 1.2 2006/12/29 10:37:55 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.1.ebuild,v 1.3 2007/01/05 20:47:10 flameeyes Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -41,9 +41,9 @@ src_compile() { } pkg_postinst() { - einfo "rtorrent now supports a configuration file." - einfo "A sample configuration file for rtorrent is can be found" - einfo "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz." + elog "rtorrent now supports a configuration file." + elog "A sample configuration file for rtorrent is can be found" + elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz." } src_install() { |