From 4b19be30aa626b327c885dae62c559ec0e9fb935 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Oct 2019 22:19:36 +0100 Subject: gentoo resync : 13.10.2019 --- app-emulation/vov/vov-2.0.0.ebuild | 53 -------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 app-emulation/vov/vov-2.0.0.ebuild (limited to 'app-emulation/vov/vov-2.0.0.ebuild') diff --git a/app-emulation/vov/vov-2.0.0.ebuild b/app-emulation/vov/vov-2.0.0.ebuild deleted file mode 100644 index 17fe7ee6c79f..000000000000 --- a/app-emulation/vov/vov-2.0.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit flag-o-matic - -DESCRIPTION="A tool that emulates the behavior of a Von-Neumann machine" -HOMEPAGE="http://home.gna.org/vov/" -SRC_URI="http://download.gna.org/vov/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="debug gprof" - -RDEPEND="" -DEPEND=">=sys-devel/flex-2.5.33-r3 - >=sys-apps/sed-4.1.5" - -src_unpack() -{ - unpack ${A} - - # do no install redundant documentation - cd "${S}" - sed -i 's/src scripts docs/src scripts/' "${S}/Makefile.in" -} - -src_compile() -{ - local fp_support="" - - if use gprof; then - filter-flags "-fomit-frame-pointer" - fp_support="--enable-frame-pointer" - fi - - econf \ - `use_enable gprof` \ - `use_enable debug` \ - ${fp_support} \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() -{ - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS README NEWS - doman docs/vov.1 -} -- cgit v1.2.3