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 | 35f8363ab1ec20231010d7ad818bb76e246f3c5b (patch) | |
tree | e30d1e077c93177d4c616d521107cad11a2dd590 /dev-util/ghh | |
parent | Migrate to git-2. (diff) | |
download | gentoo-2-35f8363ab1ec20231010d7ad818bb76e246f3c5b.tar.gz gentoo-2-35f8363ab1ec20231010d7ad818bb76e246f3c5b.tar.bz2 gentoo-2-35f8363ab1ec20231010d7ad818bb76e246f3c5b.zip |
Migrate to git-2, update EGIT_REPO_URI.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
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" |