From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF8CB1382C5 for ; Wed, 27 Jan 2021 22:23:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D2E5E0C2B; Wed, 27 Jan 2021 22:23:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72A73E0C2B for ; Wed, 27 Jan 2021 22:23:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAD9034109F for ; Wed, 27 Jan 2021 22:23:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4753832B for ; Wed, 27 Jan 2021 22:23:28 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1611786139.1ed6a0ca01a2c53b93d6d68d2533df9bce96fe93.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: games-board/xiexie-freeware-bin/ X-VCS-Repository: proj/betagarden X-VCS-Files: games-board/xiexie-freeware-bin/ChangeLog games-board/xiexie-freeware-bin/xiexie-freeware-bin-2.5.0.ebuild X-VCS-Directories: games-board/xiexie-freeware-bin/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 1ed6a0ca01a2c53b93d6d68d2533df9bce96fe93 X-VCS-Branch: master Date: Wed, 27 Jan 2021 22:23:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6bebe4d4-f780-4b01-b403-5fff52119f02 X-Archives-Hash: 3b6196a37e00196db5fac9188582778b commit: 1ed6a0ca01a2c53b93d6d68d2533df9bce96fe93 Author: Sebastian Pipping gentoo org> AuthorDate: Wed Jan 27 22:10:03 2021 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Jan 27 22:22:19 2021 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=1ed6a0ca games-board/xiexie-freeware-bin: Fix SRC_URI and HOMEPAGE + EAPI 7 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.14, Repoman-3.0.2 games-board/xiexie-freeware-bin/ChangeLog | 4 ++++ .../xiexie-freeware-bin/xiexie-freeware-bin-2.5.0.ebuild | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/games-board/xiexie-freeware-bin/ChangeLog b/games-board/xiexie-freeware-bin/ChangeLog new file mode 100644 index 0000000..8508b89 --- /dev/null +++ b/games-board/xiexie-freeware-bin/ChangeLog @@ -0,0 +1,4 @@ + 27 Jan 2021; Sebastian Pipping + xiexie-freeware-bin-2.5.0.ebuild: + games-board/xiexie-freeware-bin: Fix SRC_URI and HOMEPAGE + EAPI 7 Signed- + off-by: Sebastian Pipping diff --git a/games-board/xiexie-freeware-bin/xiexie-freeware-bin-2.5.0.ebuild b/games-board/xiexie-freeware-bin/xiexie-freeware-bin-2.5.0.ebuild index 182dd5b..d6263d4 100644 --- a/games-board/xiexie-freeware-bin/xiexie-freeware-bin-2.5.0.ebuild +++ b/games-board/xiexie-freeware-bin/xiexie-freeware-bin-2.5.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="7" -inherit versionator eutils +inherit desktop xdg -MY_PV=$(get_version_component_range 1-2) +MY_PV=$(ver_cut 1-2) DESCRIPTION="Free of cost Chinese chess software for Windows" -HOMEPAGE="http://www.cc-xiexie.com/" -SRC_URI="http://www.cc-xiexie.com/files/XXFreeware${MY_PV}.XInstaller.exe" +HOMEPAGE="http://xiexiemaster.com/" +SRC_URI="http://xiexiemaster.com/files/XXFreeware${MY_PV}.XInstaller.exe" LICENSE="all-rights-reserved" SLOT="0" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-arch/p7zip" -RDEPEND="app-emulation/wine" +RDEPEND="virtual/wine" S="${WORKDIR}" RESTRICT="mirror strip"