dev-util/dissembler: remove old
authorAndrew Savchenko <bircoph@gentoo.org>
Mon, 4 Jul 2016 19:28:24 +0000 (22:28 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Mon, 4 Jul 2016 19:28:37 +0000 (22:28 +0300)
Package-Manager: portage-2.3.0
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
dev-util/dissembler/dissembler-0.9.ebuild [deleted file]

diff --git a/dev-util/dissembler/dissembler-0.9.ebuild b/dev-util/dissembler/dissembler-0.9.ebuild
deleted file mode 100644 (file)
index 3ee7d80..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils toolchain-funcs
-
-MY_P=${PN}_${PV}
-DESCRIPTION="polymorphs bytecode to a printable ASCII string"
-HOMEPAGE="http://www.phiral.com/research/dissembler.html"
-SRC_URI="http://www.phiral.com/research/${MY_P}.tgz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" ${PN} || die
-}
-
-src_install() {
-       dobin ${PN} || die
-       dodoc ${PN}.txt
-}