From 5501c58563ceaa02170b3fb64885c97592c4de9b Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 11 Oct 2011 06:56:08 +0300 Subject: modified: net-libs/libtorrent/libtorrent-9999.ebuild --- net-libs/libtorrent/libtorrent-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-libs') diff --git a/net-libs/libtorrent/libtorrent-9999.ebuild b/net-libs/libtorrent/libtorrent-9999.ebuild index c164c3e..b504de6 100644 --- a/net-libs/libtorrent/libtorrent-9999.ebuild +++ b/net-libs/libtorrent/libtorrent-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.4.ebuild,v 1.6 2009/03/06 00:11:38 jer Exp $ -inherit base eutils toolchain-funcs flag-o-matic libtool subversion +inherit base eutils toolchain-funcs flag-o-matic libtool git DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." HOMEPAGE="http://libtorrent.rakshasa.no/" @@ -11,8 +11,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="" -ESVN_REPO_URI="svn://rakshasa.no/libtorrent/trunk/libtorrent" -ESVN_BOOTSTRAP="./autogen.sh" +EGIT_REPO_URI="git://github.com/rakshasa/libtorrent.git" +EGIT_BOOTSTRAP="./autogen.sh" IUSE="debug ipv6" @@ -25,7 +25,7 @@ PATCHES=( "${FILESDIR}/${P}-gcc44.patch" ) src_unpack() { # base_src_unpack - subversion_src_unpack + git_src_unpack cd "${S}" elibtoolize #Don't remove. Needed for *bsd. } -- cgit v1.2.3