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
commit02cd8d0fcffbcdac73c0cbedaf19a20804434063 (patch)
treed8a631e99037c02dd0e613dfa07635ade141d428 /net-p2p
parentrtorrent-0.8.3/libtorrent-0.12.3 bump (diff)
downloadgentoo-2-02cd8d0fcffbcdac73c0cbedaf19a20804434063.tar.gz
gentoo-2-02cd8d0fcffbcdac73c0cbedaf19a20804434063.tar.bz2
gentoo-2-02cd8d0fcffbcdac73c0cbedaf19a20804434063.zip
rtorrent-0.8.3/libtorrent-0.12.3 bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.25.8 i686)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rtorrent/ChangeLog9
-rw-r--r--net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild12
-rw-r--r--net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild12
-rw-r--r--net-p2p/rtorrent/rtorrent-0.8.3.ebuild (renamed from net-p2p/rtorrent/rtorrent-0.8.2-r4.ebuild)30
4 files changed, 26 insertions, 37 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog
index f354a6fcbce5..ab48f015482e 100644
--- a/net-p2p/rtorrent/ChangeLog
+++ b/net-p2p/rtorrent/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-p2p/rtorrent
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.118 2008/08/26 21:04:10 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.119 2008/09/16 07:12:36 loki_val Exp $
+
+*rtorrent-0.8.3 (16 Sep 2008)
+
+ 16 Sep 2008; Peter Alfredsen <loki_val@gentoo.org>
+ rtorrent-0.8.2-r3.ebuild, -rtorrent-0.8.2-r4.ebuild,
+ rtorrent-0.8.2-r5.ebuild, +rtorrent-0.8.3.ebuild:
+ rtorrent-0.8.3/libtorrent-0.12.3 bump
*rtorrent-0.8.2-r5 (26 Aug 2008)
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"
diff --git a/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild b/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild
index cc15c05c4e55..e54c2a20bf63 100644
--- a/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.8.2-r5.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-r5.ebuild,v 1.1 2008/08/26 21:04:10 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r5.ebuild,v 1.2 2008/09/16 07:12:36 loki_val Exp $
inherit eutils autotools toolchain-funcs flag-o-matic
@@ -51,18 +51,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"
diff --git a/net-p2p/rtorrent/rtorrent-0.8.2-r4.ebuild b/net-p2p/rtorrent/rtorrent-0.8.3.ebuild
index a5966b5e09aa..693292270db0 100644
--- a/net-p2p/rtorrent/rtorrent-0.8.2-r4.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.8.3.ebuild
@@ -1,8 +1,8 @@
# 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-r4.ebuild,v 1.1 2008/08/07 22:00:07 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild,v 1.1 2008/09/16 07:12:36 loki_val Exp $
-inherit eutils autotools toolchain-funcs flag-o-matic
+inherit base eutils toolchain-funcs flag-o-matic
DESCRIPTION="BitTorrent Client using libtorrent"
HOMEPAGE="http://libtorrent.rakshasa.no/"
@@ -19,18 +19,7 @@ DEPEND=">=net-libs/libtorrent-0.12.${PV##*.}
sys-libs/ncurses
xmlrpc? ( dev-libs/xmlrpc-c )"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.8.0+gcc-4.3.patch
- epatch "${FILESDIR}"/${P}-fix_start_stop_filter.patch
- epatch "${FILESDIR}"/${P}-fix_conn_type_seed.patch
- epatch "${FILESDIR}"/${P}-fix_load_cache.patch
- epatch "${FILESDIR}"/${P}-fix_utf8_filenames.patch
- epatch "${FILESDIR}"/${P}-fix-configure-execinfo.patch
- epatch "${FILESDIR}"/${P}-gcc34.patch
- eautoreconf
-}
+PATCHES=( "${FILESDIR}/${PN}-0.8.2-gcc34.patch" )
src_compile() {
replace-flags -Os -O2
@@ -40,8 +29,7 @@ src_compile() {
filter-flags -fomit-frame-pointer -fforce-addr
fi
- econf \
- $(use_enable debug) \
+ econf $(use_enable debug) \
$(use_enable ipv6) \
$(use_with xmlrpc xmlrpc-c) \
--disable-dependency-tracking \
@@ -50,18 +38,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"