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 1213013835B for ; Wed, 10 Mar 2021 01:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CB9EE083D; Wed, 10 Mar 2021 01:24:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 17483E0841 for ; Wed, 10 Mar 2021 01:24:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 78884340D01 for ; Wed, 10 Mar 2021 01:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8593591 for ; Wed, 10 Mar 2021 01:24:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615336336.a216984edccce985ef0c815bd561f3b80db7e7c5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/knock/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/knock/knock-0.7-r1.ebuild X-VCS-Directories: net-misc/knock/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a216984edccce985ef0c815bd561f3b80db7e7c5 X-VCS-Branch: master Date: Wed, 10 Mar 2021 01:24:23 +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: 5c43879b-4498-4b11-83a2-e0e2e727b312 X-Archives-Hash: 4ec3472b00a08772e3b5ad92ee44e050 commit: a216984edccce985ef0c815bd561f3b80db7e7c5 Author: Sam James gentoo org> AuthorDate: Wed Mar 10 00:32:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 10 00:32:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a216984e net-misc/knock: drop invalid EROOT usage Signed-off-by: Sam James gentoo.org> net-misc/knock/knock-0.7-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/knock/knock-0.7-r1.ebuild b/net-misc/knock/knock-0.7-r1.ebuild index 117341a6615..5d3643d7508 100644 --- a/net-misc/knock/knock-0.7-r1.ebuild +++ b/net-misc/knock/knock-0.7-r1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Simple port-knocking daemon" -HOMEPAGE="https://www.zeroflux.org/projects/knock - https://github.com/jvinet/knock" +HOMEPAGE="https://www.zeroflux.org/projects/knock" SRC_URI="https://www.zeroflux.org/proj/knock/files/${P}.tar.gz" LICENSE="GPL-2+" @@ -22,6 +21,7 @@ src_prepare() { sed -e "/^AM_CFLAGS/s: -g : :" \ -e "/dist_doc_DATA/s:COPYING::" \ -i Makefile.in || die + sed -e "s:/usr/sbin/iptables:/sbin/iptables:g" \ -i knockd.conf || die } @@ -31,7 +31,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" docdir="${EROOT}/usr/share/doc/${PF}" install + emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}" install if use server ; then newinitd "${FILESDIR}"/knockd.initd.2 knock