diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-10-04 23:44:24 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-10-04 23:44:24 +0000 |
commit | 92254b026f97797250f0267173dad04eefe578dd (patch) | |
tree | 52f2bb125c8e7c30c77ddf46c0e7510207226322 /net-p2p | |
parent | old (diff) | |
download | gentoo-2-92254b026f97797250f0267173dad04eefe578dd.tar.gz gentoo-2-92254b026f97797250f0267173dad04eefe578dd.tar.bz2 gentoo-2-92254b026f97797250f0267173dad04eefe578dd.zip |
Propagate fix to other versions. Hrmm...
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.7.9.ebuild | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.8.3.ebuild | 7 |
4 files changed, 17 insertions, 7 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index f8854732eff5..78bdef0283a5 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,10 @@ # 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.125 2008/10/04 22:40:48 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.126 2008/10/04 23:44:24 loki_val Exp $ + + 04 Oct 2008; Peter Alfredsen <loki_val@gentoo.org> rtorrent-0.7.9.ebuild, + rtorrent-0.8.2-r3.ebuild, rtorrent-0.8.3.ebuild: + Propagate fix to other versions. Hrmm... 04 Oct 2008; Peter Alfredsen <loki_val@gentoo.org> rtorrent-0.8.2-r5.ebuild: diff --git a/net-p2p/rtorrent/rtorrent-0.7.9.ebuild b/net-p2p/rtorrent/rtorrent-0.7.9.ebuild index a31da7470c97..04e6e3230090 100644 --- a/net-p2p/rtorrent/rtorrent-0.7.9.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.7.9.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.7.9.ebuild,v 1.8 2008/02/06 20:57:05 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.9.ebuild,v 1.9 2008/10/04 23:44:24 loki_val Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -18,7 +18,8 @@ RDEPEND=">=net-libs/libtorrent-0.11.${PV##*.} >=net-misc/curl-7.15 sys-libs/ncurses xmlrpc? ( dev-libs/xmlrpc-c )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_compile() { replace-flags -Os -O2 diff --git a/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild b/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild index 5e27f7ffc7b9..95c30a2dff00 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.9 2008/09/16 07:12:36 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild,v 1.10 2008/10/04 23:44:24 loki_val Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -13,11 +13,13 @@ SLOT="0" KEYWORDS="amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug ipv6 xmlrpc" -DEPEND=">=net-libs/libtorrent-0.12.${PV##*.} +RDEPEND=">=net-libs/libtorrent-0.12.${PV##*.} >=dev-libs/libsigc++-2 >=net-misc/curl-7.18 sys-libs/ncurses xmlrpc? ( dev-libs/xmlrpc-c )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_unpack() { unpack ${A} diff --git a/net-p2p/rtorrent/rtorrent-0.8.3.ebuild b/net-p2p/rtorrent/rtorrent-0.8.3.ebuild index 693292270db0..1e18d8d047ae 100644 --- a/net-p2p/rtorrent/rtorrent-0.8.3.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.8.3.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.3.ebuild,v 1.1 2008/09/16 07:12:36 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.3.ebuild,v 1.2 2008/10/04 23:44:24 loki_val Exp $ inherit base eutils toolchain-funcs flag-o-matic @@ -13,11 +13,14 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug ipv6 xmlrpc" -DEPEND=">=net-libs/libtorrent-0.12.${PV##*.} +RDEPEND=">=net-libs/libtorrent-0.12.${PV##*.} >=dev-libs/libsigc++-2 >=net-misc/curl-7.18 sys-libs/ncurses xmlrpc? ( dev-libs/xmlrpc-c )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + PATCHES=( "${FILESDIR}/${PN}-0.8.2-gcc34.patch" ) |