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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB30E158046 for ; Fri, 11 Oct 2024 09:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09E16E29C3; Fri, 11 Oct 2024 09:55:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E35A1E29C3 for ; Fri, 11 Oct 2024 09:55:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E480343260 for ; Fri, 11 Oct 2024 09:55:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD2A627F5 for ; Fri, 11 Oct 2024 09:55:27 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1728598948.2faf7ff6d7048c2cbf9989e1e66dd186f49130fc.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-proxy/byedpi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-proxy/byedpi/byedpi-0.14.1.ebuild X-VCS-Directories: net-proxy/byedpi/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 2faf7ff6d7048c2cbf9989e1e66dd186f49130fc X-VCS-Branch: master Date: Fri, 11 Oct 2024 09:55:27 +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: 83d7d098-492f-4f28-b88a-6fbd33d0d166 X-Archives-Hash: 915c9d6155d5cff328d087257456e03b commit: 2faf7ff6d7048c2cbf9989e1e66dd186f49130fc Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Oct 10 22:20:57 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Oct 10 22:22:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2faf7ff6 net-proxy/byedpi: fix VariableOrderWrong Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-proxy/byedpi/byedpi-0.14.1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net-proxy/byedpi/byedpi-0.14.1.ebuild b/net-proxy/byedpi/byedpi-0.14.1.ebuild index 749bd26c4..5c706bdf4 100644 --- a/net-proxy/byedpi/byedpi-0.14.1.ebuild +++ b/net-proxy/byedpi/byedpi-0.14.1.ebuild @@ -7,12 +7,11 @@ inherit systemd toolchain-funcs DESCRIPTION="Bypass DPI SOCKS proxy" HOMEPAGE="https://github.com/hufrea/byedpi/" - SRC_URI="https://github.com/hufrea/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64" src_prepare() { default @@ -31,7 +30,5 @@ src_install() { newinitd "${FILESDIR}"/byedpi.initd byedpi newconfd "${FILESDIR}"/byedpi.confd byedpi -# Replace distributed service file with working one -# systemd_dounit dist/linux/byedpi.service systemd_dounit "${FILESDIR}/${PN}.service" }