summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-05-19 14:49:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 15:34:04 +0200
commit102c49261ea364da544b03d3c57e960f9a3c99fa (patch)
treed3ccb4cae9f4508451d0a19f5beeb04fad3b650a /app-admin/sysrqd
parentmedia-gfx/yafaray: drop broken 3.3.0-r1 ebuild (diff)
downloadgentoo-102c49261ea364da544b03d3c57e960f9a3c99fa.tar.gz
gentoo-102c49261ea364da544b03d3c57e960f9a3c99fa.tar.bz2
gentoo-102c49261ea364da544b03d3c57e960f9a3c99fa.zip
app-admin/sysrqd: fix HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12050 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-admin/sysrqd')
-rw-r--r--app-admin/sysrqd/sysrqd-14.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-admin/sysrqd/sysrqd-14.ebuild b/app-admin/sysrqd/sysrqd-14.ebuild
index 249bbce77e12..c53bc209cd1d 100644
--- a/app-admin/sysrqd/sysrqd-14.ebuild
+++ b/app-admin/sysrqd/sysrqd-14.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit toolchain-funcs
-DESCRIPTION="daemon providing access to the kernel sysrq functions via network"
-HOMEPAGE="http://julien.danjou.info/projects/sysrqd"
-#SRC_URI="http://julien.danjou.info/${PN}/${P}.tar.gz"
+DESCRIPTION="Daemon providing access to the kernel sysrq functions via network"
+HOMEPAGE="https://github.com/jd/sysrqd"
SRC_URI="https://dev.gentoo.org/~wschlich/src/${CATEGORY}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"