summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2008-09-16 07:12:36 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2008-09-16 07:12:36 +0000
commita24e33db1bde8976dd4c9e03053153cfb948bd80 (patch)
tree4732f4cef8f76f2b6868a223deda2a8dc452fe76 /net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild
parentrtorrent-0.8.3/libtorrent-0.12.3 bump (diff)
downloadhistorical-a24e33db1bde8976dd4c9e03053153cfb948bd80.tar.gz
historical-a24e33db1bde8976dd4c9e03053153cfb948bd80.tar.bz2
historical-a24e33db1bde8976dd4c9e03053153cfb948bd80.zip
rtorrent-0.8.3/libtorrent-0.12.3 bump
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.25.8 i686
Diffstat (limited to 'net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild')
-rw-r--r--net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild b/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild
index e7698be48cc3..5e27f7ffc7b9 100644
--- a/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild,v 1.8 2008/08/25 20:23:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild,v 1.9 2008/09/16 07:12:36 loki_val Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -47,18 +47,16 @@ src_compile() {
emake || die "emake failed"
}
-pkg_postinst() {
- elog "rtorrent now supports a configuration file."
- elog "A sample configuration file for rtorrent can be found"
- elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
-}
-
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS README TODO doc/rtorrent.rc
}
pkg_postinst() {
+ elog "rtorrent now supports a configuration file."
+ elog "A sample configuration file for rtorrent can be found"
+ elog "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
+ elog ""
ewarn "If you're upgrading from rtorrent <0.8.0, you will have to delete your"
ewarn "session directory or run the fixSession080-c.py script from this address:"
ewarn "http://rssdler.googlecode.com/files/fixSession080-c.py"