diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-27 11:10:27 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-27 11:28:24 -0500 |
commit | 8273539733d6dbfa009fd1ddc99109477f889fb1 (patch) | |
tree | 4bd0586fb07f6851763bb77dd1aa45372d4d1647 /net-misc/lanmap | |
parent | net-misc/csync: drop old EAPI (diff) | |
download | gentoo-8273539733d6dbfa009fd1ddc99109477f889fb1.tar.gz gentoo-8273539733d6dbfa009fd1ddc99109477f889fb1.tar.bz2 gentoo-8273539733d6dbfa009fd1ddc99109477f889fb1.zip |
net-misc/lanmap: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-misc/lanmap')
-rw-r--r-- | net-misc/lanmap/lanmap-81-r1.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/net-misc/lanmap/lanmap-81-r1.ebuild b/net-misc/lanmap/lanmap-81-r1.ebuild deleted file mode 100644 index 7c14fb94965d..000000000000 --- a/net-misc/lanmap/lanmap-81-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils toolchain-funcs - -DESCRIPTION="lanmap sits quietly on a network and builds a picture of what it sees" -HOMEPAGE="http://www.parseerror.com/lanmap" -SRC_URI="http://www.parseerror.com/${PN}/rev/${PN}-2006-03-07-rev${PV}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -CDEPEND="net-libs/libpcap" -RDEPEND=" - ${CDEPEND} - media-gfx/graphviz -" -DEPEND=" - ${CDEPEND} - app-arch/unzip -" - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${P}-make.patch - rm configure || die - eautoreconf -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - emake prefix="${ED}"/usr install - dodoc README.txt TODO.txt -} |