public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-proxy/byedpi/
Date: Wed, 29 Jan 2025 15:44:06 +0000 (UTC)	[thread overview]
Message-ID: <1738165369.cb335a272f3e12a06e28ea7bba91eeb22a741edd.cybertailor@gentoo> (raw)

commit:     cb335a272f3e12a06e28ea7bba91eeb22a741edd
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jan 29 15:42:49 2025 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jan 29 15:42:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb335a27

net-proxy/byedpi: drop 0.14.1, 0.15, 0.16

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-proxy/byedpi/Manifest             |  3 ---
 net-proxy/byedpi/byedpi-0.14.1.ebuild | 34 --------------------------------
 net-proxy/byedpi/byedpi-0.15.ebuild   | 37 -----------------------------------
 net-proxy/byedpi/byedpi-0.16.ebuild   | 37 -----------------------------------
 4 files changed, 111 deletions(-)

diff --git a/net-proxy/byedpi/Manifest b/net-proxy/byedpi/Manifest
index 4bd5bdba5..0dec080cd 100644
--- a/net-proxy/byedpi/Manifest
+++ b/net-proxy/byedpi/Manifest
@@ -1,5 +1,2 @@
-DIST byedpi-0.14.1.tar.gz 37004 BLAKE2B c14af6c2e01bf5d8c1539b5417ca2bf7cdfd501f4f1927dd7d1f643db1b2c7e26cd4bd8e3f66d885903b9349fa10f802e44039f0fc08b28143ec382a64e096b1 SHA512 5ff1d5ce03b0c824a60272130b47ba5d8ded74fdace7000780b1fff014a33cd9e42778f006d903a0dee4ec204561cd025b4788aa9bbd55b39c72d64736d6309e
-DIST byedpi-0.15.tar.gz 38376 BLAKE2B adceb3106c16d8aefe2040d8f12d9118107b23d2eac57f4a295f7800b655e889e6507f8800d1f0cc46e1365df2c987c764c68f6ab3df9a0dee3a226746e195c7 SHA512 bf6e7e4047263eb0e436b05ca40244439a232cd2b81d45ad7aad12b1f76e5796e4e5c913534599650b23d148bc2f07e98d2a2637db95106de014b303edbd1a38
 DIST byedpi-0.16.1.tar.gz 42085 BLAKE2B f17555f8ca7e6b5d930a7c921eb3b1b4cb350876775cbc28cf8b8e5aa11e67c5e689dbfb6f6d18e41d929de571d0fd615c0b95b4973fcf194f3842be89b37360 SHA512 a0cd6e5cf5681f080afabb0d1541fd04d33100920de932e65975d6214e23268c6edfacc8880f25a79e9d49eb592215c935a05d6e7ca58924861e1c8faf7eca3e
 DIST byedpi-0.16.2.tar.gz 42071 BLAKE2B 24f2fe7587245cf5fdc751637554f0cad6933ff445ecf2ceeb9e9612aa060353a6f856023a3bf35b61fa94ce5eeacaf9a384260b63c6aacc133d0d1877ad9ede SHA512 31ff2f0567efe65c41eae7058f492d9686a1bdcce4d4ef156c75b4e0e453916417ec2c738394fd9627487da847272747cb6239d7699e9eb16eca2699fc5edbe7
-DIST byedpi-0.16.tar.gz 41690 BLAKE2B 7a80864864a736d68824596dbe086bb4a6f90661fd02a2231c7c023ab7b098e5b38f73fa8acb8adc5f73de16d328875d42bdd3fd5f4dd34f40d9d51fd8b22e5e SHA512 42652609fe6ea1d57cdf6d8d7df1472887372f4f9621cd5111f292aa3daa45bf952782c90ecf19df2631a88eccc7f30e3b34dcaf1186f8238c5433e453b3aea1

diff --git a/net-proxy/byedpi/byedpi-0.14.1.ebuild b/net-proxy/byedpi/byedpi-0.14.1.ebuild
deleted file mode 100644
index 5c706bdf4..000000000
--- a/net-proxy/byedpi/byedpi-0.14.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_prepare() {
-	default
-
-	# respect optimization level
-	sed -i 's/ -O.\b/ /' Makefile || die
-}
-
-src_configure() {
-	tc-export CC
-}
-
-src_install() {
-	dobin ciadpi
-	einstalldocs
-
-	newinitd "${FILESDIR}"/byedpi.initd byedpi
-	newconfd "${FILESDIR}"/byedpi.confd byedpi
-	systemd_dounit "${FILESDIR}/${PN}.service"
-}

diff --git a/net-proxy/byedpi/byedpi-0.15.ebuild b/net-proxy/byedpi/byedpi-0.15.ebuild
deleted file mode 100644
index 14668c55c..000000000
--- a/net-proxy/byedpi/byedpi-0.15.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_prepare() {
-	default
-
-	# respect optimization level
-	sed -i 's/ -O.\b/ /' Makefile || die
-}
-
-src_configure() {
-	tc-export CC
-}
-
-src_install() {
-	dobin ciadpi
-	einstalldocs
-
-	newinitd "${FILESDIR}"/byedpi.initd byedpi
-	newconfd "${FILESDIR}"/byedpi.confd byedpi
-	systemd_dounit "dist/linux/${PN}.service"
-
-	insinto /etc
-	newins "dist/linux/${PN}.conf" "${PN}.conf"
-}

diff --git a/net-proxy/byedpi/byedpi-0.16.ebuild b/net-proxy/byedpi/byedpi-0.16.ebuild
deleted file mode 100644
index 14668c55c..000000000
--- a/net-proxy/byedpi/byedpi-0.16.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_prepare() {
-	default
-
-	# respect optimization level
-	sed -i 's/ -O.\b/ /' Makefile || die
-}
-
-src_configure() {
-	tc-export CC
-}
-
-src_install() {
-	dobin ciadpi
-	einstalldocs
-
-	newinitd "${FILESDIR}"/byedpi.initd byedpi
-	newconfd "${FILESDIR}"/byedpi.confd byedpi
-	systemd_dounit "dist/linux/${PN}.service"
-
-	insinto /etc
-	newins "dist/linux/${PN}.conf" "${PN}.conf"
-}


             reply	other threads:[~2025-01-29 15:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-29 15:44 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-08 12:27 [gentoo-commits] repo/proj/guru:dev commit in: net-proxy/byedpi/ Anna Vyalkova
2025-02-17 13:32 Anna Vyalkova
2025-01-26  5:49 Michael Zavertkin
2025-01-15 15:49 Michael Zavertkin
2024-10-30 16:39 Michael Zavertkin
2024-10-29 22:43 Anna Vyalkova
2024-10-10 22:22 Anna Vyalkova
2024-09-18 10:51 Michael Zavertkin
2024-08-11 16:19 Michael Zavertkin

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=1738165369.cb335a272f3e12a06e28ea7bba91eeb22a741edd.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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