commit: ad6801c0058dde51a8a6822e3254f174c243e648
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 5 11:01:57 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov 5 11:03:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6801c0
dev-libs/distorm64: bump up to 3.3.4, drop old
Package-Manager: portage-2.3.2
dev-libs/distorm64/Manifest | 2 +-
...{distorm64-3.3-r1.ebuild => distorm64-3.3.4.ebuild} | 18 +++++++++---------
dev-libs/distorm64/metadata.xml | 1 -
3 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/dev-libs/distorm64/Manifest b/dev-libs/distorm64/Manifest
index f3f4c39..16447f9 100644
--- a/dev-libs/distorm64/Manifest
+++ b/dev-libs/distorm64/Manifest
@@ -1,2 +1,2 @@
DIST distorm-3.3.3.tar.gz 220254 SHA256
a99d49f111c1ae889c4368eaa11feed9d3d2cfd451081f8f3ddc90138eb045ab SHA512
abc37d050efcb7fd7c6e0f1ef055537f06059528fb48a07d159621adca8d905ee3a44b394d75e10aa69f2429fb1023e9282b349281acb3a9474148f195306fbf
WHIRLPOOL
d58924e2a7626d122abdff1823c25080cd98b7bedffc14865e84314d5f035fa24ff48dc7f3d5318bfc183ba22999453c79a4b76bc6a3b26d8e35ffbc52da8f7d
-DIST distorm3-3-sdist.zip 143096 SHA256
a4794af34bc71b1efebf155ff046b236af6b218c11c01127e63bdca340d43abe SHA512
a00a24af997d22c905ba7a311c7f7a4345458888163225266bf3f7f8449b12fa7089ad9154cbfa65ed2f9ffe1002b4475de812778792250bd714cb69c41f5eb9
WHIRLPOOL
bd2226394ed25fac93876ae5c7a0f5a073fccb056aa4e9b9bcdd06b2f9414954a0e4c5b94ca254637f648177282fe928f54f16368fd28dab644fe27c1c9f87e7
+DIST distorm-3.3.4.tar.gz 220334 SHA256
28e766b116a9b8294ff5ceb1dcfd83a9b0e2ffba1dfbbb6ef84ab18f9b138aee SHA512
172bb1a9a3f92089daf140fd019c94cf3b63f646b78e7aa527640819f418b1e3df2e2d727a76863a7800e6e3735c404054aeb48fceeec7a94f95480b89883b90
WHIRLPOOL
58b87fbaac9ab527816cb4ce2ae08f4ce1f621e822b8c46bec77e4fd62b27d226e9fb719b7ed3293c03a8f931752dc9b4ecb070551703a77b6769eb84d65f0bc
diff --git a/dev-libs/distorm64/distorm64-3.3-r1.ebuild
b/dev-libs/distorm64/distorm64-3.3.4.ebuild
similarity index 50%
rename from dev-libs/distorm64/distorm64-3.3-r1.ebuild
rename to dev-libs/distorm64/distorm64-3.3.4.ebuild
index b6fcb17..030b8f2 100644
--- a/dev-libs/distorm64/distorm64-3.3-r1.ebuild
+++ b/dev-libs/distorm64/distorm64-3.3.4.ebuild
@@ -1,27 +1,27 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python2_7 )
+# does not work with python3_4 as-is
+PYTHON_COMPAT=( python2_7 python3_4 )
-inherit distutils-r1 versionator
+inherit distutils-r1
DESCRIPTION="The ultimate disassembler library (X86-32, X86-64)"
HOMEPAGE="http://www.ragestorm.net/distorm/"
MY_PN=distorm
-MY_PV=$(replace_all_version_separators '-')
-MY_P=${MY_PN}${MY_PV}
+MY_P=${MY_PN}-${PV}
-SRC_URI="https://distorm.googlecode.com/files/${MY_P}-sdist.zip"
+SRC_URI="https://github.com/gdabah/${MY_PN}/archive/v${PV}.tar.gz ->
${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
-DEPEND="app-arch/unzip"
+DEPEND=""
RDEPEND=""
-LICENSE="GPL-3"
+LICENSE="BSD-4"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
diff --git a/dev-libs/distorm64/metadata.xml b/dev-libs/distorm64/metadata.xml
index e7f8cce..a0f34a8 100644
--- a/dev-libs/distorm64/metadata.xml
+++ b/dev-libs/distorm64/metadata.xml
@@ -16,7 +16,6 @@
<name>Sergei Trofimovich</name>
</maintainer>
<upstream>
- <remote-id type="google-code">distorm</remote-id>
<remote-id type="github">gdabah/distorm</remote-id>
</upstream>
</pkgmetadata>