From 7016e8a91723ebec492c2026bb12bf37b9d31b13 Mon Sep 17 00:00:00 2001 From: YangMame Date: Fri, 23 Aug 2024 16:09:11 +0800 Subject: [PATCH] net-vpn/candy: treeclean, this package has been moved to the main repository Signed-off-by: YangMame --- net-vpn/candy/Manifest | 1 - net-vpn/candy/candy-5.10.3.ebuild | 43 ------------------------------- net-vpn/candy/files/README.gentoo | 10 ------- net-vpn/candy/metadata.xml | 15 ----------- 4 files changed, 69 deletions(-) delete mode 100644 net-vpn/candy/Manifest delete mode 100644 net-vpn/candy/candy-5.10.3.ebuild delete mode 100644 net-vpn/candy/files/README.gentoo delete mode 100644 net-vpn/candy/metadata.xml diff --git a/net-vpn/candy/Manifest b/net-vpn/candy/Manifest deleted file mode 100644 index 443cd62454..0000000000 --- a/net-vpn/candy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST candy-5.10.3.tar.gz 115258 BLAKE2B 70d698d69fbb0a28adeb1ba515a1a1f6986c083d3a04b688bfd5b7ead98941bac46af47cd745b74928fc56466ebe3fa7d570f7ecaa1716b2eac948d9eaf52fe2 SHA512 c56ab81f599c5fbf72c509265b3fc0189a17e36b8738e536f21702585e7994c706a277d8c1dbf8b68e7f3609518fec0b4daccc0b180d375463e898bb7d41bbdc diff --git a/net-vpn/candy/candy-5.10.3.ebuild b/net-vpn/candy/candy-5.10.3.ebuild deleted file mode 100644 index 7617d7a9e2..0000000000 --- a/net-vpn/candy/candy-5.10.3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 2024 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}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~mips" - -DEPEND=" - dev-libs/poco - dev-libs/openssl - dev-libs/spdlog -" -RDEPEND=" - ${DEPEND} - dev-libs/libfmt -" - -src_install(){ - cmake_src_install - default - - insinto /etc - doins candy.cfg - fperms 0644 /etc/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/files/README.gentoo b/net-vpn/candy/files/README.gentoo deleted file mode 100644 index 810d833321..0000000000 --- a/net-vpn/candy/files/README.gentoo +++ /dev/null @@ -1,10 +0,0 @@ -Notes: - Running candy with multi instances - - 1) Using OpenRC - Prepare /etc/candy.d/${foo}.cfg first - # ln -s /etc/init.d/candy{,.${foo}} - # rc-update add candy.${foo} default - - 2) Using Systemd - # systemctl enable candy@${foo} diff --git a/net-vpn/candy/metadata.xml b/net-vpn/candy/metadata.xml deleted file mode 100644 index 67deff1aff..0000000000 --- a/net-vpn/candy/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - yangmame@icloud.com - Xin Yang - - - lanthora/candy - - lanthora - lanthora@outlook.com - - -