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 C64A415811D for ; Tue, 27 Jun 2023 21:56:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFF16E08C3; Tue, 27 Jun 2023 21:56:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C06EE08BB for ; Tue, 27 Jun 2023 21:56:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6765C335D27 for ; Tue, 27 Jun 2023 21:56:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99F8DA84 for ; Tue, 27 Jun 2023 21:56:43 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1687902983.926cd480d5a3251a09c6cf21daa66a4538c7fed5.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/updates/, net-proxy/lyrebird/, net-proxy/obfs4proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/lyrebird/Manifest net-proxy/lyrebird/lyrebird-0.0.14.ebuild net-proxy/lyrebird/metadata.xml net-proxy/obfs4proxy/Manifest net-proxy/obfs4proxy/metadata.xml net-proxy/obfs4proxy/obfs4proxy-0.0.14.ebuild profiles/updates/2Q-2023 X-VCS-Directories: net-proxy/obfs4proxy/ profiles/updates/ net-proxy/lyrebird/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 926cd480d5a3251a09c6cf21daa66a4538c7fed5 X-VCS-Branch: master Date: Tue, 27 Jun 2023 21:56:43 +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: c01df932-df66-428f-b3d1-6755608e0da7 X-Archives-Hash: 936759ef1e193e2518dd42e1187918d5 commit: 926cd480d5a3251a09c6cf21daa66a4538c7fed5 Author: Marek Szuba gentoo org> AuthorDate: Tue Jun 27 20:59:34 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jun 27 21:56:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926cd480 net-proxy/lyrebird: rename from net-proxy/obfs4proxy Signed-off-by: Marek Szuba gentoo.org> net-proxy/{obfs4proxy => lyrebird}/Manifest | 0 .../lyrebird-0.0.14.ebuild} | 17 ++++++++++------- net-proxy/{obfs4proxy => lyrebird}/metadata.xml | 0 profiles/updates/2Q-2023 | 1 + 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/net-proxy/obfs4proxy/Manifest b/net-proxy/lyrebird/Manifest similarity index 100% rename from net-proxy/obfs4proxy/Manifest rename to net-proxy/lyrebird/Manifest diff --git a/net-proxy/obfs4proxy/obfs4proxy-0.0.14.ebuild b/net-proxy/lyrebird/lyrebird-0.0.14.ebuild similarity index 57% rename from net-proxy/obfs4proxy/obfs4proxy-0.0.14.ebuild rename to net-proxy/lyrebird/lyrebird-0.0.14.ebuild index f2282b63925d..44f0e12e63e3 100644 --- a/net-proxy/obfs4proxy/obfs4proxy-0.0.14.ebuild +++ b/net-proxy/lyrebird/lyrebird-0.0.14.ebuild @@ -1,30 +1,33 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit go-module +MY_PN="obfs4proxy" +MY_P="${MY_PN}-${PV}" + DESCRIPTION="An obfuscating proxy supporting Tor's pluggable transport protocol obfs4" HOMEPAGE="https://gitlab.com/yawning/obfs4" -SRC_URI="https://gitlab.com/yawning/obfs4/-/archive/${P}/obfs4-${P}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~marecki/dists/${CATEGORY}/${PN}/${P}-deps.tar.xz" +SRC_URI="https://gitlab.com/yawning/obfs4/-/archive/${MY_P}/obfs4-${MY_P}.tar.gz -> ${MY_P}.tar.gz + https://dev.gentoo.org/~marecki/dists/${CATEGORY}/${PN}/${MY_P}-deps.tar.xz" # See https://gitlab.com/yawning/obfs4/-/issues/5#note_573104796 for licence clarification LICENSE="BSD CC0-1.0 BZIP2 GPL-3+ MIT public-domain" SLOT="0" KEYWORDS="amd64 arm ~riscv x86" -S="${WORKDIR}/obfs4-${P}" +S="${WORKDIR}/obfs4-${MY_P}" DOCS=( README.md ChangeLog LICENSE-GPL3.txt doc/obfs4-spec.txt ) src_compile() { - go build -o ${PN}/${PN} ./${PN} || die + go build -o ${MY_PN}/${MY_PN} ./${MY_PN} || die } src_install() { default - dobin ${PN}/${PN} - doman doc/${PN}.1 + dobin ${MY_PN}/${MY_PN} + doman doc/${MY_PN}.1 } diff --git a/net-proxy/obfs4proxy/metadata.xml b/net-proxy/lyrebird/metadata.xml similarity index 100% rename from net-proxy/obfs4proxy/metadata.xml rename to net-proxy/lyrebird/metadata.xml diff --git a/profiles/updates/2Q-2023 b/profiles/updates/2Q-2023 index 9d985a954d62..ce332d5bfb43 100644 --- a/profiles/updates/2Q-2023 +++ b/profiles/updates/2Q-2023 @@ -29,3 +29,4 @@ move dev-python/python-miniupnpc dev-python/miniupnpc move dev-python/service_identity dev-python/service-identity move dev-python/readme_renderer dev-python/readme-renderer move dev-libs/sexp dev-libs/sexpp +move net-proxy/obfs4proxy net-proxy/lyrebird