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

dev-db/ctdb/ChangeLog
dev-db/ctdb/ctdb-9999.ebuild
dev-db/phppgadmin/ChangeLog
dev-db/phppgadmin/phppgadmin-9999.ebuild

index ca1b21e644967ea148c8e37b8b4da86769dbda8c..b28d969a65e2def72a9f4f1ccdbd37eb792993c2 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/ctdb
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.23 2011/08/27 11:25:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.24 2011/09/21 08:49:14 mgorny Exp $
+
+  21 Sep 2011; Michał Górny <mgorny@gentoo.org> ctdb-9999.ebuild:
+  Migrate to git-2.
 
   27 Aug 2011; Raúl Porcel <armin76@gentoo.org> ctdb-1.0.114_p1.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #377909
index c1199d01e3bdbf8d9e217354d035e3b112884719..88fa0a0136797b66441d74c0db25e36f268f8541 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-9999.ebuild,v 1.2 2009/11/14 13:53:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-9999.ebuild,v 1.3 2011/09/21 08:49:14 mgorny Exp $
 
 EGIT_REPO_URI="git://git.samba.org/tridge/ctdb.git"
 
-inherit autotools eutils git
+inherit autotools eutils git-2
 
 DESCRIPTION="A cluster implementation of the TDB database used by Samba and other projects to store temporary data."
 HOMEPAGE="http://ctdb.samba.org/"
@@ -17,7 +17,7 @@ DEPEND="dev-libs/popt"
 RDEPEND="${DEPEND}"
 
 src_unpack() {
-       git_src_unpack
+       git-2_src_unpack
 
        epatch "${FILESDIR}/autoconf-2.62-fix.patch"
 
index c95aa198775a87733579417943057b7f0c0437a8..c2220343affe20f7b77f294552c74327a5ad8760 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/phppgadmin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/ChangeLog,v 1.95 2011/08/25 11:53:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/ChangeLog,v 1.96 2011/09/21 08:50:45 mgorny Exp $
+
+  21 Sep 2011; Michał Górny <mgorny@gentoo.org> phppgadmin-9999.ebuild:
+  Migrate to git-2.
 
   25 Aug 2011; Jeroen Roovers <jer@gentoo.org> phppgadmin-5.0.2.ebuild:
   Stable for HPPA (bug #375775).
index e0395275b456434cf9ddd0e6021f6d0a19e6f844..f505e6068470aa21239072c2f48a4b26c017f86a 100644 (file)
@@ -1,14 +1,15 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild,v 1.2 2010/05/03 17:44:52 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-9999.ebuild,v 1.3 2011/09/21 08:50:45 mgorny Exp $
 
 EAPI="2"
 
-inherit webapp git
+inherit webapp git-2
 
 DESCRIPTION="Web-based administration for Postgres database in php"
 HOMEPAGE="http://phppgadmin.sourceforge.net/"
-EGIT_REPO_URI="git://github.com/xzilla/phppgadmin.git"
+EGIT_REPO_URI="git://github.com/xzilla/${PN}.git
+       https://github.com/xzilla/${PN}.git"
 
 LICENSE="GPL-2"
 KEYWORDS=""