diff options
Diffstat (limited to 'dev-util/ghh')
-rw-r--r-- | dev-util/ghh/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ghh/ghh-9999.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
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 <mgorny@gentoo.org> ghh-9999.ebuild: + Migrate to git-2, update EGIT_REPO_URI. 28 Mar 2011; Christoph Mende <angelos@gentoo.org> 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" |