summaryrefslogtreecommitdiff
path: root/dev-libs/distorm3
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-libs/distorm3
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-libs/distorm3')
-rw-r--r--dev-libs/distorm3/Manifest1
-rw-r--r--dev-libs/distorm3/distorm3-3.5.2-r1.ebuild38
-rw-r--r--dev-libs/distorm3/files/distorm3-3.5.2-under.patch12
-rw-r--r--dev-libs/distorm3/metadata.xml12
4 files changed, 0 insertions, 63 deletions
diff --git a/dev-libs/distorm3/Manifest b/dev-libs/distorm3/Manifest
deleted file mode 100644
index 96b5e6f5be6f..000000000000
--- a/dev-libs/distorm3/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST distorm3-3.5.2.tar.gz 138371 BLAKE2B 76cc9c987d53a5c7336632ee96878df62865a862bba9b3d07fa95cd585aff428a0187033b78e0731f14a24cc37d7d19f290b2ca06a5a3dd6ee8116a0e68678c8 SHA512 bc08a12f87e6bf22ff9bbba8a34b88b0988b80ddec405c669ba5cd863545128f8b3df4b122a69f4849af3d08818c836b368332e6546871bdfee99e611b3f8d19
diff --git a/dev-libs/distorm3/distorm3-3.5.2-r1.ebuild b/dev-libs/distorm3/distorm3-3.5.2-r1.ebuild
deleted file mode 100644
index 6cdf915750bf..000000000000
--- a/dev-libs/distorm3/distorm3-3.5.2-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="The ultimate disassembler library (X86-32, X86-64)"
-HOMEPAGE="http://www.ragestorm.net/distorm/"
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( dev-lang/yasm )"
-
-PATCHES=( "${FILESDIR}"/${P}-under.patch )
-
-EPYTEST_DESELECT=(
- # outdated tests? API usage mismatch
- # https://github.com/gdabah/distorm/issues/173
- python/test_distorm3.py::Test::test_dummy
- python/test_distorm3.py::InstBin::test_dummy
- python/test_distorm3.py::Inst::test_dummy
-)
-
-distutils_enable_tests pytest
-
-python_install() {
- distutils-r1_python_install
-
- # don't know why it does not happen by default
- python_optimize
-}
diff --git a/dev-libs/distorm3/files/distorm3-3.5.2-under.patch b/dev-libs/distorm3/files/distorm3-3.5.2-under.patch
deleted file mode 100644
index 3a7971d55be3..000000000000
--- a/dev-libs/distorm3/files/distorm3-3.5.2-under.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://bugs.gentoo.org/797283
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -4,7 +4,7 @@ compile = 1
- optimize = 1
-
- [bdist_wininst]
--user-access-control = auto
-+user_access_control = auto
-
- [egg_info]
- tag_build =
diff --git a/dev-libs/distorm3/metadata.xml b/dev-libs/distorm3/metadata.xml
deleted file mode 100644
index 228e23190a66..000000000000
--- a/dev-libs/distorm3/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>patrick@gentoo.org</email>
- <name>Patrick Lauer</name>
- </maintainer>
- <upstream>
- <remote-id type="github">gdabah/distorm</remote-id>
- <remote-id type="pypi">distorm3</remote-id>
- </upstream>
-</pkgmetadata>