commit: 15709086be5a2210237d5e9eef262dc954a5cc05 Author: Oleksandr Trotsenko <oleksandr.trotsenko <AT> gmail <DOT> com> AuthorDate: Fri Feb 9 07:55:09 2018 +0000 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org> CommitDate: Fri Feb 9 09:22:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15709086
app-admin/apachetop: Fixing source URI Fixing the source URI since original one became obsolete. Closes: https://bugs.gentoo.org/647068 Package-Manager: Portage-2.3.23, Repoman-2.3.6 app-admin/apachetop/apachetop-0.12.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/apachetop/apachetop-0.12.6-r2.ebuild b/app-admin/apachetop/apachetop-0.12.6-r2.ebuild index 73eb54214a0..00e66ae0691 100644 --- a/app-admin/apachetop/apachetop-0.12.6-r2.ebuild +++ b/app-admin/apachetop/apachetop-0.12.6-r2.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="A realtime Apache log analyzer" HOMEPAGE="https://github.com/tessus/apachetop" -SRC_URI="http://www.webta.org/${PN}/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~jstein/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
