commit:     55ae708c1b36cd58822f0b5a5f272ea8005de797
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 17:00:56 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 17:05:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ae708c

net-firewall/pftop: remove last rited pkg

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-firewall/pftop/Manifest            |  2 --
 net-firewall/pftop/metadata.xml        |  8 ------
 net-firewall/pftop/pftop-0.7-r2.ebuild | 49 ----------------------------------
 3 files changed, 59 deletions(-)

diff --git a/net-firewall/pftop/Manifest b/net-firewall/pftop/Manifest
deleted file mode 100644
index fa92b8b8f6a..00000000000
--- a/net-firewall/pftop/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pftop-0.7-patches-3.tar.bz2 10611 BLAKE2B 
1baccf91dad77dc2e8313f910f45eae19181791efab20af7398a421050f9ea239d975f52d4746a5d7d8b8245cf20913bda28e3541eb0a83549583b985842b118
 SHA512 
7c8f438e8fc1c507313cf9fe69da2b27bdc57e4cf27b8b0d6153fb0c269d417a59ff93cd74987809b131ae2d148b659ca00d93da1346a515b11c1d8bbfc67f1f
-DIST pftop-0.7.tar.gz 59765 BLAKE2B 
e2d753c2a8580eb62b76d0c3ab4a6614ade922de9fdcf31c948cbab691a1f6520da8724371489a5913daf334ae21cb2a8ec04c1b07fb26376115874a5433a886
 SHA512 
e9be01704adc112bd1f5dc011f7900754d600df6be50e28ee4a937faabe00b627ed4d1565e92560d750e70f5117533c494565f616f3562eae61301642d438713

diff --git a/net-firewall/pftop/metadata.xml b/net-firewall/pftop/metadata.xml
deleted file mode 100644
index 14471d2862d..00000000000
--- a/net-firewall/pftop/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <use>
-               <flag name="altq">Enable altq(4) support — alternate queuing of 
network packets.</flag>
-       </use>
-</pkgmetadata>

diff --git a/net-firewall/pftop/pftop-0.7-r2.ebuild 
b/net-firewall/pftop/pftop-0.7-r2.ebuild
deleted file mode 100644
index eef79663b6c..00000000000
--- a/net-firewall/pftop/pftop-0.7-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-PATCH_PV=3
-
-inherit bsdmk flag-o-matic eutils
-
-DESCRIPTION="Tool for real-time display of active states and rule statistics 
for pf"
-HOMEPAGE="http://www.eee.metu.edu.tr/~canacar/pftop/";
-SRC_URI="http://www.eee.metu.edu.tr/~canacar/${P}.tar.gz
-       mirror://gentoo/${P}-patches-${PATCH_PV}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="altq"
-
-RDEPEND="sys-libs/ncurses"
-
-src_prepare() {
-       epatch "${WORKDIR}"/patches/*
-}
-
-src_compile() {
-       # OS_LEVEL variable refers to the version of pf shipped with OpenBSD.
-       # On FreeBSD we have to know it.
-       local OSLEVEL
-
-       case ${CHOST} in
-               *-openbsd*)
-                       local obsdver=${CHOST/*-openbsd/}
-                       OSLEVEL=${obsdver//.}
-                       ;;
-               *-freebsd[78]*) OSLEVEL=41 ;;
-               *-freebsd9*)    OSLEVEL=45 ;;
-               *)
-                       die "Your OS/Version is not supported (${CHOST}), 
please report."
-                       ;;
-       esac
-       append-flags "-DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DOS_LEVEL=${OSLEVEL}"
-       use altq && append-flags "-DHAVE_ALTQ"
-       mkmake LOCALBASE="/usr" CFLAGS="${CFLAGS}" || die "pmake failed"
-}
-
-src_install() {
-       mkinstall DESTDIR="${D}" LOCALBASE="/usr" MANDIR="/usr/share/man/man" \
-               NO_MANCOMPRESS= install || die
-}

Reply via email to