Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/inxi/
Date: Tue, 01 Sep 2015 20:07:14
Message-Id: 1441137543.8c9f8b3157f6641c121a2da9c26570e9d5fd406d.klausman@gentoo
1 commit: 8c9f8b3157f6641c121a2da9c26570e9d5fd406d
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:59:03 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:59:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9f8b31
7
8 sys-apps/inxi: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 sys-apps/inxi/inxi-2.2.14.ebuild | 2 +-
13 sys-apps/inxi/inxi-2.2.19.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/inxi/inxi-2.2.14.ebuild b/sys-apps/inxi/inxi-2.2.14.ebuild
17 index 3eff1d3..7c40d8f 100644
18 --- a/sys-apps/inxi/inxi-2.2.14.ebuild
19 +++ b/sys-apps/inxi/inxi-2.2.14.ebuild
20 @@ -5,7 +5,7 @@
21 EAPI=5
22
23 DESCRIPTION="A newer, better system information script for irc, administration, and system troubleshooters."
24 -HOMEPAGE="https://code.google.com/p/inxi/"
25 +HOMEPAGE="https://github.com/smxi/inxi"
26 SRC_URI="https://inxi.googlecode.com/svn/tarballs/${PN}_${PV}.tar.gz -> ${P}.tar.gz"
27 LICENSE="GPL-3"
28 SLOT="0"
29
30 diff --git a/sys-apps/inxi/inxi-2.2.19.ebuild b/sys-apps/inxi/inxi-2.2.19.ebuild
31 index 3d25acd..0779434 100644
32 --- a/sys-apps/inxi/inxi-2.2.19.ebuild
33 +++ b/sys-apps/inxi/inxi-2.2.19.ebuild
34 @@ -5,7 +5,7 @@
35 EAPI=5
36
37 DESCRIPTION="A newer, better system information script for irc, administration, and system troubleshooters."
38 -HOMEPAGE="https://code.google.com/p/inxi/"
39 +HOMEPAGE="https://github.com/smxi/inxi"
40 SRC_URI="https://inxi.googlecode.com/svn/tarballs/${PN}_${PV}.tar.gz -> ${P}.tar.gz"
41 LICENSE="GPL-3"
42 SLOT="0"