From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 293811382C5 for ; Fri, 27 Nov 2020 14:46:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04EBAE0831; Fri, 27 Nov 2020 14:46:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1F92E0831 for ; Fri, 27 Nov 2020 14:46:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA1EB340FD8 for ; Fri, 27 Nov 2020 14:46:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0355247B for ; Fri, 27 Nov 2020 14:46:40 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606488227.2a6872dc433aaa95f4a0e93e70885f755aa07bdf.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/yersinia/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/yersinia/Manifest net-analyzer/yersinia/yersinia-0.7.3.ebuild X-VCS-Directories: net-analyzer/yersinia/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2a6872dc433aaa95f4a0e93e70885f755aa07bdf X-VCS-Branch: master Date: Fri, 27 Nov 2020 14:46:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 77b71a2a-9334-4083-b011-227bf336ac01 X-Archives-Hash: 1fdc91a3adbd1ebb3bf3b844b7bd6dc4 commit: 2a6872dc433aaa95f4a0e93e70885f755aa07bdf Author: Aaron Bauman gentoo org> AuthorDate: Fri Nov 27 14:43:47 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Nov 27 14:43:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6872dc net-analyzer/yersinia: drop old Signed-off-by: Aaron Bauman gentoo.org> net-analyzer/yersinia/Manifest | 1 - net-analyzer/yersinia/yersinia-0.7.3.ebuild | 53 ----------------------------- 2 files changed, 54 deletions(-) diff --git a/net-analyzer/yersinia/Manifest b/net-analyzer/yersinia/Manifest index 3795e6db1ce..36a60ac0659 100644 --- a/net-analyzer/yersinia/Manifest +++ b/net-analyzer/yersinia/Manifest @@ -1,2 +1 @@ -DIST yersinia-0.7.3.tar.gz 378124 BLAKE2B 032015045cd5683c8853504bd821ebb3decbeaeea933a14983eec6498de33db79771ddeb08934c6ddf82db620aba89c84ac8c369af25e7bc19d820395ba68b57 SHA512 60a1b58e6d76448e9332656645b468a6aa66afa0f45ea4b70a929651194a294b9b559bbe5fbacaeb475126e7ac248cd97c29f3177e5080286b2f551f1400d339 DIST yersinia-0.8.2.tar.gz 387889 BLAKE2B 67fe92b9cd1253874c61fa38c8e89e023f7d0ec3b83fe3001b5bc203d4033e36cb94b453ed56426b34d942036a143bd135f247466425337478f292797a433652 SHA512 2c7c89f19b6791150c472a6066b6ffaf9ac5b3d1a3d2e6a27f91293bba9a0f72d147266731e5e2670e4bf7e67ccf04b6e353071ca42d3d281b25126c9bfcb1dd diff --git a/net-analyzer/yersinia/yersinia-0.7.3.ebuild b/net-analyzer/yersinia/yersinia-0.7.3.ebuild deleted file mode 100644 index bc346d8cf0d..00000000000 --- a/net-analyzer/yersinia/yersinia-0.7.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils - -DESCRIPTION="A layer 2 attack framework" -HOMEPAGE="http://www.yersinia.net/" -SRC_URI="http://www.yersinia.net/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gtk ncurses" - -RDEPEND=" - ncurses? ( >=sys-libs/ncurses-5.5 ) - gtk? ( =x11-libs/gtk+-2* ) - >=net-libs/libnet-1.1.2 - >=net-libs/libpcap-0.9.4 -" -DEPEND=" - virtual/pkgconfig - ${RDEPEND} -" - -DOCS=( AUTHORS ChangeLog FAQ README THANKS TODO ) - -S="${WORKDIR}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.7.1-no-ncurses.patch - epatch "${FILESDIR}"/${PN}-0.7.3-tinfo.patch - - if ! use gtk; then - #bug #514802 - sed -i -e '/AM_GLIB_GNU_GETTEXT/d' configure.in || die - fi - - eautoreconf -} - -src_configure() { - econf \ - --enable-admin \ - --with-pcap-includes=/usr/include \ - $(use_with ncurses) \ - $(use_enable gtk) -} - -src_compile() { - emake CFLAGS="${CFLAGS}" -}