diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-12 22:25:28 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-12 22:32:38 +0000 |
commit | cf9e365fbfae95f56875aa653c03434b01320ada (patch) | |
tree | 0f6fc52e3b78b90edc9e5b4a79bb88845cf45e3f /dev-libs/distorm64 | |
parent | dev-libs/editline: drop old (diff) | |
download | gentoo-cf9e365fbfae95f56875aa653c03434b01320ada.tar.gz gentoo-cf9e365fbfae95f56875aa653c03434b01320ada.tar.bz2 gentoo-cf9e365fbfae95f56875aa653c03434b01320ada.zip |
dev-libs/distorm64: drop old
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/distorm64')
-rw-r--r-- | dev-libs/distorm64/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/distorm64/distorm64-3.3.8.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/distorm64/Manifest b/dev-libs/distorm64/Manifest index baff47c98a8d..d0c9a7c62a7e 100644 --- a/dev-libs/distorm64/Manifest +++ b/dev-libs/distorm64/Manifest @@ -1,2 +1 @@ -DIST distorm-3.3.8.tar.gz 219869 BLAKE2B 91be3a56f1ffcff96ab345c8dd42a4f17b22f40299c5c16b77b3074ba2e071d747aa2e91adeea3cb78e3787cc42d5ad4544b89c3ed5b7940d9156168acc8da62 SHA512 bf65fe500089b4aa38d6430eb985f1dc3494b43c829379c56f91b5b4b25d19504fa3781a2fb2b03946f541962f6e564e46d6ec464c469ee21ecb773303b8494e DIST distorm-3.4.1.tar.gz 220042 BLAKE2B a845fb3b5a3c98c1b25601896785273668b48c8477dd29c5db4c4ddcf3cdfe73095e3c4c883ca0909820430989a412d9b47c87471450eba2a4d969a9a03d32c1 SHA512 0e9f8b62bc190ef7d516f1902b6003adef9c7d5d4a5f985fb0bdfc5d4838b2805e2b8836b02d5eccdb3401e814417de615dec675aed9e606c93122ca8a0d2083 diff --git a/dev-libs/distorm64/distorm64-3.3.8.ebuild b/dev-libs/distorm64/distorm64-3.3.8.ebuild deleted file mode 100644 index 7dfb9b4d3560..000000000000 --- a/dev-libs/distorm64/distorm64-3.3.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="The ultimate disassembler library (X86-32, X86-64)" -HOMEPAGE="http://www.ragestorm.net/distorm/" - -MY_PN=distorm -MY_P=${MY_PN}-${PV} - -SRC_URI="https://github.com/gdabah/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -DEPEND="" -RDEPEND="" - -LICENSE="BSD-4" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" |