From: Michał Górny Date: Wed, 21 Sep 2011 08:50:45 +0000 (+0000) Subject: Migrate to git-2. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d803d9d1b528c56f9fe0c64d63c22149029c602a;p=gentoo.git Migrate to git-2. Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64 --- diff --git a/dev-db/ctdb/ChangeLog b/dev-db/ctdb/ChangeLog index ca1b21e64496..b28d969a65e2 100644 --- a/dev-db/ctdb/ChangeLog +++ b/dev-db/ctdb/ChangeLog @@ -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 ctdb-9999.ebuild: + Migrate to git-2. 27 Aug 2011; Raúl Porcel ctdb-1.0.114_p1.ebuild: alpha/ia64/s390/sh/sparc stable wrt #377909 diff --git a/dev-db/ctdb/ctdb-9999.ebuild b/dev-db/ctdb/ctdb-9999.ebuild index c1199d01e3bd..88fa0a013679 100644 --- a/dev-db/ctdb/ctdb-9999.ebuild +++ b/dev-db/ctdb/ctdb-9999.ebuild @@ -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" diff --git a/dev-db/phppgadmin/ChangeLog b/dev-db/phppgadmin/ChangeLog index c95aa198775a..c2220343affe 100644 --- a/dev-db/phppgadmin/ChangeLog +++ b/dev-db/phppgadmin/ChangeLog @@ -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 phppgadmin-9999.ebuild: + Migrate to git-2. 25 Aug 2011; Jeroen Roovers phppgadmin-5.0.2.ebuild: Stable for HPPA (bug #375775). diff --git a/dev-db/phppgadmin/phppgadmin-9999.ebuild b/dev-db/phppgadmin/phppgadmin-9999.ebuild index e0395275b456..f505e6068470 100644 --- a/dev-db/phppgadmin/phppgadmin-9999.ebuild +++ b/dev-db/phppgadmin/phppgadmin-9999.ebuild @@ -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=""