From 9c521f4ca4b41e6a21abab6811833be26fa9acc6 Mon Sep 17 00:00:00 2001 From: liuyujielol <2073201758GD@gmail.com> Date: Thu, 6 Jun 2024 17:29:29 +0800 Subject: [PATCH] app-emulation/winetricks-zh: add 20240105.1, update live Signed-off-by: liuyujielol <2073201758GD@gmail.com> --- app-emulation/winetricks-zh/Manifest | 1 + .../winetricks-zh/winetricks-zh-20240105.1.ebuild | 17 +++++++++ .../winetricks-zh/winetricks-zh-9999.ebuild | 44 ++++++++-------------- 3 files changed, 33 insertions(+), 29 deletions(-) create mode 100644 app-emulation/winetricks-zh/Manifest create mode 100644 app-emulation/winetricks-zh/winetricks-zh-20240105.1.ebuild rewrite app-emulation/winetricks-zh/winetricks-zh-9999.ebuild (71%) diff --git a/app-emulation/winetricks-zh/Manifest b/app-emulation/winetricks-zh/Manifest new file mode 100644 index 000000000..7ba091b4f --- /dev/null +++ b/app-emulation/winetricks-zh/Manifest @@ -0,0 +1 @@ +DIST winetricks-zh-20240105.1.tar.gz 248116 BLAKE2B cc4f1538bfb097fc1720543a97fea1268292d083651fcde186511cce7b947fa03523604e70e6eaf23e3b8b3eff61ae1ec0c48c74115552a80dd6f3188dd7995b SHA512 ff737d8a04108c5139d86c87c9df4d0a9b09aaa5365bbca8dc89d9a1bf4dc682a0e481c7ea85c4c787c0409f5505d3c89013192f92f7597d07279505bbb7f97a diff --git a/app-emulation/winetricks-zh/winetricks-zh-20240105.1.ebuild b/app-emulation/winetricks-zh/winetricks-zh-20240105.1.ebuild new file mode 100644 index 000000000..ae23bb600 --- /dev/null +++ b/app-emulation/winetricks-zh/winetricks-zh-20240105.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit cmake xdg + +DESCRIPTION="windows applications setup wizard for Chinese wine users" +HOMEPAGE="https://github.com/hillwoodroc/winetricks-zh/" +SRC_URI=" + https://github.com/hillwoodroc/winetricks-zh/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz +" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="app-emulation/winetricks" diff --git a/app-emulation/winetricks-zh/winetricks-zh-9999.ebuild b/app-emulation/winetricks-zh/winetricks-zh-9999.ebuild dissimilarity index 71% index 4cbf3b2f5..6e24a81c6 100644 --- a/app-emulation/winetricks-zh/winetricks-zh-9999.ebuild +++ b/app-emulation/winetricks-zh/winetricks-zh-9999.ebuild @@ -1,29 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome2-utils git-r3 - -EGIT_REPO_URI="https://github.com/hillwoodroc/winetricks-zh.git" - -wtg="winetricks-gentoo-2012.11.24" - -DESCRIPTION="winetricks fork for chinese to install QQ" -HOMEPAGE="http://winetricks.org http://wiki.winehq.org/winetricks" - -LICENSE="LGPL-2.1+" -SLOT="0" - -RDEPEND="app-emulation/winetricks" - -# Tests require network access and run Wine, which is unreliable from a portage environment. -RESTRICT="test" - -src_install() { - insinto /opt/winetricks-zh - doins -r * - fperms +x /opt/winetricks-zh/winetricks-zh - - dosym ../../opt/winetricks-zh/winetricks-zh /usr/bin/winetricks-zh -} +# Copyright 2021-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit cmake git-r3 xdg + +DESCRIPTION="windows applications setup wizard for Chinese wine users" +HOMEPAGE="https://github.com/hillwoodroc/winetricks-zh/" + +EGIT_REPO_URI="https://github.com/hillwoodroc/winetricks-zh.git" + +LICENSE="LGPL-2.1+" +SLOT="0" + +RDEPEND="app-emulation/winetricks" -- 2.11.4.GIT