diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-10-11 06:56:08 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-10-11 06:56:08 +0300 |
commit | 5501c58563ceaa02170b3fb64885c97592c4de9b (patch) | |
tree | c80a6e1e2521bf36188698a733ab58968f1e66b1 /net-libs | |
parent | ce2d41bf756fbcd5f1784f646cfe57edf12fa195 (diff) |
modified: net-libs/libtorrent/libtorrent-9999.ebuild
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/libtorrent-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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. } |