From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1628333-garchives=archives.gentoo.org@lists.gentoo.org> 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 D0A391581D3 for <garchives@archives.gentoo.org>; Mon, 6 May 2024 11:53:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A74F4E2AD8; Mon, 6 May 2024 11:53:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8D241E2AD8 for <gentoo-commits@lists.gentoo.org>; Mon, 6 May 2024 11:53:04 +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 D561C34318E for <gentoo-commits@lists.gentoo.org>; Mon, 6 May 2024 11:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E59B1A3D for <gentoo-commits@lists.gentoo.org>; Mon, 6 May 2024 11:53:01 +0000 (UTC) From: "David Roman" <davidroman96@gmail.com> 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" <davidroman96@gmail.com> Message-ID: <1714996173.9f49332671334528f1805ff0836d22cf93073339.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/candy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-vpn/candy/Manifest net-vpn/candy/candy-5.6.ebuild net-vpn/candy/candy-5.8.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: 9f49332671334528f1805ff0836d22cf93073339 X-VCS-Branch: master Date: Mon, 6 May 2024 11:53:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0337ce2-a510-4e87-874e-b80fd51cc005 X-Archives-Hash: 2e2def6da0862c584c5f7cb97e392ff6 Message-ID: <20240506115301.AZGycbP_hI9W9IKFYt4ki3xXdAVsQJJkLI-Cax7-3d0@z> commit: 9f49332671334528f1805ff0836d22cf93073339 Author: Xin Yang <yangmame <AT> icloud <DOT> com> AuthorDate: Mon May 6 00:57:30 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon May 6 11:49:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f493326 net-vpn/candy: add 5.8, drop 5.6; libcandy removed by upstream Signed-off-by: Xin Yang <yangmame <AT> icloud.com> Closes: https://github.com/gentoo/guru/pull/182 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> net-vpn/candy/Manifest | 2 +- net-vpn/candy/{candy-5.6.ebuild => candy-5.8.ebuild} | 8 -------- net-vpn/candy/metadata.xml | 3 --- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/net-vpn/candy/Manifest b/net-vpn/candy/Manifest index 8af88aa010..6b908c6c58 100644 --- a/net-vpn/candy/Manifest +++ b/net-vpn/candy/Manifest @@ -1 +1 @@ -DIST candy-5.6.tar.gz 50318 BLAKE2B 3347af11fbc22af0f4c0d2b77804cf9882ccb8473d40208da808bba82895c239461dfa0098788a01b900495dddae5293baefa4b646dc8ef5ca04215aaa4bc6e3 SHA512 a50292b60eb7125e5b2e6802a0e02fe88b1da3a2a1c9503b95f95833edc5565589d0cdfe08ac09e07d0d6d62e0b8ba8bb80da027cd023a768f2841826d70d86e +DIST candy-5.8.tar.gz 50886 BLAKE2B 37b843b1c0827261e5a885555a1aeb8b74245934b426bf8beaa9a0f35c188049385ff65572cfa757180d0abe879a7baf4d356a2c492159bf4fef7724bc195074 SHA512 316257e80e235db92092ebef150597fa6b7f162c71c2140e001a1c0675af816c2d6e8c03815ae4f7f71d6233dc97a089d25a614b78d99cc8949355b3b99e00e1 diff --git a/net-vpn/candy/candy-5.6.ebuild b/net-vpn/candy/candy-5.8.ebuild similarity index 84% rename from net-vpn/candy/candy-5.6.ebuild rename to net-vpn/candy/candy-5.8.ebuild index 250e9d667e..e9317cc7e9 100644 --- a/net-vpn/candy/candy-5.6.ebuild +++ b/net-vpn/candy/candy-5.8.ebuild @@ -12,7 +12,6 @@ SRC_URI="https://github.com/lanthora/candy/archive/refs/tags/v${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="+libcandy" DEPEND=" dev-libs/uriparser @@ -23,13 +22,6 @@ 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 75b80f1ece..67deff1aff 100644 --- a/net-vpn/candy/metadata.xml +++ b/net-vpn/candy/metadata.xml @@ -5,9 +5,6 @@ <email>yangmame@icloud.com</email> <name>Xin Yang</name> </maintainer> - <use> - <flag name="libcandy">Install development libraries and header files for candy</flag> - </use> <upstream> <remote-id type="github">lanthora/candy</remote-id> <maintainer>