From 92f29da26bba1390bbeb522055476cfa8370e61b Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 18 Sep 2024 04:24:51 +0100 Subject: net-vpn/candy: subscribe to spdlog subslot (and others) Signed-off-by: Sam James --- net-vpn/candy/candy-5.10.3-r1.ebuild | 42 ++++++++++++++++++++++++++++++++++++ net-vpn/candy/candy-5.10.3.ebuild | 42 ------------------------------------ net-vpn/candy/candy-5.10.4-r1.ebuild | 42 ++++++++++++++++++++++++++++++++++++ net-vpn/candy/candy-5.10.4.ebuild | 42 ------------------------------------ 4 files changed, 84 insertions(+), 84 deletions(-) create mode 100644 net-vpn/candy/candy-5.10.3-r1.ebuild delete mode 100644 net-vpn/candy/candy-5.10.3.ebuild create mode 100644 net-vpn/candy/candy-5.10.4-r1.ebuild delete mode 100644 net-vpn/candy/candy-5.10.4.ebuild (limited to 'net-vpn') diff --git a/net-vpn/candy/candy-5.10.3-r1.ebuild b/net-vpn/candy/candy-5.10.3-r1.ebuild new file mode 100644 index 000000000000..b2396261c0bd --- /dev/null +++ b/net-vpn/candy/candy-5.10.3-r1.ebuild @@ -0,0 +1,42 @@ +# 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}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +DEPEND=" + dev-libs/poco:= + dev-libs/openssl:= + dev-libs/spdlog:= + dev-libs/libfmt:= +" +RDEPEND=" + ${DEPEND} +" + +src_install(){ + cmake_src_install + default + + insinto /etc + doins 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/candy-5.10.3.ebuild b/net-vpn/candy/candy-5.10.3.ebuild deleted file mode 100644 index 9460dccd05c1..000000000000 --- a/net-vpn/candy/candy-5.10.3.ebuild +++ /dev/null @@ -1,42 +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}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -DEPEND=" - dev-libs/poco - dev-libs/openssl - dev-libs/spdlog - dev-libs/libfmt -" -RDEPEND=" - ${DEPEND} -" - -src_install(){ - cmake_src_install - default - - insinto /etc - doins 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/candy-5.10.4-r1.ebuild b/net-vpn/candy/candy-5.10.4-r1.ebuild new file mode 100644 index 000000000000..b2396261c0bd --- /dev/null +++ b/net-vpn/candy/candy-5.10.4-r1.ebuild @@ -0,0 +1,42 @@ +# 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}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +DEPEND=" + dev-libs/poco:= + dev-libs/openssl:= + dev-libs/spdlog:= + dev-libs/libfmt:= +" +RDEPEND=" + ${DEPEND} +" + +src_install(){ + cmake_src_install + default + + insinto /etc + doins 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/candy-5.10.4.ebuild b/net-vpn/candy/candy-5.10.4.ebuild deleted file mode 100644 index 36c322c1a7fa..000000000000 --- a/net-vpn/candy/candy-5.10.4.ebuild +++ /dev/null @@ -1,42 +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}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -DEPEND=" - dev-libs/poco - dev-libs/openssl:0= - dev-libs/spdlog - dev-libs/libfmt -" -RDEPEND=" - ${DEPEND} -" - -src_install(){ - cmake_src_install - default - - insinto /etc - doins candy.cfg - - systemd_dounit candy.service - systemd_dounit candy@.service - newinitd candy.initd candy - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} -- cgit v1.2.3-65-gdbad