dev-util/dissembler: bump to EAPI=6
authorAndrew Savchenko <bircoph@gentoo.org>
Mon, 4 Jul 2016 19:24:36 +0000 (22:24 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Mon, 4 Jul 2016 19:28:37 +0000 (22:28 +0300)
EAPI 6 bump, update homepage and src_uri.

Package-Manager: portage-2.3.0
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
dev-util/dissembler/dissembler-0.9-r1.ebuild [new file with mode: 0644]
dev-util/dissembler/files/dissembler-0.9-build.patch

diff --git a/dev-util/dissembler/dissembler-0.9-r1.ebuild b/dev-util/dissembler/dissembler-0.9-r1.ebuild
new file mode 100644 (file)
index 0000000..6f8ac3e
--- /dev/null
@@ -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
+}
index 019dfec20ad6cda8f94cf778d992440fe333de4e..0271d624345270ad35bd22e0f8c8ebde137674fc 100644 (file)
@@ -1,5 +1,5 @@
---- dissembler.c
-+++ dissembler.c
+--- a/dissembler.c
++++ b/dissembler.c
 @@ -16,6 +16,9 @@
  
           /*   FOR EDUCATIONAL PURPOSES ONLY  */