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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1E80158086 for ; Wed, 15 Dec 2021 10:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 449C02BC03F; Wed, 15 Dec 2021 10:51:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2B172BC03F for ; Wed, 15 Dec 2021 10:51:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E883334342E for ; Wed, 15 Dec 2021 10:51:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 877B2244 for ; Wed, 15 Dec 2021 10:51:25 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1639565272.d8d3cf4cfb67d06c303778841de529c199dba0c5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-emulation/unicorn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-emulation/unicorn/Manifest app-emulation/unicorn/unicorn-1.0.3.ebuild X-VCS-Directories: app-emulation/unicorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d8d3cf4cfb67d06c303778841de529c199dba0c5 X-VCS-Branch: master Date: Wed, 15 Dec 2021 10:51:25 +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: 29c59cb9-5290-4a30-8d13-b15037a87f39 X-Archives-Hash: 22a6586bf3d45b86aa7dfeffcc277139 commit: d8d3cf4cfb67d06c303778841de529c199dba0c5 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Dec 15 10:47:52 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 15 10:47:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8d3cf4c app-emulation/unicorn: fix BadFilename, add missing TestRestrict Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> app-emulation/unicorn/Manifest | 2 +- app-emulation/unicorn/unicorn-1.0.3.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emulation/unicorn/Manifest b/app-emulation/unicorn/Manifest index a32d340b3..fadbfcb1d 100644 --- a/app-emulation/unicorn/Manifest +++ b/app-emulation/unicorn/Manifest @@ -1 +1 @@ -DIST 1.0.3.tar.gz 3759365 BLAKE2B 130d494d03aa9aa1b27e6806856eb36c1871af6e8b89aef9136baa6ca8b726ba2eab778488185e96c47bf3771dd8bce19bf4fd5090888d28433a6129c827d88c SHA512 10f1b5194358c65bc94723eaafd7b4167fee18f96a4810f46f8c78ed1ef5584546e66e8c910fa4eeadd791fcd73edea68f898e337081409fd188b4090b78a7ca +DIST unicorn-1.0.3.tar.gz 3759365 BLAKE2B 130d494d03aa9aa1b27e6806856eb36c1871af6e8b89aef9136baa6ca8b726ba2eab778488185e96c47bf3771dd8bce19bf4fd5090888d28433a6129c827d88c SHA512 10f1b5194358c65bc94723eaafd7b4167fee18f96a4810f46f8c78ed1ef5584546e66e8c910fa4eeadd791fcd73edea68f898e337081409fd188b4090b78a7ca diff --git a/app-emulation/unicorn/unicorn-1.0.3.ebuild b/app-emulation/unicorn/unicorn-1.0.3.ebuild index 7c576f626..da1b0f660 100644 --- a/app-emulation/unicorn/unicorn-1.0.3.ebuild +++ b/app-emulation/unicorn/unicorn-1.0.3.ebuild @@ -10,13 +10,14 @@ inherit cmake distutils-r1 DESCRIPTION="Unicorn CPU emulator framework" HOMEPAGE="http://www.unicorn-engine.org/" -SRC_URI="https://github.com/unicorn-engine/${PN}/archive/${PV}.tar.gz" +SRC_URI="https://github.com/unicorn-engine/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="test python" +RESTRICT="!test? ( test )" RDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} python? ( dev-python/setuptools[${PYTHON_USEDEP}] ) 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85E8C158086 for ; Wed, 15 Dec 2021 10:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C901C2BC031; Wed, 15 Dec 2021 10:51:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B7F12BC00A for ; Wed, 15 Dec 2021 10:51:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08B8F34342E for ; Wed, 15 Dec 2021 10:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A42244 for ; Wed, 15 Dec 2021 10:51:21 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1639565272.d8d3cf4cfb67d06c303778841de529c199dba0c5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/unicorn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-emulation/unicorn/Manifest app-emulation/unicorn/unicorn-1.0.3.ebuild X-VCS-Directories: app-emulation/unicorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d8d3cf4cfb67d06c303778841de529c199dba0c5 X-VCS-Branch: dev Date: Wed, 15 Dec 2021 10:51:21 +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: 400dfdee-96ee-49ba-b582-f3b788e9d918 X-Archives-Hash: d8c46758de7c4acc89fa1b5cb1ecbb5c Message-ID: <20211215105121.hA-sEI1vm-O9fUfgOHiiabERtEgfl_Ie5t104T-9b7s@z> commit: d8d3cf4cfb67d06c303778841de529c199dba0c5 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Dec 15 10:47:52 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 15 10:47:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8d3cf4c app-emulation/unicorn: fix BadFilename, add missing TestRestrict Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> app-emulation/unicorn/Manifest | 2 +- app-emulation/unicorn/unicorn-1.0.3.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emulation/unicorn/Manifest b/app-emulation/unicorn/Manifest index a32d340b3..fadbfcb1d 100644 --- a/app-emulation/unicorn/Manifest +++ b/app-emulation/unicorn/Manifest @@ -1 +1 @@ -DIST 1.0.3.tar.gz 3759365 BLAKE2B 130d494d03aa9aa1b27e6806856eb36c1871af6e8b89aef9136baa6ca8b726ba2eab778488185e96c47bf3771dd8bce19bf4fd5090888d28433a6129c827d88c SHA512 10f1b5194358c65bc94723eaafd7b4167fee18f96a4810f46f8c78ed1ef5584546e66e8c910fa4eeadd791fcd73edea68f898e337081409fd188b4090b78a7ca +DIST unicorn-1.0.3.tar.gz 3759365 BLAKE2B 130d494d03aa9aa1b27e6806856eb36c1871af6e8b89aef9136baa6ca8b726ba2eab778488185e96c47bf3771dd8bce19bf4fd5090888d28433a6129c827d88c SHA512 10f1b5194358c65bc94723eaafd7b4167fee18f96a4810f46f8c78ed1ef5584546e66e8c910fa4eeadd791fcd73edea68f898e337081409fd188b4090b78a7ca diff --git a/app-emulation/unicorn/unicorn-1.0.3.ebuild b/app-emulation/unicorn/unicorn-1.0.3.ebuild index 7c576f626..da1b0f660 100644 --- a/app-emulation/unicorn/unicorn-1.0.3.ebuild +++ b/app-emulation/unicorn/unicorn-1.0.3.ebuild @@ -10,13 +10,14 @@ inherit cmake distutils-r1 DESCRIPTION="Unicorn CPU emulator framework" HOMEPAGE="http://www.unicorn-engine.org/" -SRC_URI="https://github.com/unicorn-engine/${PN}/archive/${PV}.tar.gz" +SRC_URI="https://github.com/unicorn-engine/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="test python" +RESTRICT="!test? ( test )" RDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} python? ( dev-python/setuptools[${PYTHON_USEDEP}] )