diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:24:00 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:24:00 +0000 |
commit | 974ce8fdc37cea9736b9237e79c21c59fe3d2d21 (patch) | |
tree | 74476fa53bbb8603492ba1dc659c70b46d5a2340 /net-p2p/deluge | |
parent | Migrate to git-2. (diff) | |
download | historical-974ce8fdc37cea9736b9237e79c21c59fe3d2d21.tar.gz historical-974ce8fdc37cea9736b9237e79c21c59fe3d2d21.tar.bz2 historical-974ce8fdc37cea9736b9237e79c21c59fe3d2d21.zip |
Migrate to git-2.
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r-- | net-p2p/deluge/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-9999.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-p2p/deluge/ChangeLog b/net-p2p/deluge/ChangeLog index f34566012e49..760f901d9f02 100644 --- a/net-p2p/deluge/ChangeLog +++ b/net-p2p/deluge/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/deluge # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.168 2011/09/20 14:35:10 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/ChangeLog,v 1.169 2011/09/21 08:23:25 mgorny Exp $ + + 21 Sep 2011; Michał Górny <mgorny@gentoo.org> deluge-9999.ebuild: + Migrate to git-2. 20 Sep 2011; Andreas Schuerch <nativemad@gentoo.org> deluge-1.3.3.ebuild: x86 stable, thanks JD on bug 383393 diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index 98de1e5cf704..d45b86b7e99f 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2011 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.26 2011/04/05 21:16:57 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-9999.ebuild,v 1.27 2011/09/21 08:23:25 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" -inherit distutils flag-o-matic git +inherit distutils flag-o-matic git-2 -EGIT_REPO_URI="git://deluge-torrent.org/deluge.git" +EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git + http://git.deluge-torrent.org/${PN}/" DESCRIPTION="BitTorrent client with a client/server model." HOMEPAGE="http://deluge-torrent.org/" |