net-vpn/candy: version bump 6.1.3, drop old

Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yixun Lan
2025-10-25 07:40:06 +00:00
parent 31bb6be054
commit e6d8bcfc44
3 changed files with 1 additions and 44 deletions

View File

@@ -1,2 +1 @@
DIST candy-6.1.1.gh.tar.gz 337323 BLAKE2B 37b8629e0c84f82cf5d91a394d63d1f25747d4d659eab3849d24cbff8a006db82d31a17907bab3481f4dd77aaadc822bb34027337e30f63a916ae141a57d5e8c SHA512 2124e545d32f7424315b613ad13c5792dc97c5833c905e5ca65e3b7e400f51c86847dc9ec16e015933b41b6ab2c98f2e26f9bfc82d1284cbfc45a9c8708586e3
DIST candy-6.1.2.gh.tar.gz 337474 BLAKE2B 86041405cf2263215beaaeed5f34b9c69ef0641bb97d8f0ed357c9e24d340ab44aff36ae39ead6664f660dc2e8877c29e3627dc1b2fc0aa1258ffbd9c8a0f409 SHA512 0384371e12ae3aadc026a4f3f9c0129e896bc610d1da799ee6658c74a4ca24f058f4ee4f833261c5a8ae55a32e406081fd035a98de21ac561eb85259a944db4e
DIST candy-6.1.3.gh.tar.gz 337498 BLAKE2B 0b7608140ae5f82f9397dfcdb1e53a9268e803cd7751a22b6e929b8c91980e3ef6a3f62adc846a143294afbf406c31bf46828eef4abbc9486f1dd606d3ba36d8 SHA512 47516c158d70b8cdf1678c5beb540c0525866d9c71107d75a7cb25a6d505a17d7ff775985fdbf7725f6a00fb6f05ed272d66d617cdd99f0156b7e4913238dd7e

View File

@@ -1,42 +0,0 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake systemd readme.gentoo-r1
DESCRIPTION="A reliable, low-latency, and anti-censorship virtual private network"
HOMEPAGE="https://github.com/lanthora/candy"
SRC_URI="https://github.com/lanthora/candy/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
DEPEND="
dev-libs/poco:=
dev-libs/openssl:=
dev-libs/spdlog:=
dev-libs/libfmt:=
"
RDEPEND="
${DEPEND}
"
src_install(){
cmake_src_install
default
insinto /etc
doins candy.cfg
systemd_dounit candy.service
systemd_dounit candy@.service
newinitd candy.initd candy
readme.gentoo_create_doc
}
pkg_postinst() {
readme.gentoo_print_elog
}