diff options
author | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2011-08-15 19:44:03 +0000 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2011-08-15 19:44:03 +0000 |
commit | 2bebba2145d723115df316a70836318b2ff8c9c4 (patch) | |
tree | b4fd8e965114603d08174493f5f836e19ad419b7 /net-p2p/rtorrent | |
parent | x86 stable, bug #377465 (diff) | |
download | gentoo-2-2bebba2145d723115df316a70836318b2ff8c9c4.tar.gz gentoo-2-2bebba2145d723115df316a70836318b2ff8c9c4.tar.bz2 gentoo-2-2bebba2145d723115df316a70836318b2ff8c9c4.zip |
Install man page manually(default target skips this now)
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild (renamed from net-p2p/rtorrent/rtorrent-0.8.7-r3.ebuild) | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 18a0d829c8e0..f250eaecc151 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.161 2011/05/09 21:34:21 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.162 2011/08/15 19:44:03 sochotnicky Exp $ + +*rtorrent-0.8.7-r4 (15 Aug 2011) + + 15 Aug 2011; Stanislav Ochotnicky <sochotnicky@gentoo.org> + -rtorrent-0.8.7-r3.ebuild, +rtorrent-0.8.7-r4.ebuild: + Install man page manually(default target skips this now) *rtorrent-0.8.7-r3 (09 May 2011) *rtorrent-0.8.6-r4 (09 May 2011) diff --git a/net-p2p/rtorrent/rtorrent-0.8.7-r3.ebuild b/net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild index 4293767f37f3..638830d78891 100644 --- a/net-p2p/rtorrent/rtorrent-0.8.7-r3.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.7-r3.ebuild,v 1.1 2011/05/09 21:34:21 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.7-r4.ebuild,v 1.1 2011/08/15 19:44:03 sochotnicky Exp $ EAPI=2 @@ -44,6 +44,7 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS README TODO doc/rtorrent.rc + doman doc/rtorrent.1 if use daemon; then newinitd "${FILESDIR}/rtorrentd.init" rtorrentd || die "newinitd failed" |