From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/candy/ Date: Thu, 25 Apr 2024 22:01:05 +0000 (UTC) [thread overview] Message-ID: <1714082118.3975dba3bd0371176bc87acae1dd0ea8c8352e27.davidroman@gentoo> (raw) commit: 3975dba3bd0371176bc87acae1dd0ea8c8352e27 Author: Xin Yang <yangmame <AT> icloud <DOT> com> AuthorDate: Wed Apr 24 01:54:36 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> 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 <yangmame <AT> icloud.com> Signed-off-by: David Roman <davidroman96 <AT> 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 @@ <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>
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/candy/ Date: Thu, 25 Apr 2024 21:56:06 +0000 (UTC) [thread overview] Message-ID: <1714082118.3975dba3bd0371176bc87acae1dd0ea8c8352e27.davidroman@gentoo> (raw) Message-ID: <20240425215606.zxfzw9R3pHly6GaK0HDhgFMtYFGNFBsbqoNUrWqOb2Q@z> (raw) commit: 3975dba3bd0371176bc87acae1dd0ea8c8352e27 Author: Xin Yang <yangmame <AT> icloud <DOT> com> AuthorDate: Wed Apr 24 01:54:36 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> 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 <yangmame <AT> icloud.com> Signed-off-by: David Roman <davidroman96 <AT> 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 @@ <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>
next reply other threads:[~2024-04-25 22:01 UTC|newest] Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-04-25 22:01 David Roman [this message] 2024-04-25 21:56 ` [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/candy/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2024-08-09 3:29 [gentoo-commits] repo/proj/guru:master " Lucio Sauer 2024-07-10 23:52 Haelwenn Monnier 2024-07-08 16:47 David Roman 2024-06-25 12:16 David Roman 2024-06-12 16:10 Viorel Munteanu 2024-06-12 16:10 Viorel Munteanu 2024-06-12 16:10 Viorel Munteanu 2024-06-08 13:21 Julien Roy 2024-06-07 21:48 Julien Roy 2024-06-07 21:48 Julien Roy 2024-05-31 8:55 Julien Roy 2024-05-23 10:36 David Roman 2024-05-23 10:36 David Roman 2024-05-18 0:43 Julien Roy 2024-05-15 12:36 Julien Roy 2024-05-14 5:15 Viorel Munteanu 2024-05-13 17:48 Julien Roy 2024-05-12 9:38 Viorel Munteanu 2024-05-06 11:50 [gentoo-commits] repo/proj/guru:dev " David Roman 2024-05-06 11:53 ` [gentoo-commits] repo/proj/guru:master " David Roman 2024-04-25 21:56 [gentoo-commits] repo/proj/guru:dev " David Roman 2024-04-25 22:01 ` [gentoo-commits] repo/proj/guru:master " David Roman 2024-04-02 12:34 Haelwenn Monnier 2024-03-14 10:17 [gentoo-commits] repo/proj/guru:dev " David Roman 2024-03-14 10:19 ` [gentoo-commits] repo/proj/guru:master " David Roman 2024-03-06 0:58 [gentoo-commits] repo/proj/guru:dev " Julien Roy 2024-03-06 1:09 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1714082118.3975dba3bd0371176bc87acae1dd0ea8c8352e27.davidroman@gentoo \ --to=davidroman96@gmail.com \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox