diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-12-16 23:28:58 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-12-16 23:28:58 +0000 |
commit | 8af5cfe52a8824b277881869973a76039a6833b2 (patch) | |
tree | 15a7b82d556ca916d2a715ae5ddc9d3426445516 /net-p2p/rtorrent | |
parent | Remove outdated comments and checks. (diff) | |
download | gentoo-2-8af5cfe52a8824b277881869973a76039a6833b2.tar.gz gentoo-2-8af5cfe52a8824b277881869973a76039a6833b2.tar.bz2 gentoo-2-8af5cfe52a8824b277881869973a76039a6833b2.zip |
Install the man page.
(Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.9.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 89925a48db6a..fba39f45e6d2 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.178 2012/09/10 02:43:00 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.179 2012/12/16 23:28:58 zmedico Exp $ + + 16 Dec 2012; Zac Medico <zmedico@gentoo.org> rtorrent-0.9.2.ebuild: + Install the man page. 10 Sep 2012; Christoph Junghans <ottxor@gentoo.org> rtorrent-0.9.2.ebuild: added prefix support (bug #431160) diff --git a/net-p2p/rtorrent/rtorrent-0.9.2.ebuild b/net-p2p/rtorrent/rtorrent-0.9.2.ebuild index ea1345d67628..7d24bd191946 100644 --- a/net-p2p/rtorrent/rtorrent-0.9.2.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.9.2.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-p2p/rtorrent/rtorrent-0.9.2.ebuild,v 1.2 2012/09/10 02:43:00 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.9.2.ebuild,v 1.3 2012/12/16 23:28:58 zmedico Exp $ EAPI=4 @@ -44,6 +44,7 @@ src_configure() { src_install() { default + doman doc/rtorrent.1 if use daemon; then newinitd "${FILESDIR}/rtorrentd.init" rtorrentd |