diff --git a/.github/workflows/overlay.toml b/.github/workflows/overlay.toml index 31accf6465a..2995f9fe70a 100644 --- a/.github/workflows/overlay.toml +++ b/.github/workflows/overlay.toml @@ -910,12 +910,6 @@ use_latest_release = true prefix = "v" github_account = "st0nie" -["net-proxy/clash-for-windows-bin"] -source = "github" -github = "Fndroid/clash_for_windows_pkg" -use_latest_release = true -github_account = "irort" - ["net-proxy/clash-verge"] source = "github" github = "zzzgydi/clash-verge" diff --git a/net-proxy/clash-for-windows-bin/Manifest b/net-proxy/clash-for-windows-bin/Manifest deleted file mode 100644 index 4ba47c19ab7..00000000000 --- a/net-proxy/clash-for-windows-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST Clash.for.Windows-0.20.38-x64-linux.tar.gz 111461629 BLAKE2B 6f04b9acbd46a09f8f351369c7162abc0edfb1af3463892ac7b01aea35fa19dcbd15f7e455e2678742bfbda0afe006efa9f7f8f0c6071360a262d7c57d650646 SHA512 e302da982f7d547ca20aeda1d6516ae73ae122de6cc3f62664d82f29d89891f2e22833dd89084a4ea6bf4b41feff8db8cf0909375f703e497fd16a20ce4bf46d -DIST Clash.for.Windows-0.20.39-x64-linux.tar.gz 111465315 BLAKE2B 013ecd2308ccefff989728d2df161bf6971986459e740deb7402eb71acd2c9f9f224c42f89f2e3103a545c1099c258a8ef902de06460a19149fd3068aae6666a SHA512 6f73ca3f11831e9e7f7d6fb44f20f7a3e0be8a92e1ded60752e1db6faa7c209831a07de1cf6eae8816fcc3ce4436d95834ef5e72b64f95c2258773dc672bc620 diff --git a/net-proxy/clash-for-windows-bin/clash-for-windows-bin-0.20.38.ebuild b/net-proxy/clash-for-windows-bin/clash-for-windows-bin-0.20.38.ebuild deleted file mode 100644 index 78cca404cdc..00000000000 --- a/net-proxy/clash-for-windows-bin/clash-for-windows-bin-0.20.38.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop unpacker xdg-utils - -DESCRIPTION="A Windows/macOS/Linux GUI based on Clash and Electron." -HOMEPAGE="https://github.com/Fndroid/clash_for_windows_pkg" -SRC_URI="https://github.com/Fndroid/clash_for_windows_pkg/releases/download/${PV}/Clash.for.Windows-${PV}-x64-linux.tar.gz" - -LICENSE="no-source-code" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+tun" - -RESTRICT="mirror strip" - -QA_PRESTRIPPED="*" -QA_PREBUILT="*" - -RDEPEND=" - x11-libs/gtk+:3 - x11-libs/libXScrnSaver - dev-libs/nss - tun? ( net-firewall/nftables )" - -S="${WORKDIR}" - -src_configure() { - mv "${S}/Clash for Windows-${PV}-x64-linux" "${S}/${PN}" -} - -src_install() { - insinto "/opt" - doins -r "${S}/${PN}" - doicon -s 512 "${FILESDIR}/${PN}.png" - domenu "${FILESDIR}/${PN}.desktop" - dosym -r "/opt/${PN}/cfw" "/usr/bin/cfw" - fperms 0755 "/opt/${PN}" -R - newinitd "${FILESDIR}"/clash-core-service.initd clash-core-service -} - -pkg_postinst() { - elog - elog "For OpenRC user, if you need Service Mode, " - elog "please start and add clash daemon to default runlevel" - elog "# rc-service clash-core-service start" - elog "# rc-update add clash-core-service default" - elog - xdg_icon_cache_update -} diff --git a/net-proxy/clash-for-windows-bin/clash-for-windows-bin-0.20.39.ebuild b/net-proxy/clash-for-windows-bin/clash-for-windows-bin-0.20.39.ebuild deleted file mode 100644 index 78cca404cdc..00000000000 --- a/net-proxy/clash-for-windows-bin/clash-for-windows-bin-0.20.39.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop unpacker xdg-utils - -DESCRIPTION="A Windows/macOS/Linux GUI based on Clash and Electron." -HOMEPAGE="https://github.com/Fndroid/clash_for_windows_pkg" -SRC_URI="https://github.com/Fndroid/clash_for_windows_pkg/releases/download/${PV}/Clash.for.Windows-${PV}-x64-linux.tar.gz" - -LICENSE="no-source-code" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+tun" - -RESTRICT="mirror strip" - -QA_PRESTRIPPED="*" -QA_PREBUILT="*" - -RDEPEND=" - x11-libs/gtk+:3 - x11-libs/libXScrnSaver - dev-libs/nss - tun? ( net-firewall/nftables )" - -S="${WORKDIR}" - -src_configure() { - mv "${S}/Clash for Windows-${PV}-x64-linux" "${S}/${PN}" -} - -src_install() { - insinto "/opt" - doins -r "${S}/${PN}" - doicon -s 512 "${FILESDIR}/${PN}.png" - domenu "${FILESDIR}/${PN}.desktop" - dosym -r "/opt/${PN}/cfw" "/usr/bin/cfw" - fperms 0755 "/opt/${PN}" -R - newinitd "${FILESDIR}"/clash-core-service.initd clash-core-service -} - -pkg_postinst() { - elog - elog "For OpenRC user, if you need Service Mode, " - elog "please start and add clash daemon to default runlevel" - elog "# rc-service clash-core-service start" - elog "# rc-update add clash-core-service default" - elog - xdg_icon_cache_update -} diff --git a/net-proxy/clash-for-windows-bin/files/clash-core-service.initd b/net-proxy/clash-for-windows-bin/files/clash-core-service.initd deleted file mode 100644 index fe2296ed0bd..00000000000 --- a/net-proxy/clash-for-windows-bin/files/clash-core-service.initd +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="Clash core service" -description="Clash core service created by Clash for Windows" -command="/opt/clash-for-windows-bin/resources/static/files/linux/x64/service/clash-core-service" -command_background="yes" -pidfile="/run/clash-core-service.pid" - -depend() { - need net -} diff --git a/net-proxy/clash-for-windows-bin/files/clash-for-windows-bin.desktop b/net-proxy/clash-for-windows-bin/files/clash-for-windows-bin.desktop deleted file mode 100644 index f64e2b71b56..00000000000 --- a/net-proxy/clash-for-windows-bin/files/clash-for-windows-bin.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Clash For Windows -Comment=Clash GUI -Exec=/opt/clash-for-windows-bin/cfw -Icon=clash-for-windows-bin -Terminal=false -Keywords=clash -Categories=Network;Utility; diff --git a/net-proxy/clash-for-windows-bin/files/clash-for-windows-bin.png b/net-proxy/clash-for-windows-bin/files/clash-for-windows-bin.png deleted file mode 100644 index c624b94d23b..00000000000 Binary files a/net-proxy/clash-for-windows-bin/files/clash-for-windows-bin.png and /dev/null differ diff --git a/net-proxy/clash-for-windows-bin/metadata.xml b/net-proxy/clash-for-windows-bin/metadata.xml deleted file mode 100644 index a987b2f78f5..00000000000 --- a/net-proxy/clash-for-windows-bin/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - irort3124@gmail.com - irort - - - Enable TUN support. - - - Fndroid/clash_for_windows_pkg - -