diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:25:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:25:56 +0000 |
commit | 2a837a76854518a47455fe4d06952c81adb33e5d (patch) | |
tree | 01abfd6c82c17535b4fcbe607eb2784eca54ce89 /dev-vcs/gitstats | |
parent | Migrate to git-2. (diff) | |
download | gentoo-2-2a837a76854518a47455fe4d06952c81adb33e5d.tar.gz gentoo-2-2a837a76854518a47455fe4d06952c81adb33e5d.tar.bz2 gentoo-2-2a837a76854518a47455fe4d06952c81adb33e5d.zip |
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/gitstats')
-rw-r--r-- | dev-vcs/gitstats/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/gitstats/gitstats-9999.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-vcs/gitstats/ChangeLog b/dev-vcs/gitstats/ChangeLog index 07da532cc2b8..e3d87f0bd52a 100644 --- a/dev-vcs/gitstats/ChangeLog +++ b/dev-vcs/gitstats/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/gitstats -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitstats/ChangeLog,v 1.2 2010/07/23 07:46:04 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitstats/ChangeLog,v 1.3 2011/09/21 08:25:56 mgorny Exp $ + + 21 Sep 2011; Michał Górny <mgorny@gentoo.org> gitstats-9999.ebuild: + Migrate to git-2. 23 Jul 2010; Justin Lecher <jlec@gentoo.org> gitstats-9999.ebuild, gitstats-100711.ebuild: diff --git a/dev-vcs/gitstats/gitstats-9999.ebuild b/dev-vcs/gitstats/gitstats-9999.ebuild index 41891307a9b5..4fc316e94ee1 100644 --- a/dev-vcs/gitstats/gitstats-9999.ebuild +++ b/dev-vcs/gitstats/gitstats-9999.ebuild @@ -1,17 +1,18 @@ -# 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-vcs/gitstats/gitstats-9999.ebuild,v 1.2 2010/07/23 07:46:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitstats/gitstats-9999.ebuild,v 1.3 2011/09/21 08:25:56 mgorny Exp $ EAPI="2" PYTHON_DEPEND="2" -inherit python git +inherit python git-2 DESCRIPTION="Statistics generator for git" HOMEPAGE="http://gitstats.sourceforge.net/" SRC_URI="" -EGIT_REPO_URI="git://repo.or.cz/${PN}.git" +EGIT_REPO_URI="git://repo.or.cz/${PN}.git + http://repo.or.cz/r/${PN}.git" LICENSE="GPL-3" SLOT="0" |