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 ABA351581E7 for ; Thu, 25 Apr 2024 21:56:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3417E29F1; Thu, 25 Apr 2024 21:56:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA97CE29F1 for ; Thu, 25 Apr 2024 21:56:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2674C343129 for ; Thu, 25 Apr 2024 21:56:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E191174A for ; Thu, 25 Apr 2024 21:56:06 +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: <1714082118.3975dba3bd0371176bc87acae1dd0ea8c8352e27.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/candy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-vpn/candy/candy-5.6.ebuild net-vpn/candy/metadata.xml X-VCS-Directories: net-vpn/candy/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3975dba3bd0371176bc87acae1dd0ea8c8352e27 X-VCS-Branch: dev Date: Thu, 25 Apr 2024 21:56:06 +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: c8c05b33-d6e2-42b6-a805-f1798926c0d4 X-Archives-Hash: 826522522e07597f30a2d149134dc2c9 Message-ID: <20240425215606.zxfzw9R3pHly6GaK0HDhgFMtYFGNFBsbqoNUrWqOb2Q@z> commit: 3975dba3bd0371176bc87acae1dd0ea8c8352e27 Author: Xin Yang icloud com> AuthorDate: Wed Apr 24 01:54:36 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Apr 25 21:55:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3975dba3 net-vpn/candy: update DESCRIPTION and new libandy USE flag Signed-off-by: Xin Yang icloud.com> Signed-off-by: David Roman gmail.com> net-vpn/candy/candy-5.6.ebuild | 10 +++++++++- net-vpn/candy/metadata.xml | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/net-vpn/candy/candy-5.6.ebuild b/net-vpn/candy/candy-5.6.ebuild index 8dc55f6ff3..250e9d667e 100644 --- a/net-vpn/candy/candy-5.6.ebuild +++ b/net-vpn/candy/candy-5.6.ebuild @@ -5,13 +5,14 @@ EAPI=8 inherit cmake systemd -DESCRIPTION="Another virtual private network that supports peer-to-peer connections" +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" +IUSE="+libcandy" DEPEND=" dev-libs/uriparser @@ -22,6 +23,13 @@ DEPEND=" " RDEPEND="${DEPEND}" +src_configure(){ + local mycmakeargs=( + -DCANDY_DEVEL=$(usex libcandy true false) + ) + cmake_src_configure +} + src_install(){ cmake_src_install default diff --git a/net-vpn/candy/metadata.xml b/net-vpn/candy/metadata.xml index 67deff1aff..75b80f1ece 100644 --- a/net-vpn/candy/metadata.xml +++ b/net-vpn/candy/metadata.xml @@ -5,6 +5,9 @@ yangmame@icloud.com Xin Yang + + Install development libraries and header files for candy + lanthora/candy