From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/lyrebird/
Date: Tue, 22 Aug 2023 21:35:51 +0000 (UTC) [thread overview]
Message-ID: <1692740135.622d62b0254e964e2a3ebb1f7c29a8ed546ea2b0.marecki@gentoo> (raw)
commit: 622d62b0254e964e2a3ebb1f7c29a8ed546ea2b0
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 21:33:02 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 21:35:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622d62b0
net-proxy/lyrebird: drop 0.0.14
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
net-proxy/lyrebird/Manifest | 2 --
net-proxy/lyrebird/lyrebird-0.0.14.ebuild | 33 -------------------------------
2 files changed, 35 deletions(-)
diff --git a/net-proxy/lyrebird/Manifest b/net-proxy/lyrebird/Manifest
index fd6a45fb27d4..cd5561aa4d66 100644
--- a/net-proxy/lyrebird/Manifest
+++ b/net-proxy/lyrebird/Manifest
@@ -1,4 +1,2 @@
DIST lyrebird-0.1.0-deps.tar.xz 88991580 BLAKE2B ba9113d847bc900ad3001e91a67ac939a7fbd8f7423f256be92a5fb2461604c00e05edd581a28f456f493997d31a40fa1673fead1cd15ae192e02ca480b9db5b SHA512 af6e245ac333de1c14ba1f648548123f11ceaffb894d4057e2e7ed5c1fa8cd0f023e308ccf20d74696b2ef0b8a0489fe2f73c868dc23e087f8ae04ea6688db4d
DIST lyrebird-0.1.0.tar.bz2 76753 BLAKE2B af168a25093b68b10b489adc282f1ee65b70193602f79d9cc352c78e2a9c71205191dc6487ea58584f76ce1cbbf653d3fd0e1f645d7972d3e73173a90ae39361 SHA512 f9b8686d1c5f9ddb41a255a1a8954e05cefd50523ada7360432b456c62475ba606872df407ba8ebd7714d4f185eef0efae63e3e53c5c1c18fd323a97912f951e
-DIST obfs4proxy-0.0.14-deps.tar.xz 23134868 BLAKE2B befa45afeb9566dbf46be07ae469dca305d91584b04f6cb8529c50c2d1b3fb94e0adc6434ffa069b8fa1af6be2a29ffc550a7bcf1aa45eac0ed66252e37a31f8 SHA512 81f4bb778230c2f040dd1682ffaff3a635d4a57a5cef42b9d4ff7df486476cb037d7851d6e8ce5bb021c6a9a5116355e963eccfc2d1fd94cbc24df21bff7ff2e
-DIST obfs4proxy-0.0.14.tar.gz 88649 BLAKE2B 6d2198dee67998b1793c28d77dbfd8f922248e8acba481ea9496567652e132fe45c09061b3052dcdebe0dbc356744ea454641789dc688ed333ede73186b8c69a SHA512 2e28516ab888485d14d7f60fc0bee9a8268faf681803c71faff49185b7870cc0c5a6df3dbbb2a4d446307997812092ca64070be978997bc82cc89ee435698feb
diff --git a/net-proxy/lyrebird/lyrebird-0.0.14.ebuild b/net-proxy/lyrebird/lyrebird-0.0.14.ebuild
deleted file mode 100644
index 44f0e12e63e3..000000000000
--- a/net-proxy/lyrebird/lyrebird-0.0.14.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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/${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-${MY_P}"
-
-DOCS=( README.md ChangeLog LICENSE-GPL3.txt doc/obfs4-spec.txt )
-
-src_compile() {
- go build -o ${MY_PN}/${MY_PN} ./${MY_PN} || die
-}
-
-src_install() {
- default
- dobin ${MY_PN}/${MY_PN}
- doman doc/${MY_PN}.1
-}
next reply other threads:[~2023-08-22 21:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-22 21:35 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 6:11 [gentoo-commits] repo/gentoo:master commit in: net-proxy/lyrebird/ 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 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=1692740135.622d62b0254e964e2a3ebb1f7c29a8ed546ea2b0.marecki@gentoo \
--to=marecki@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