Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/innotop/
Date: Tue, 01 Sep 2015 18:59:01
Message-Id: 1441133923.970e648e8baef0d5447d15ec7107b50b2341677f.klausman@gentoo
1 commit: 970e648e8baef0d5447d15ec7107b50b2341677f
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 18:58:43 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 18:58:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970e648e
7
8 dev-db/innotop: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-db/innotop/innotop-1.9.0-r1.ebuild | 2 +-
13 dev-db/innotop/innotop-1.9.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-db/innotop/innotop-1.9.0-r1.ebuild b/dev-db/innotop/innotop-1.9.0-r1.ebuild
17 index ea07fae..afd5ff2 100644
18 --- a/dev-db/innotop/innotop-1.9.0-r1.ebuild
19 +++ b/dev-db/innotop/innotop-1.9.0-r1.ebuild
20 @@ -7,7 +7,7 @@ EAPI=5
21 inherit perl-module
22
23 DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but with many more features"
24 -HOMEPAGE="https://code.google.com/p/innotop/"
25 +HOMEPAGE="https://github.com/innotop/innotop"
26 SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz"
27
28 LICENSE="|| ( Artistic GPL-2 )"
29
30 diff --git a/dev-db/innotop/innotop-1.9.1.ebuild b/dev-db/innotop/innotop-1.9.1.ebuild
31 index fd282e2..c372db8 100644
32 --- a/dev-db/innotop/innotop-1.9.1.ebuild
33 +++ b/dev-db/innotop/innotop-1.9.1.ebuild
34 @@ -7,7 +7,7 @@ EAPI=5
35 inherit perl-module
36
37 DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but with many more features"
38 -HOMEPAGE="https://code.google.com/p/innotop/"
39 +HOMEPAGE="https://github.com/innotop/innotop"
40 SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz"
41
42 LICENSE="|| ( Artistic GPL-2 )"