summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-09-21 08:50:45 +0000
committerMichał Górny <mgorny@gentoo.org>2011-09-21 08:50:45 +0000
commitb938476be3265e23cbe20c0875c1c8974e5aa6cd (patch)
treeb0a8dfeea82a0239b327ad483def615c6ea71839
parentbump (diff)
downloadgentoo-2-b938476be3265e23cbe20c0875c1c8974e5aa6cd.tar.gz
gentoo-2-b938476be3265e23cbe20c0875c1c8974e5aa6cd.tar.bz2
gentoo-2-b938476be3265e23cbe20c0875c1c8974e5aa6cd.zip
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
-rw-r--r--dev-db/phppgadmin/ChangeLog5
-rw-r--r--dev-db/phppgadmin/phppgadmin-9999.ebuild9
2 files changed, 9 insertions, 5 deletions
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 <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).
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=""