diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-04 12:29:28 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-04 12:30:09 +0100 |
commit | cbd85e155aedfd660c283da4abc00887b6044d45 (patch) | |
tree | a062594a92485f1c8ae71b0f42abca98f9dc091f /dev-libs/distorm64/distorm64-3.1.ebuild | |
parent | dev-libs/distorm64: bump up to 3.3.3 (diff) | |
download | gentoo-cbd85e155aedfd660c283da4abc00887b6044d45.tar.gz gentoo-cbd85e155aedfd660c283da4abc00887b6044d45.tar.bz2 gentoo-cbd85e155aedfd660c283da4abc00887b6044d45.zip |
dev-libs/distorm64: drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-libs/distorm64/distorm64-3.1.ebuild')
-rw-r--r-- | dev-libs/distorm64/distorm64-3.1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-libs/distorm64/distorm64-3.1.ebuild b/dev-libs/distorm64/distorm64-3.1.ebuild deleted file mode 100644 index a35940460c07..000000000000 --- a/dev-libs/distorm64/distorm64-3.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.5" - -inherit eutils distutils python - -DESCRIPTION="The ultimate disassembler library (X86-32, X86-64)" -HOMEPAGE="http://www.ragestorm.net/distorm/" - -# This is not nice - hardcoding is bad -SRC_URI="https://distorm.googlecode.com/files/distorm3-1.0.zip" -S="${WORKDIR}/distorm3-1.0" - -DEPEND="app-arch/unzip" -RDEPEND="" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -pkg_setup() { - python_pkg_setup -} - -src_compile() { - distutils_src_compile -} |