mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/logsurfer+: use HTTPS, fix SRC_URI
Closes: https://github.com/gentoo/gentoo/pull/8490
This commit is contained in:
committed by
Aaron Bauman
parent
ec2e5f8ba7
commit
fd797f6191
@@ -1 +1 @@
|
||||
DIST logsurfer-1.8.tar.gz 197433 BLAKE2B 7eb6b1f383f5e018db60f74690c7a3bf57d2f642402d9f94f0e98c86ec77f37cffc2f726df16cd336cc990d0f5b40ef51b91ee32b818dc266b20224a6d89741f SHA512 470276cb70489528a0a14dfc8c85a41d2b5ce0768ca373ec6367b137e614fef2e1174363a9987724da8682d7dc20570ba360203feda431daf21026eb28bec9f6
|
||||
DIST logsurfer-1.8.tar.gz 197507 BLAKE2B caa824ef486d8f48f39e6e1309d2dbccace4e91910b94267d50ab9dc022371bade87c251d87c4818d900ce2a72141f2ac4d0b4cccf4b2850e594951c77df2c0e SHA512 975b1353d067cee3a47fb555013ad86cf404863bcd044a46a7b8314670613b89720e4c21ac9c1389f930be964e4694ee6863ce72e289054ffacf9c62565ffa30
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -6,9 +6,8 @@ inherit toolchain-funcs user
|
||||
|
||||
MY_P="logsurfer-${PV}"
|
||||
DESCRIPTION="Real Time Log Monitoring and Alerting"
|
||||
HOMEPAGE="http://www.crypt.gen.nz/logsurfer/"
|
||||
SRC_URI="http://kerryt.orcon.net.nz/${MY_P}.tar.gz
|
||||
http://www.crypt.gen.nz/logsurfer/${MY_P}.tar.gz"
|
||||
HOMEPAGE="https://www.crypt.gen.nz/logsurfer/"
|
||||
SRC_URI="mirror://sourceforge/logsurfer/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="freedist GPL-2+"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user