diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-21 10:30:38 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-21 10:30:53 +0200 |
commit | 8eaf089db5bb03930f7c6043d66debbab7db938d (patch) | |
tree | 546a0d9dab5c900dadb5d8b39617a5119d6c6424 /app-benchmarks | |
parent | app-benchmarks/i7z: Set correct subslot dependency for ncurses (diff) | |
download | betagarden-8eaf089db5bb03930f7c6043d66debbab7db938d.tar.gz betagarden-8eaf089db5bb03930f7c6043d66debbab7db938d.tar.bz2 betagarden-8eaf089db5bb03930f7c6043d66debbab7db938d.zip |
app-benchmarks/i7z: Move to new home at github
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/i7z/i7z-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-benchmarks/i7z/i7z-9999.ebuild b/app-benchmarks/i7z/i7z-9999.ebuild index e8403c6..5f75294 100644 --- a/app-benchmarks/i7z/i7z-9999.ebuild +++ b/app-benchmarks/i7z/i7z-9999.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit eutils flag-o-matic qmake-utils toolchain-funcs +inherit eutils flag-o-matic git-r3 qmake-utils toolchain-funcs DESCRIPTION="A better i7 (and now i3, i5) reporting tool for Linux" -HOMEPAGE="http://code.google.com/p/i7z/" +HOMEPAGE="https://github.com/ajaiantilal/i7z" SRC_URI="" -ESVN_REPO_URI="http://i7z.googlecode.com/svn/trunk" +EGIT_REPO_URI="https://github.com/ajaiantilal/i7z.git" SLOT="0" LICENSE="GPL-2" |