diff --git a/net-proxy/clash-verge-bin/Manifest b/net-proxy/clash-verge-bin/Manifest
index a7e1af844c7..ce0c4280587 100644
--- a/net-proxy/clash-verge-bin/Manifest
+++ b/net-proxy/clash-verge-bin/Manifest
@@ -1,5 +1 @@
-DIST clash-verge_1.2.0_amd64.deb 30752798 BLAKE2B b97948bd92cdcd35973f759d3f1ce56b744c7d28c5356018a50238e287f4cd06c642b9276714f0a9edec0965c702ec2ad8b969ac1d2b17c9c793360d7ad246e2 SHA512 70d2afc44a9e6a8553bf25b608777c7af4dd4cb211a542663d6730b19f0e7d2267b6b781ccb71a572408bf98e7be5e4ba85c17e3890cb580c4d44b292dad3722
-DIST clash-verge_1.2.1_amd64.deb 31169170 BLAKE2B 104549e35cd43740ca7782d6da46b0417d0a5978630c169dcd7a2dd931787c73bf73c8a641c1d697327169493f0cbf2b45de157096cd0c00022a7e3cc8e527cb SHA512 c73cfe2b1fbf2b60a4819413db37684c1a1b3813d8e3acb77822ca0edb8ec10253da360a994a3e89960ff1a1f6b5406c0dde47cb5d6d3ea57ef691a21d7394df
-DIST clash-verge_1.3.2_amd64.deb 33473170 BLAKE2B 6d830bf454040bc81d99935f38977708fae705c4a84ba158e9f15b2408bc441ad20697d225e5f6b70b7d733269d4ccd8c76e60706c15781c93a04ed52fe5bf4b SHA512 90839c4c5fcd28afc4d65da6fa6fef9da76fb75b340017efb1a134a931593fc084770003031a0c6c6e9b5d6242426c2689009111b7b7a1baf88159a499fe580c
-DIST clash-verge_1.3.5_amd64.deb 35511112 BLAKE2B b8c91d8e1e2db9b5b1ddd8978bcc393855c563802991cf80092734663ceea963f31d61fb2c3409d318145b95d8f61c8439ce10a7af4fda13f5340ccca4d85c1d SHA512 860ffe86443897c5ef6a4bb2f071aecd063393b7b66f378157e984c4d96f83e6b49b5d8862afa14df896f17ddd0794a3e54b2a12791358b7c65dcd31fba16f7a
-DIST clash-verge_1.3.7_amd64.deb 35313124 BLAKE2B 815b1448909304f7fed52f18496bb785f966c1b37320e41334150179e20639c0caddd604e3760ac511a2eff0b2757c2dd78d297d9d67437006d941b9970e2741 SHA512 38fdeb8698cf4645549a4f44d01f5b0ddf8295f083a5d14426d104b8c3665432f08bca3737232a7db74097eb9c626bff795ff5aac2d67345f178273753e02e9c
+DIST clash-verge_1.3.8_amd64.deb 35622344 BLAKE2B 0d9eba0f13334321c85aab7f9a99288ed5bdcd00b57381d85ef5dc8fd76794394984ab7d560beb876c39859cea2e25bb9bbf5ea0fbe20eac8da482633bee4f46 SHA512 31a1aa9dc03272576e3898a09a7e2fd7e93635fa6f7760337588efcbeb67b26d68870a5be5bb3d1f1b3c73fbd86d02109ef7b9fdb3aac037e26bd1ddc509d8ba
diff --git a/net-proxy/clash-verge-bin/clash-verge-bin-1.2.0.ebuild b/net-proxy/clash-verge-bin/clash-verge-bin-1.2.0.ebuild
deleted file mode 100644
index 84126c62474..00000000000
--- a/net-proxy/clash-verge-bin/clash-verge-bin-1.2.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-bin}"
-
-inherit unpacker desktop xdg
-
-DESCRIPTION="A Clash GUI based on tauri"
-HOMEPAGE="https://github.com/zzzgydi/clash-verge"
-
-KEYWORDS="~amd64"
-
-SRC_URI="https://github.com/zzzgydi/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_amd64.deb"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="system-clash"
-
-DEPEND=""
-RDEPEND="
- dev-libs/libappindicator:3
- net-libs/webkit-gtk:4
- dev-libs/gobject-introspection-common
- system-clash? ( net-proxy/clash )
- !system-clash? ( !net-proxy/clash )
-"
-BDEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- if use system-clash; then
- dobin usr/bin/{clash-meta,clash-verge}
- else
- dobin usr/bin/{clash,clash-meta,clash-verge}
- fi
-
- insinto /usr/lib/${MY_PN}/resources
- doins usr/lib/${MY_PN}/resources/Country.mmdb
-
- domenu usr/share/applications/${MY_PN}.desktop
-
- doicon -s 128 usr/share/icons/hicolor/128x128/apps/${MY_PN}.png
- doicon -s 256 usr/share/icons/hicolor/256x256@2/apps/${MY_PN}.png
- doicon -s 32 usr/share/icons/hicolor/32x32/apps/${MY_PN}.png
-}
diff --git a/net-proxy/clash-verge-bin/clash-verge-bin-1.2.1.ebuild b/net-proxy/clash-verge-bin/clash-verge-bin-1.2.1.ebuild
deleted file mode 100644
index 84126c62474..00000000000
--- a/net-proxy/clash-verge-bin/clash-verge-bin-1.2.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-bin}"
-
-inherit unpacker desktop xdg
-
-DESCRIPTION="A Clash GUI based on tauri"
-HOMEPAGE="https://github.com/zzzgydi/clash-verge"
-
-KEYWORDS="~amd64"
-
-SRC_URI="https://github.com/zzzgydi/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_amd64.deb"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="system-clash"
-
-DEPEND=""
-RDEPEND="
- dev-libs/libappindicator:3
- net-libs/webkit-gtk:4
- dev-libs/gobject-introspection-common
- system-clash? ( net-proxy/clash )
- !system-clash? ( !net-proxy/clash )
-"
-BDEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- if use system-clash; then
- dobin usr/bin/{clash-meta,clash-verge}
- else
- dobin usr/bin/{clash,clash-meta,clash-verge}
- fi
-
- insinto /usr/lib/${MY_PN}/resources
- doins usr/lib/${MY_PN}/resources/Country.mmdb
-
- domenu usr/share/applications/${MY_PN}.desktop
-
- doicon -s 128 usr/share/icons/hicolor/128x128/apps/${MY_PN}.png
- doicon -s 256 usr/share/icons/hicolor/256x256@2/apps/${MY_PN}.png
- doicon -s 32 usr/share/icons/hicolor/32x32/apps/${MY_PN}.png
-}
diff --git a/net-proxy/clash-verge-bin/clash-verge-bin-1.3.2.ebuild b/net-proxy/clash-verge-bin/clash-verge-bin-1.3.2.ebuild
deleted file mode 100644
index 73b088e7325..00000000000
--- a/net-proxy/clash-verge-bin/clash-verge-bin-1.3.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-bin}"
-
-inherit unpacker desktop xdg
-
-DESCRIPTION="A Clash GUI based on tauri"
-HOMEPAGE="https://github.com/zzzgydi/clash-verge"
-
-KEYWORDS="~amd64"
-
-SRC_URI="https://github.com/zzzgydi/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_amd64.deb"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="system-clash"
-
-DEPEND=""
-RDEPEND="
- dev-libs/libappindicator:3
- net-libs/webkit-gtk:4
- dev-libs/gobject-introspection-common
- dev-libs/openssl:0/3
- system-clash? ( net-proxy/clash )
- !system-clash? ( !net-proxy/clash )
-"
-BDEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- if use system-clash; then
- dobin usr/bin/{clash-meta,clash-verge}
- else
- dobin usr/bin/{clash,clash-meta,clash-verge}
- fi
-
- insinto /usr/lib/${MY_PN}/resources
- doins usr/lib/${MY_PN}/resources/Country.mmdb
-
- domenu usr/share/applications/${MY_PN}.desktop
-
- doicon -s 128 usr/share/icons/hicolor/128x128/apps/${MY_PN}.png
- doicon -s 256 usr/share/icons/hicolor/256x256@2/apps/${MY_PN}.png
- doicon -s 32 usr/share/icons/hicolor/32x32/apps/${MY_PN}.png
-}
diff --git a/net-proxy/clash-verge-bin/clash-verge-bin-1.3.5.ebuild b/net-proxy/clash-verge-bin/clash-verge-bin-1.3.5.ebuild
deleted file mode 100644
index ea28d16ae7c..00000000000
--- a/net-proxy/clash-verge-bin/clash-verge-bin-1.3.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-bin}"
-
-inherit unpacker desktop xdg
-
-DESCRIPTION="A Clash GUI based on tauri"
-HOMEPAGE="https://github.com/zzzgydi/clash-verge"
-
-KEYWORDS="~amd64"
-
-SRC_URI="https://github.com/zzzgydi/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_amd64.deb"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="clash clash-meta clash-premium"
-
-REQUIRED_USE="|| ( clash clash-meta clash-premium )"
-
-DEPEND=""
-RDEPEND="
- dev-libs/libappindicator:3
- net-libs/webkit-gtk:4
- dev-libs/gobject-introspection-common
- dev-libs/openssl:0/3
- clash? ( net-proxy/clash )
- clash-meta? ( net-proxy/clash-meta )
- clash-premium? ( net-proxy/clash-premium-bin )
-"
-BDEPEND=""
-
-S="${WORKDIR}"
-
-src_install() {
- dobin usr/bin/clash-verge
-
- insinto /usr/lib/${MY_PN}/resources
- doins usr/lib/${MY_PN}/resources/Country.mmdb
-
- domenu usr/share/applications/${MY_PN}.desktop
-
- doicon -s 128 usr/share/icons/hicolor/128x128/apps/${MY_PN}.png
- doicon -s 256 usr/share/icons/hicolor/256x256@2/apps/${MY_PN}.png
- doicon -s 32 usr/share/icons/hicolor/32x32/apps/${MY_PN}.png
-}
diff --git a/net-proxy/clash-verge-bin/clash-verge-bin-1.3.7.ebuild b/net-proxy/clash-verge-bin/clash-verge-bin-1.3.8.ebuild
similarity index 100%
rename from net-proxy/clash-verge-bin/clash-verge-bin-1.3.7.ebuild
rename to net-proxy/clash-verge-bin/clash-verge-bin-1.3.8.ebuild
diff --git a/net-proxy/clash-verge-bin/metadata.xml b/net-proxy/clash-verge-bin/metadata.xml
index fc336a104ca..666dd15acc0 100644
--- a/net-proxy/clash-verge-bin/metadata.xml
+++ b/net-proxy/clash-verge-bin/metadata.xml
@@ -10,7 +10,6 @@
苏业钦