commit: 531500e4f8ed5191ba8206ef8d7cc062002f895b
Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 4 19:24:36 2016 +0000
Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Jul 4 19:28:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531500e4
dev-util/dissembler: bump to EAPI=6
EAPI 6 bump, update homepage and src_uri.
Package-Manager: portage-2.3.0
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
dev-util/dissembler/dissembler-0.9-r1.ebuild | 29 ++++++++++++++++++++++
.../dissembler/files/dissembler-0.9-build.patch | 4 +--
2 files changed, 31 insertions(+), 2 deletions(-)
diff --git a/dev-util/dissembler/dissembler-0.9-r1.ebuild
b/dev-util/dissembler/dissembler-0.9-r1.ebuild
new file mode 100644
index 0000000..6f8ac3e
--- /dev/null
+++ b/dev-util/dissembler/dissembler-0.9-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+MY_P=${PN}_${PV}
+DESCRIPTION="polymorphs bytecode to a printable ASCII string"
+HOMEPAGE="http://www.securiteam.com/tools/5MP0L2KFPA.html"
+SRC_URI="https://repo.palkeo.com/repositories/mirror7.meh.or.id/Tools/OTHER_TOOLS/ShellCode/${MY_P}.tgz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${P}-build.patch" )
+
+src_compile() {
+ emake CC="$(tc-getCC)" ${PN}
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc ${PN}.txt
+}
diff --git a/dev-util/dissembler/files/dissembler-0.9-build.patch
b/dev-util/dissembler/files/dissembler-0.9-build.patch
index 019dfec..0271d62 100644
--- a/dev-util/dissembler/files/dissembler-0.9-build.patch
+++ b/dev-util/dissembler/files/dissembler-0.9-build.patch
@@ -1,5 +1,5 @@
---- dissembler.c
-+++ dissembler.c
+--- a/dissembler.c
++++ b/dissembler.c
@@ -16,6 +16,9 @@
/* FOR EDUCATIONAL PURPOSES ONLY */