From e6d8bcfc4445369219764f1908a773cd10ebc578 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Sat, 25 Oct 2025 07:40:06 +0000 Subject: [PATCH] net-vpn/candy: version bump 6.1.3, drop old Signed-off-by: Yixun Lan --- net-vpn/candy/Manifest | 3 +- net-vpn/candy/candy-6.1.2.ebuild | 42 ------------------- ...{candy-6.1.1.ebuild => candy-6.1.3.ebuild} | 0 3 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 net-vpn/candy/candy-6.1.2.ebuild rename net-vpn/candy/{candy-6.1.1.ebuild => candy-6.1.3.ebuild} (100%) diff --git a/net-vpn/candy/Manifest b/net-vpn/candy/Manifest index 6572a75858f13..d2f1f57268ba6 100644 --- a/net-vpn/candy/Manifest +++ b/net-vpn/candy/Manifest @@ -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 diff --git a/net-vpn/candy/candy-6.1.2.ebuild b/net-vpn/candy/candy-6.1.2.ebuild deleted file mode 100644 index 5322bf2b14e1c..0000000000000 --- a/net-vpn/candy/candy-6.1.2.ebuild +++ /dev/null @@ -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 -} diff --git a/net-vpn/candy/candy-6.1.1.ebuild b/net-vpn/candy/candy-6.1.3.ebuild similarity index 100% rename from net-vpn/candy/candy-6.1.1.ebuild rename to net-vpn/candy/candy-6.1.3.ebuild