diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-27 09:37:52 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-27 09:37:52 -0500 |
commit | 5336bfc66a4872f7f68ff9ecdf3ad7c3eeb297e2 (patch) | |
tree | 8fc24abddb54c3f9f13eb7c1129f0baf47cc7c5d /net-analyzer | |
parent | net-analyzer/pbnj: drop old (diff) | |
download | gentoo-5336bfc66a4872f7f68ff9ecdf3ad7c3eeb297e2.tar.gz gentoo-5336bfc66a4872f7f68ff9ecdf3ad7c3eeb297e2.tar.bz2 gentoo-5336bfc66a4872f7f68ff9ecdf3ad7c3eeb297e2.zip |
net-analyzer/bigeye: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/bigeye/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/bigeye/bigeye-0.3-r3.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/net-analyzer/bigeye/Manifest b/net-analyzer/bigeye/Manifest index df77a02a0176..bcd16714fd0d 100644 --- a/net-analyzer/bigeye/Manifest +++ b/net-analyzer/bigeye/Manifest @@ -1,3 +1,2 @@ -DIST bigeye-0.3-gcc34.diff.bz2 2774 BLAKE2B 51b1c4702b65b3e6b484d17e500b00d26bd137c74a8eb16b8521ffa621263ef89b650f1bdc967c50a8e5200cc857d42597e1f93279ec4acd01efe8ad9802cae0 SHA512 8ed54aa7b95aac8703e2bf99fde985cbbe7e62f7a6b549e58b2b54856336c5560c450a8c6ad9cbcdcd6bf61c842797c1abca001cfca20ff82614d8c328cab4ba DIST bigeye-0.3-gcc34.patch.xz 2564 BLAKE2B 17508c780f339aa2409616aa2bd4e37c3e9f8ba48626e9a3782ea60da2989d4a8543c8a97cecef34554265385b13019d3bc04a05c8809870e0cba20c72a76bf8 SHA512 c7005975a7b798521f0d8f7b646f168ff215c1b5a760e303f7cad8bb78e2324e8303f77a724bc6902ef7ee525d7e6dd5ccfdf366c39abcc436fc6edf503205af DIST bigeye-0.3.tgz 32462 BLAKE2B 509e958852d958f5fbb7197e567f8ebd1d7004027e4d8f3fe868d3af6719f76e445890a241d4438609b12695bd403fa246cec03b382a2c339d23c1456aa198e0 SHA512 73a146fd2f5df86a3d16dec05cf3f278393347f341a5cc319feccf6d23e1f2fe9d29070ac154a5b2336ade146843ab163e3545e9aefad1a0fa8903928d9b1ed0 diff --git a/net-analyzer/bigeye/bigeye-0.3-r3.ebuild b/net-analyzer/bigeye/bigeye-0.3-r3.ebuild deleted file mode 100644 index 597005a10170..000000000000 --- a/net-analyzer/bigeye/bigeye-0.3-r3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="network utility dump and simple honeypot utility" -HOMEPAGE="http://violating.us/projects/bigeye/" -SRC_URI="http://violating.us/projects/bigeye/download/${P}.tgz - mirror://gentoo/${P}-gcc34.diff.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -src_prepare() { - epatch \ - "${WORKDIR}"/${P}-gcc34.diff \ - "${FILESDIR}"/${P}-overflow.patch - sed -i README \ - -e "s|-- /messages/|-- /usr/share/bigeye/messages/|g" \ - || die "sed README" -} - -src_compile() { - cd src || die - $(tc-getCC) ${CFLAGS} ${LDFLAGS} bigeye.c emulate.c -o bigeye || die -} - -src_install() { - dobin src/bigeye - - insinto /usr/share/bigeye - doins sig.file - doins -r messages - - dodoc README -} |