Migrate to git-2.
authorMichał Górny <mgorny@gentoo.org>
Wed, 21 Sep 2011 08:24:00 +0000 (08:24 +0000)
committerMichał Górny <mgorny@gentoo.org>
Wed, 21 Sep 2011 08:24:00 +0000 (08:24 +0000)
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64

net-p2p/deluge/ChangeLog
net-p2p/deluge/deluge-9999.ebuild
net-p2p/eiskaltdcpp/ChangeLog
net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild

index f34566012e4979840fcb8acd43cf683354119ef3..760f901d9f02afa30dc4fd012371a150f957a817 100644 (file)
@@ -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
index 98de1e5cf704ccde07e7f699e4fb93066a6411c5..d45b86b7e99f3675e22c5f79abd722d429d1e59f 100644 (file)
@@ -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/"
index 9bbfd4dc4a75871a3f79c60c5de112d0c5a8e994..c63d22ad87aeb91cae3a5d12cd71044dc4dc3fd8 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/eiskaltdcpp
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/ChangeLog,v 1.30 2011/06/27 09:20:19 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/ChangeLog,v 1.31 2011/09/21 08:24:00 mgorny Exp $
+
+  21 Sep 2011; Michał Górny <mgorny@gentoo.org> eiskaltdcpp-9999.ebuild:
+  Migrate to git-2.
 
 *eiskaltdcpp-2.2.3 (27 Jun 2011)
 
index b11f437aa5e2c68aaf32b66180dd9dda7c8b4c01..74a1d7e991aa49e7626791b61a34a5c5b244343a 100644 (file)
@@ -1,12 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild,v 1.22 2011/06/27 09:20:19 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild,v 1.23 2011/09/21 08:24:00 mgorny Exp $
 
 EAPI="4"
 
 LANGS="be bg cs de en es fr hu pl ru sk sr uk"
 
-[[ ${PV} = *9999* ]] && VCS_ECLASS="git" || VCS_ECLASS=""
+[[ ${PV} = *9999* ]] && VCS_ECLASS="git-2" || VCS_ECLASS=""
 inherit cmake-utils ${VCS_ECLASS}
 
 DESCRIPTION="Qt4 based client for DirectConnect and ADC protocols, based on DC++ library"
@@ -34,7 +34,8 @@ if [[ ${PV} != *9999* ]]; then
        SRC_URI="http://${PN/pp/}.googlecode.com/files/${P}.tar.xz"
        KEYWORDS="~amd64 ~x86"
 else
-       EGIT_REPO_URI="git://github.com/negativ/${PN}.git"
+       EGIT_REPO_URI="git://github.com/negativ/${PN}.git
+               https://github.com/negativ/${PN}.git"
        KEYWORDS=""
 fi