commit: 970e648e8baef0d5447d15ec7107b50b2341677f Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Tue Sep 1 18:58:43 2015 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Tue Sep 1 18:58:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970e648e
dev-db/innotop: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 dev-db/innotop/innotop-1.9.0-r1.ebuild | 2 +- dev-db/innotop/innotop-1.9.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/innotop/innotop-1.9.0-r1.ebuild b/dev-db/innotop/innotop-1.9.0-r1.ebuild index ea07fae..afd5ff2 100644 --- a/dev-db/innotop/innotop-1.9.0-r1.ebuild +++ b/dev-db/innotop/innotop-1.9.0-r1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit perl-module DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but with many more features" -HOMEPAGE="https://code.google.com/p/innotop/" +HOMEPAGE="https://github.com/innotop/innotop" SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" diff --git a/dev-db/innotop/innotop-1.9.1.ebuild b/dev-db/innotop/innotop-1.9.1.ebuild index fd282e2..c372db8 100644 --- a/dev-db/innotop/innotop-1.9.1.ebuild +++ b/dev-db/innotop/innotop-1.9.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit perl-module DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but with many more features" -HOMEPAGE="https://code.google.com/p/innotop/" +HOMEPAGE="https://github.com/innotop/innotop" SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )"