diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-03-24 20:00:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-03-24 20:00:42 +0000 |
commit | e84085fd073ee7c411561cf5837e9462dddb8462 (patch) | |
tree | 58dd394e70fb902e8d36c3b1999e8d4590032e4b /net-p2p/deluge/deluge-9999.ebuild | |
parent | stable x86, bug 308379 (diff) | |
download | gentoo-2-e84085fd073ee7c411561cf5837e9462dddb8462.tar.gz gentoo-2-e84085fd073ee7c411561cf5837e9462dddb8462.tar.bz2 gentoo-2-e84085fd073ee7c411561cf5837e9462dddb8462.zip |
Move to git repo
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'net-p2p/deluge/deluge-9999.ebuild')
-rw-r--r-- | net-p2p/deluge/deluge-9999.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index 5b0adcb465ca..cc2593998055 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-9999.ebuild,v 1.23 2009/11/01 12:17:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-9999.ebuild,v 1.24 2010/03/24 20:00:42 armin76 Exp $ EAPI="2" -inherit eutils distutils subversion flag-o-matic +inherit eutils distutils git flag-o-matic -ESVN_REPO_URI="http://svn.deluge-torrent.org/trunk" -ESVN_PROJECT="deluge" +EGIT_REPO_URI="git://deluge-torrent.org/deluge.git" DESCRIPTION="BitTorrent client with a client/server model." HOMEPAGE="http://deluge-torrent.org/" @@ -19,7 +18,7 @@ KEYWORDS="" IUSE="gtk libnotify webinterface" DEPEND=">=virtual/python-2.5 - >=net-libs/rb_libtorrent-0.14.5[python] + >=net-libs/rb_libtorrent-0.14.9[python] dev-python/setuptools" RDEPEND="${DEPEND} dev-python/chardet |