commit: 7016e8a91723ebec492c2026bb12bf37b9d31b13 Author: YangMame <yangmame <AT> icloud <DOT> com> AuthorDate: Fri Aug 23 08:09:11 2024 +0000 Commit: Xin Yang <yangmame <AT> icloud <DOT> com> CommitDate: Fri Aug 23 08:12:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7016e8a9
net-vpn/candy: treeclean, this package has been moved to the main repository Signed-off-by: YangMame <yangmame <AT> icloud.com> 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(-) diff --git a/net-vpn/candy/Manifest b/net-vpn/candy/Manifest deleted file mode 100644 index 443cd6245..000000000 --- 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 7617d7a9e..000000000 --- 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 [email protected] - 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 810d83332..000000000 --- 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 67deff1af..000000000 --- a/net-vpn/candy/metadata.xml +++ /dev/null @@ -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>[email protected]</email> - <name>Xin Yang</name> - </maintainer> - <upstream> - <remote-id type="github">lanthora/candy</remote-id> - <maintainer> - <name>lanthora</name> - <email>[email protected]</email> - </maintainer> - </upstream> -</pkgmetadata>
