diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-03 22:23:44 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-03 22:24:07 -0400 |
commit | 8b5aa37bd7dba87eaa5e467653d85df6dcf752d9 (patch) | |
tree | 64645396766376b6c77e8660a93a7280a7441460 /dev-libs/distorm64 | |
parent | */*: drop last-rited py2 packages (diff) | |
download | gentoo-8b5aa37bd7dba87eaa5e467653d85df6dcf752d9.tar.gz gentoo-8b5aa37bd7dba87eaa5e467653d85df6dcf752d9.tar.bz2 gentoo-8b5aa37bd7dba87eaa5e467653d85df6dcf752d9.zip |
dev-libs/distorm64: drop py2 only ebuild
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/distorm64')
-rw-r--r-- | dev-libs/distorm64/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/distorm64/distorm64-3.4.2.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-libs/distorm64/Manifest b/dev-libs/distorm64/Manifest index 500308122ca6..dcb628b42c2c 100644 --- a/dev-libs/distorm64/Manifest +++ b/dev-libs/distorm64/Manifest @@ -1,3 +1,2 @@ -DIST distorm3-3.4.2.tar.gz 182134 BLAKE2B 82bff5b12503acce156be2b2b16d2d60eb39329092dabfdd51815c468a7fa1e0cfe27351fb09e3f587054ec8262f5535d1b29f1269ccde94e01e1d326ba3df85 SHA512 a723bce70f0fddf065aa53fa7ea48c5e9f354c0fbe241c70ffd1404950fcf79b5ad6c6be64d20cb80567024bdc05e6bb41f788267a069c8e7b7b9dbb7c5c01af DIST distorm3-3.4.4.tar.gz 134803 BLAKE2B 4c496db182c874b1f2d3e1433b53f59c51000d18c2e128d642e8088cb3150757a54d16d4f8303a2d46dfa0e83a941f9e75798d03643835938451c4b4903fd1f4 SHA512 ee39054a37436bb2137261d8fcf6da5e4849ef649bfa323c4523c195c1d9ee90708057fd1e1818f676300a410a184006d8db54ec3eef9aa8f5fcd455b25fc7a2 DIST distorm3-3.5.0.tar.gz 137500 BLAKE2B 01d426f0b76a232503ebe4e1edb719bcdd1480a6ab729f3e49eff3e3fee5e9e4af6e6051c1e7675b14aa39a2fc999df2c1535976bb0981a23baef0e78aec8bd3 SHA512 ad9415a0a1a65a7ad3824b19ec83df90459eeb153494efb6623a8f02c60b6d0cf61d7dae4143eb1dd0586f5c7a7115f4a53cea5609296f703e5db612ce925011 diff --git a/dev-libs/distorm64/distorm64-3.4.2.ebuild b/dev-libs/distorm64/distorm64-3.4.2.ebuild deleted file mode 100644 index a1522b970ad8..000000000000 --- a/dev-libs/distorm64/distorm64-3.4.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) - -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 -} |