From d852fd6254b5653c7392cdc247c0b60dd66b5923 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 11 Oct 2011 07:03:43 +0300 Subject: modified: net-p2p/rtorrent/rtorrent-9999.ebuild --- net-p2p/rtorrent/rtorrent-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-p2p/rtorrent') diff --git a/net-p2p/rtorrent/rtorrent-9999.ebuild b/net-p2p/rtorrent/rtorrent-9999.ebuild index 1a08ec8..ab7d08b 100644 --- a/net-p2p/rtorrent/rtorrent-9999.ebuild +++ b/net-p2p/rtorrent/rtorrent-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.4-r1.ebuild,v 1.7 2009/03/06 00:13:27 jer Exp $ -inherit base eutils toolchain-funcs flag-o-matic subversion +inherit base eutils toolchain-funcs flag-o-matic git DESCRIPTION="BitTorrent Client using libtorrent" HOMEPAGE="http://libtorrent.rakshasa.no/" @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="" IUSE="daemon debug ipv6 xmlrpc" -ESVN_REPO_URI="svn://rakshasa.no/libtorrent/trunk/rtorrent" -ESVN_BOOTSTRAP="./autogen.sh" +EGIT_REPO_URI="git://github.com/rakshasa/rtorrent.git" +EGIT_BOOTSTRAP="./autogen.sh" COMMON_DEPEND=">=net-libs/libtorrent-0.12.${PV##*.} >=dev-libs/libsigc++-2.2.2 @@ -30,7 +30,7 @@ PATCHES=( "${FILESDIR}/${PN}-0.8.2-gcc34.patch" "${FILESDIR}/${PN}-0.8.4-gcc44.patch" ) src_unpack() { - subversion_src_unpack + git_src_unpack } src_compile() { -- cgit v1.2.3