From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D40815852A for ; Fri, 23 Aug 2024 17:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48745E2A0F; Fri, 23 Aug 2024 17:00:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D937E2A0F for ; Fri, 23 Aug 2024 17:00:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 265D2343016 for ; Fri, 23 Aug 2024 17:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85A3C1F0D for ; Fri, 23 Aug 2024 17:00:33 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1724400729.7016e8a91723ebec492c2026bb12bf37b9d31b13.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/candy/files/, net-vpn/candy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-vpn/candy/Manifest net-vpn/candy/candy-5.10.3.ebuild net-vpn/candy/files/README.gentoo net-vpn/candy/metadata.xml X-VCS-Directories: net-vpn/candy/files/ net-vpn/candy/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 7016e8a91723ebec492c2026bb12bf37b9d31b13 X-VCS-Branch: master Date: Fri, 23 Aug 2024 17:00:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f5978f3-76b6-47a8-8c1b-b1e0c490ff6a X-Archives-Hash: a4fe6660c4a864488abf4d444f4c4ce8 commit: 7016e8a91723ebec492c2026bb12bf37b9d31b13 Author: YangMame icloud com> AuthorDate: Fri Aug 23 08:09:11 2024 +0000 Commit: David Roman gmail 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 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 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 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 @@ - - - - - yangmame@icloud.com - Xin Yang - - - lanthora/candy - - lanthora - lanthora@outlook.com - - -