From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 92CD71397F2 for ; Fri, 21 Aug 2015 08:31:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE9EDE0835; Fri, 21 Aug 2015 08:31:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6860DE0835 for ; Fri, 21 Aug 2015 08:31:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C5D2340941 for ; Fri, 21 Aug 2015 08:30:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A58E0124 for ; Fri, 21 Aug 2015 08:30:57 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1440145853.8eaf089db5bb03930f7c6043d66debbab7db938d.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-benchmarks/i7z/ X-VCS-Repository: proj/betagarden X-VCS-Files: app-benchmarks/i7z/i7z-9999.ebuild X-VCS-Directories: app-benchmarks/i7z/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8eaf089db5bb03930f7c6043d66debbab7db938d X-VCS-Branch: master Date: Fri, 21 Aug 2015 08:30:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 40ae695c-3172-4706-a423-387c6c78c9e9 X-Archives-Hash: 01bf807583cdf087b8724dd5c65089ef commit: 8eaf089db5bb03930f7c6043d66debbab7db938d Author: Justin Lecher gentoo org> AuthorDate: Fri Aug 21 08:30:38 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Aug 21 08:30:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=8eaf089d app-benchmarks/i7z: Move to new home at github Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> app-benchmarks/i7z/i7z-9999.ebuild | 8 ++++---- 1 file 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"