diff options
author | 2016-11-05 11:01:57 +0000 | |
---|---|---|
committer | 2016-11-05 11:03:14 +0000 | |
commit | ad6801c0058dde51a8a6822e3254f174c243e648 (patch) | |
tree | 0935f32c8365d4475b3913e76da3efa6b08714e1 /dev-libs/distorm64/distorm64-3.3.4.ebuild | |
parent | app-text/libexttextcat: Stable for HPPA PPC64 (bug #596820). (diff) | |
download | gentoo-ad6801c0058dde51a8a6822e3254f174c243e648.tar.gz gentoo-ad6801c0058dde51a8a6822e3254f174c243e648.tar.bz2 gentoo-ad6801c0058dde51a8a6822e3254f174c243e648.zip |
dev-libs/distorm64: bump up to 3.3.4, drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-libs/distorm64/distorm64-3.3.4.ebuild')
-rw-r--r-- | dev-libs/distorm64/distorm64-3.3.4.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-libs/distorm64/distorm64-3.3.4.ebuild b/dev-libs/distorm64/distorm64-3.3.4.ebuild new file mode 100644 index 000000000000..030b8f2d2517 --- /dev/null +++ b/dev-libs/distorm64/distorm64-3.3.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +# does not work with python3_4 as-is +PYTHON_COMPAT=( python2_7 python3_4 ) + +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="" |