net-proxy/proxy-server: add 8.0.0, drop 6.0.0 and 7.0.0

This commit is contained in:
jackarain 2024-09-20 09:18:23 +08:00 committed by peeweep
parent 177a1c0729
commit 91bb62c502
3 changed files with 1 additions and 15 deletions

View File

@ -1,2 +1 @@
DIST proxy-6.0.0.tar.gz 149257880 BLAKE2B 52e970b5eb0d1489ae8f545e4aa02efbe7496f84adebd5b327ddd5106d4998bdb84d0d171b687deee85238b8ffe00997562cfd64f6516c0ef5bef5f6a28a74a5 SHA512 81d38dbf621853759a9b9bb36be4d68122bfca28564da3d054ea65963374bd97dc79c38c87da22ec75f67d749fe0085143cef7fedb65512aef75e61ba05524b7
DIST proxy-7.0.0.tar.gz 149967695 BLAKE2B 7b667b889fb783e992c64512ec7538707f2f16a66611c7badefe9706da313470cbd5b84df02fecc8e1b18adcd2e21fe98edfc10a37ada483cd3cafb247b3a6d5 SHA512 bab5cfdec8479c225eb60086689eaf47ae5a7e7fb1ed0316b1d6560b803b17c2a2739cb25de1bbf11c7dd845eaa05d1b613a56081527b284d41f23c1edbd00ad
DIST proxy-8.0.0.tar.gz 193137017 BLAKE2B a1ad29896412c051ad2b7ecd69d8f7ee1a827b1b10595416f91271c09f029fb0ebb1ecc3721bf4f9f344fb1c34589a2dea05d6784cd97305f34b1dbeaf8178a3 SHA512 2f01e757edce35d142ec0d13882c64b770438d3debe7331ab148f6574adbf4f992b10de0d78fc76e6bb24ef54a48361ef69d4976a2eb2bb28cff8495943848e5

View File

@ -1,13 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Implementation of all proxy protocols using modern c++"
HOMEPAGE="https://github.com/jackarain/proxy"
SRC_URI="https://github.com/Jackarain/proxy/archive/refs/tags/v${PV}.tar.gz -> proxy-${PV}.tar.gz"
S="${WORKDIR}/proxy-${PV}"
LICENSE="Boost-1.0"
SLOT="0"