diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-20 22:37:13 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-20 22:37:13 +0000 |
commit | 785eb0c198eeb305a8d23ee5badeee5913a4296e (patch) | |
tree | a50676a4523b9dbdb6bf7a45bff36492618c1be1 /dev-util/ghh/ghh-9999.ebuild | |
parent | Migrate to git-2. (diff) | |
download | historical-785eb0c198eeb305a8d23ee5badeee5913a4296e.tar.gz historical-785eb0c198eeb305a8d23ee5badeee5913a4296e.tar.bz2 historical-785eb0c198eeb305a8d23ee5badeee5913a4296e.zip |
Migrate to git-2, update EGIT_REPO_URI.
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'dev-util/ghh/ghh-9999.ebuild')
-rw-r--r-- | dev-util/ghh/ghh-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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" |