From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55418138239 for ; Mon, 18 Nov 2019 11:59:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0500E079E; Mon, 18 Nov 2019 11:59:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8887EE079E for ; Mon, 18 Nov 2019 11:59:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DD0B34CF5F for ; Mon, 18 Nov 2019 11:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AA86A8 for ; Mon, 18 Nov 2019 11:59:21 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1574078357.d73bbfed79b5280e0757d8995bfac71753646359.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sysklogd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/sysklogd/sysklogd-2.0.ebuild X-VCS-Directories: app-admin/sysklogd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d73bbfed79b5280e0757d8995bfac71753646359 X-VCS-Branch: master Date: Mon, 18 Nov 2019 11:59:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1c816c6-71e8-4da7-a390-bdf15d01bb63 X-Archives-Hash: fb5e1dc72e748a03f14d3e51b7aeb579 commit: d73bbfed79b5280e0757d8995bfac71753646359 Author: Lars Wendler gentoo org> AuthorDate: Mon Nov 18 11:59:05 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Nov 18 11:59:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73bbfed app-admin/sysklogd: Added main homepage Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler gentoo.org> app-admin/sysklogd/sysklogd-2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/sysklogd/sysklogd-2.0.ebuild b/app-admin/sysklogd/sysklogd-2.0.ebuild index e3fa8796ba4..237209bfa36 100644 --- a/app-admin/sysklogd/sysklogd-2.0.ebuild +++ b/app-admin/sysklogd/sysklogd-2.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools flag-o-matic systemd toolchain-funcs DESCRIPTION="Standard log daemons" -HOMEPAGE="https://github.com/troglobit/sysklogd" +HOMEPAGE="https://troglobit.com/sysklogd.html https://github.com/troglobit/sysklogd" SRC_URI="https://github.com/troglobit/sysklogd/releases/download/v$(ver_cut 1-2)/${P}.tar.gz" LICENSE="BSD"