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 C74FD13835B for ; Fri, 2 Apr 2021 09:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2805FE09BE; Fri, 2 Apr 2021 09:54:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0B62AE09BE for ; Fri, 2 Apr 2021 09:54:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AF180340D06 for ; Fri, 2 Apr 2021 09:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F421C64A for ; Fri, 2 Apr 2021 09:54:04 +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: <1617357237.e3494fdb9e69485e8afb57dba17a9650e787cd22.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/distorm3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/distorm3/Manifest dev-libs/distorm3/distorm3-3.5.1.ebuild X-VCS-Directories: dev-libs/distorm3/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e3494fdb9e69485e8afb57dba17a9650e787cd22 X-VCS-Branch: master Date: Fri, 2 Apr 2021 09:54:04 +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: 6dda5b03-658b-4a4f-ae58-9b5b8b7b7c76 X-Archives-Hash: 8353aea869a6d7bde0b6e7db79932455 commit: e3494fdb9e69485e8afb57dba17a9650e787cd22 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Apr 2 09:49:25 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Apr 2 09:53:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3494fdb dev-libs/distorm3: drop old Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/distorm3/Manifest | 1 - dev-libs/distorm3/distorm3-3.5.1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-libs/distorm3/Manifest b/dev-libs/distorm3/Manifest index b1be86c66b2..96b5e6f5be6 100644 --- a/dev-libs/distorm3/Manifest +++ b/dev-libs/distorm3/Manifest @@ -1,2 +1 @@ -DIST distorm3-3.5.1.tar.gz 137638 BLAKE2B cecd29dd30a78514e8f8275fef6d0d8338f8d3f5c22b9b48abf2a156b9dc14626455db92172a9bcf6ce36fab8975149395437697a464ce8dd7fb73e9acfcad9d SHA512 0f4cc669c0c562f8458f29d7d6c5d6c308e4681c1c1737d9d81dd2d02e11e5af236b7084d1b24980d1bd0fac514a043bb83d3b6c499b731d43cb4b7458172c48 DIST distorm3-3.5.2.tar.gz 138371 BLAKE2B 76cc9c987d53a5c7336632ee96878df62865a862bba9b3d07fa95cd585aff428a0187033b78e0731f14a24cc37d7d19f290b2ca06a5a3dd6ee8116a0e68678c8 SHA512 bc08a12f87e6bf22ff9bbba8a34b88b0988b80ddec405c669ba5cd863545128f8b3df4b122a69f4849af3d08818c836b368332e6546871bdfee99e611b3f8d19 diff --git a/dev-libs/distorm3/distorm3-3.5.1.ebuild b/dev-libs/distorm3/distorm3-3.5.1.ebuild deleted file mode 100644 index 595dc882599..00000000000 --- a/dev-libs/distorm3/distorm3-3.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="The ultimate disassembler library (X86-32, X86-64)" -HOMEPAGE="http://www.ragestorm.net/distorm/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -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 -}