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 0016A1383DE for ; Tue, 1 Sep 2015 20:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F79C14255; Tue, 1 Sep 2015 20:06:46 +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 AD72414255 for ; Tue, 1 Sep 2015 20:06:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B5AD340884 for ; Tue, 1 Sep 2015 20:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61691188 for ; Tue, 1 Sep 2015 20:06:36 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1441137543.8c9f8b3157f6641c121a2da9c26570e9d5fd406d.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/inxi/inxi-2.2.14.ebuild sys-apps/inxi/inxi-2.2.19.ebuild X-VCS-Directories: sys-apps/inxi/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 8c9f8b3157f6641c121a2da9c26570e9d5fd406d X-VCS-Branch: master Date: Tue, 1 Sep 2015 20:06:36 +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: 3b06f08d-eb1e-4ef2-8d36-1e81351c1b46 X-Archives-Hash: 2355c9003bfcf37fb994d148c8c108fd commit: 8c9f8b3157f6641c121a2da9c26570e9d5fd406d Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 19:59:03 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 19:59:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9f8b31 sys-apps/inxi: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 sys-apps/inxi/inxi-2.2.14.ebuild | 2 +- sys-apps/inxi/inxi-2.2.19.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/inxi/inxi-2.2.14.ebuild b/sys-apps/inxi/inxi-2.2.14.ebuild index 3eff1d3..7c40d8f 100644 --- a/sys-apps/inxi/inxi-2.2.14.ebuild +++ b/sys-apps/inxi/inxi-2.2.14.ebuild @@ -5,7 +5,7 @@ EAPI=5 DESCRIPTION="A newer, better system information script for irc, administration, and system troubleshooters." -HOMEPAGE="https://code.google.com/p/inxi/" +HOMEPAGE="https://github.com/smxi/inxi" SRC_URI="https://inxi.googlecode.com/svn/tarballs/${PN}_${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/sys-apps/inxi/inxi-2.2.19.ebuild b/sys-apps/inxi/inxi-2.2.19.ebuild index 3d25acd..0779434 100644 --- a/sys-apps/inxi/inxi-2.2.19.ebuild +++ b/sys-apps/inxi/inxi-2.2.19.ebuild @@ -5,7 +5,7 @@ EAPI=5 DESCRIPTION="A newer, better system information script for irc, administration, and system troubleshooters." -HOMEPAGE="https://code.google.com/p/inxi/" +HOMEPAGE="https://github.com/smxi/inxi" SRC_URI="https://inxi.googlecode.com/svn/tarballs/${PN}_${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0"