diff options
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 |