hyenae: remove old ebuild

This commit is contained in:
Rick Farina (Zero_Chaos) 2017-02-03 15:14:02 -05:00
parent 7b26061095
commit c2bede16f7
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -1,27 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
MY_P=${P/_p/-}
DESCRIPTION="a highly flexible packet generator"
HOMEPAGE="http://sourceforge.net/projects/hyenae/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/libdnet
net-libs/libpcap
dev-libs/libnl"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
src_install() {
DESTDIR="${D}" emake install || die
}