From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/lyrebird/
Date: Wed, 23 Jul 2025 13:21:10 +0000 (UTC) [thread overview]
Message-ID: <1753276798.6f8e6ae9ca588b9ca6a3f8f184a789a62cc40940.arkamar@gentoo> (raw)
commit: 6f8e6ae9ca588b9ca6a3f8f184a789a62cc40940
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 23 13:12:00 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Jul 23 13:19:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8e6ae9
net-proxy/lyrebird: drop 0.5.0
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-proxy/lyrebird/Manifest | 2 --
net-proxy/lyrebird/lyrebird-0.5.0.ebuild | 39 --------------------------------
2 files changed, 41 deletions(-)
diff --git a/net-proxy/lyrebird/Manifest b/net-proxy/lyrebird/Manifest
index 22163f66cded..de989f5a5a86 100644
--- a/net-proxy/lyrebird/Manifest
+++ b/net-proxy/lyrebird/Manifest
@@ -1,4 +1,2 @@
-DIST lyrebird-0.5.0-deps.tar.xz 49717604 BLAKE2B cb490f3c5b13512f2c9238c8ea47121627d1b77c33e637096cd466d1f59fc71b6113bb10ba2ac3cee16bf9f8c8885a8f4587384bfe6f09ff8b2bbcef087e819c SHA512 33b8ab0e4850c06720430df90ca0a174925b2c03366b1dc2b71480ed3c7c8344dee4c12145654e757d9c8c2dc583a5d44b952ed021b570b86878edfa57b1cfa5
-DIST lyrebird-0.5.0.tar.bz2 111189 BLAKE2B d534074f6db7ad190b12010ddc44889c15ae2c3dc594e30dea41ae1f092ca83481ecb51611d763b63a8b3d8d97f887fdc4e216b41dab3b219d7c2df2f7b5d84f SHA512 8059583ae6ebc121cb853600d635382c9d85b6a98a71be0f7f71bfd780d4278804b89cdaa083233dcdb47ec64ebf00a32a57b84f5cd46d42c94e6a7ff74887a8
DIST lyrebird-0.6.0-deps.tar.xz 57712612 BLAKE2B 0fa65aff919ba783be44039652979d82c06ffb86ab14c688cbff2e30091b2e2f88c072b4d0c277777394a1cfa068a351d619dcbeac5c822b87e360a50a770519 SHA512 405a590c932af9eef73d1b7c0a72e4b81e7ef8ce9367db134d0b3c08c3dd3ec0c6c03dacabbea9f336d607b4655b9dfe3b2666cc94432c46ed4d5df0bf3217f0
DIST lyrebird-0.6.0.tar.bz2 96527 BLAKE2B 09ef8f7acd9874e46e431030fbda4733a2400b5e437ee86e81ccc9f4e60f56ec767018f2687087a79e7e2f89d2860cdd5746d9b678e4a81f95aa174ba9716547 SHA512 e3433b9e4e4939a60e7b387ee08619e739cedb63db02c5897ad8d82e3a16646342be88ef52f184cc221cce2c26527a75a02a83b23e2e6f8ff4e19d5d6cb1a9a2
diff --git a/net-proxy/lyrebird/lyrebird-0.5.0.ebuild b/net-proxy/lyrebird/lyrebird-0.5.0.ebuild
deleted file mode 100644
index de49c6d23e69..000000000000
--- a/net-proxy/lyrebird/lyrebird-0.5.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit eapi9-ver go-module
-
-DESCRIPTION="An obfuscating proxy supporting Tor's pluggable transport protocol obfs4"
-HOMEPAGE="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird"
-SRC_URI="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/${PN}/-/archive/${P}/${PN}-${P}.tar.bz2 -> ${P}.tar.bz2"
-SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz"
-S="${WORKDIR}"/${PN}-${P}
-
-LICENSE="BSD CC0-1.0 BZIP2 GPL-3+ MIT public-domain"
-SLOT="0"
-KEYWORDS="amd64 arm ~riscv x86"
-IUSE="selinux"
-
-RDEPEND="selinux? ( sec-policy/selinux-obfs4proxy )"
-BDEPEND=">=dev-lang/go-1.21"
-
-DOCS=( README.md ChangeLog doc/obfs4-spec.txt )
-
-src_compile() {
- ego build ./cmd/${PN}
-}
-
-src_install() {
- dobin ${PN}
- doman doc/${PN}.1
-}
-
-pkg_postinst() {
- if ver_replacing -lt 0.1.0; then
- ewarn "Since version 0.1.0 the proxy executable is called '${PN}' rather than 'obfs4proxy'."
- ewarn "Please update your Tor configuration accordingly."
- ewarn
- fi
-}
next reply other threads:[~2025-07-23 13:21 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-23 13:21 Petr Vaněk [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-03 8:51 [gentoo-commits] repo/gentoo:master commit in: net-proxy/lyrebird/ Sam James
2025-04-05 1:46 Sam James
2025-04-05 1:46 Sam James
2025-03-14 6:11 Sam James
2025-03-14 5:43 Sam James
2025-03-14 5:43 Sam James
2025-02-15 9:29 Ulrich Müller
2024-12-24 8:16 Petr Vaněk
2024-11-23 16:27 Sam James
2024-11-23 16:20 Michał Górny
2024-11-23 12:09 Sam James
2024-10-15 7:06 Sam James
2023-08-22 21:35 Marek Szuba
2023-08-22 12:00 Sam James
2023-08-22 10:33 Sam James
2023-08-21 17:43 Sam James
2023-06-28 7:37 Sam James
2023-06-27 21:56 Marek Szuba
2023-06-27 21:56 Marek Szuba
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1753276798.6f8e6ae9ca588b9ca6a3f8f184a789a62cc40940.arkamar@gentoo \
--to=arkamar@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox