From 35f8363ab1ec20231010d7ad818bb76e246f3c5b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 20 Sep 2011 22:37:13 +0000 Subject: Migrate to git-2, update EGIT_REPO_URI. (Portage version: 2.2.0_alpha59/cvs/Linux x86_64) --- dev-util/ghh/ChangeLog | 5 ++++- dev-util/ghh/ghh-9999.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'dev-util/ghh') diff --git a/dev-util/ghh/ChangeLog b/dev-util/ghh/ChangeLog index 9562c7de8eb6..5e71d5e580ee 100644 --- a/dev-util/ghh/ChangeLog +++ b/dev-util/ghh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ghh # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ChangeLog,v 1.4 2011/03/28 16:41:12 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ChangeLog,v 1.5 2011/09/20 22:37:13 mgorny Exp $ + + 20 Sep 2011; Michał Górny ghh-9999.ebuild: + Migrate to git-2, update EGIT_REPO_URI. 28 Mar 2011; Christoph Mende ghh-9999.ebuild: Fixed gtk+ dep and some cleanup diff --git a/dev-util/ghh/ghh-9999.ebuild b/dev-util/ghh/ghh-9999.ebuild index 261fba23aebd..d3041e0bbb1d 100644 --- a/dev-util/ghh/ghh-9999.ebuild +++ b/dev-util/ghh/ghh-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/dev-util/ghh/ghh-9999.ebuild,v 1.5 2011/03/28 16:41:12 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ghh/ghh-9999.ebuild,v 1.6 2011/09/20 22:37:13 mgorny Exp $ EAPI=3 -inherit autotools git +inherit autotools git-2 DESCRIPTION="a tool to track the history and make backups of your home directory" HOMEPAGE="http://jean-francois.richard.name/ghh/" -EGIT_REPO_URI="http://jean-francois.richard.name/${PN}.git" +EGIT_REPO_URI="git://github.com/jfrichard/git-home-history.git + https://github.com/jfrichard/git-home-history.git" EGIT_BOOTSTRAP="autogen.sh" LICENSE="GPL-2" -- cgit v1.2.3-65-gdbad