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 A81AE1382C5 for ; Fri, 4 Dec 2020 18:41:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA1F2E09E1; Fri, 4 Dec 2020 18:41:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 ABF15E09E1 for ; Fri, 4 Dec 2020 18:41:51 +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 7E3FC340F89 for ; Fri, 4 Dec 2020 18:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04839468 for ; Fri, 4 Dec 2020 18:41:49 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1607107298.a2df9708b55b4bbcdf6fc81f03a3174f9d91583d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/distorm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/distorm64/Manifest dev-libs/distorm64/distorm64-3.5.1.ebuild X-VCS-Directories: dev-libs/distorm64/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a2df9708b55b4bbcdf6fc81f03a3174f9d91583d X-VCS-Branch: master Date: Fri, 4 Dec 2020 18:41:49 +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: 7875544d-66cf-452e-a8c3-913b57c4359e X-Archives-Hash: b20b39b9839c67769da926dcc9bd0bcf commit: a2df9708b55b4bbcdf6fc81f03a3174f9d91583d Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Dec 4 18:41:38 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Dec 4 18:41:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2df9708 dev-libs/distorm64: bump up to 3.5.1 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/distorm64/Manifest | 1 + dev-libs/distorm64/distorm64-3.5.1.ebuild | 32 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-libs/distorm64/Manifest b/dev-libs/distorm64/Manifest index 8aea32b1892..1c33e27fd38 100644 --- a/dev-libs/distorm64/Manifest +++ b/dev-libs/distorm64/Manifest @@ -1 +1,2 @@ DIST distorm3-3.5.0.tar.gz 137500 BLAKE2B 01d426f0b76a232503ebe4e1edb719bcdd1480a6ab729f3e49eff3e3fee5e9e4af6e6051c1e7675b14aa39a2fc999df2c1535976bb0981a23baef0e78aec8bd3 SHA512 ad9415a0a1a65a7ad3824b19ec83df90459eeb153494efb6623a8f02c60b6d0cf61d7dae4143eb1dd0586f5c7a7115f4a53cea5609296f703e5db612ce925011 +DIST distorm3-3.5.1.tar.gz 137638 BLAKE2B cecd29dd30a78514e8f8275fef6d0d8338f8d3f5c22b9b48abf2a156b9dc14626455db92172a9bcf6ce36fab8975149395437697a464ce8dd7fb73e9acfcad9d SHA512 0f4cc669c0c562f8458f29d7d6c5d6c308e4681c1c1737d9d81dd2d02e11e5af236b7084d1b24980d1bd0fac514a043bb83d3b6c499b731d43cb4b7458172c48 diff --git a/dev-libs/distorm64/distorm64-3.5.1.ebuild b/dev-libs/distorm64/distorm64-3.5.1.ebuild new file mode 100644 index 00000000000..001d04eb479 --- /dev/null +++ b/dev-libs/distorm64/distorm64-3.5.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="The ultimate disassembler library (X86-32, X86-64)" +HOMEPAGE="http://www.ragestorm.net/distorm/" + +MY_PN=distorm3 +MY_P=${MY_PN}-${PV} + +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +DEPEND="" +RDEPEND="" + +LICENSE="BSD-4" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +python_install() { + distutils-r1_python_install + + # don't know why it does not happen by default + python_optimize +}