diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-25 20:19:30 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-25 20:31:44 +0000 |
commit | 03f1ec84605ea50c7f42c952b5190f041ddc83f9 (patch) | |
tree | c135133b2bcf4b07e08cc0082e71159df8fcaddb /dev-libs/distorm3 | |
parent | dev-libs/distorm64: bump up to 3.5.2 (diff) | |
download | gentoo-03f1ec84605ea50c7f42c952b5190f041ddc83f9.tar.gz gentoo-03f1ec84605ea50c7f42c952b5190f041ddc83f9.tar.bz2 gentoo-03f1ec84605ea50c7f42c952b5190f041ddc83f9.zip |
dev-libs/distorm64: rename to distorm3 matching upstream
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/distorm3')
-rw-r--r-- | dev-libs/distorm3/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/distorm3/distorm3-3.5.1.ebuild | 27 | ||||
-rw-r--r-- | dev-libs/distorm3/distorm3-3.5.2.ebuild | 27 | ||||
-rw-r--r-- | dev-libs/distorm3/metadata.xml | 19 |
4 files changed, 75 insertions, 0 deletions
diff --git a/dev-libs/distorm3/Manifest b/dev-libs/distorm3/Manifest new file mode 100644 index 000000000000..b1be86c66b29 --- /dev/null +++ b/dev-libs/distorm3/Manifest @@ -0,0 +1,2 @@ +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 new file mode 100644 index 000000000000..595dc882599f --- /dev/null +++ b/dev-libs/distorm3/distorm3-3.5.1.ebuild @@ -0,0 +1,27 @@ +# 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 +} diff --git a/dev-libs/distorm3/distorm3-3.5.2.ebuild b/dev-libs/distorm3/distorm3-3.5.2.ebuild new file mode 100644 index 000000000000..ca0ec447e8d4 --- /dev/null +++ b/dev-libs/distorm3/distorm3-3.5.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 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 +} diff --git a/dev-libs/distorm3/metadata.xml b/dev-libs/distorm3/metadata.xml new file mode 100644 index 000000000000..a490a1ed469a --- /dev/null +++ b/dev-libs/distorm3/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>patrick@gentoo.org</email> + <name>Patrick Lauer</name> + </maintainer> + <maintainer type="person"> + <email>ikelos@gentoo.org</email> + <name>Mike Auty</name> + </maintainer> + <maintainer type="person"> + <email>slyfox@gentoo.org</email> + <name>Sergei Trofimovich</name> + </maintainer> + <upstream> + <remote-id type="github">gdabah/distorm</remote-id> + </upstream> +</pkgmetadata> |