net-vpn/candy: treeclean, this package has been moved to the main repository

Signed-off-by: YangMame <yangmame@icloud.com>
This commit is contained in:
YangMame 2024-08-23 16:09:11 +08:00
parent 47168855f8
commit 7016e8a917
No known key found for this signature in database
GPG Key ID: 4462AE2C35429556
4 changed files with 0 additions and 69 deletions

View File

@ -1 +0,0 @@
DIST candy-5.10.3.tar.gz 115258 BLAKE2B 70d698d69fbb0a28adeb1ba515a1a1f6986c083d3a04b688bfd5b7ead98941bac46af47cd745b74928fc56466ebe3fa7d570f7ecaa1716b2eac948d9eaf52fe2 SHA512 c56ab81f599c5fbf72c509265b3fc0189a17e36b8738e536f21702585e7994c706a277d8c1dbf8b68e7f3609518fec0b4daccc0b180d375463e898bb7d41bbdc

View File

@ -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
}

View File

@ -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}

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>yangmame@icloud.com</email>
<name>Xin Yang</name>
</maintainer>
<upstream>
<remote-id type="github">lanthora/candy</remote-id>
<maintainer>
<name>lanthora</name>
<email>lanthora@outlook.com</email>
</maintainer>
</upstream>
</pkgmetadata>