commit:     1100de0c0de5b1f54dc3ea39c5ef87a8183d62d3
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 16:45:25 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 16:45:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1100de0c

net-firewall/pftop: Remove old

Package-Manager: portage-2.2.28

 net-firewall/pftop/Manifest            |  3 --
 net-firewall/pftop/pftop-0.5.ebuild    | 41 ---------------------------
 net-firewall/pftop/pftop-0.7-r1.ebuild | 50 ---------------------------------
 net-firewall/pftop/pftop-0.7.ebuild    | 51 ----------------------------------
 4 files changed, 145 deletions(-)

diff --git a/net-firewall/pftop/Manifest b/net-firewall/pftop/Manifest
index bbb6351..9d49385 100644
--- a/net-firewall/pftop/Manifest
+++ b/net-firewall/pftop/Manifest
@@ -1,5 +1,2 @@
-DIST pftop-0.5.tar.gz 24855 SHA256 
e5d0fd0d84285a52fd0d1944908d4c3e4f545ec0f0e11e9f9c29ce1536a9d0b7 SHA512 
0fe7d413e385a31d0716c5112eb20d9d2b7ed995e5f44acb94762265f684cf674f659196bfd307c60a280a58da7ac26f863437061f26f0819b4ce189023702b7
 WHIRLPOOL 
16ce84a4d9b216013f3f74494eca2a43a636086e2e2394cc421fba7cc165804d81faeaf97205f6778bd8e38fff6d3a98ecbe9e217c6501357bf69f04f619576b
-DIST pftop-0.7-patches-1.tar.bz2 5403 SHA256 
35564dbfc45859fee9d59b90cda510ca642e4a17ef2fdd5a771937a5fcbb96dc SHA512 
80ad35cd59d4e4ecc76d72e0973a13af9efcbbbf3a50f1fc8c3756c05ff04fc5db302dfddc0e2ac1a2d5abf8201e1cc3f0246a2df46e053ad2d6b3489ad118b8
 WHIRLPOOL 
621af8f990617b6af0eea4b3b939857e510d2b755e02718862cc48a15d04b570a523091f0311ac167b795116cbaa9bce6c16a3d3294035f3204c4b060e02e09b
-DIST pftop-0.7-patches-2.tar.bz2 10225 SHA256 
2bda1d635d30f4bf0b5e1080aca079345e6b2ce01421bf62f60e8a363e0331a2 SHA512 
57444d849e21848febe2189413ea01baa9855e05e7cfb491522da8da49ca2b49cc2fc08e3121ef1e34c9f63efbd2c20bd05ab2658514e08e5966bf0d9c3d3ed5
 WHIRLPOOL 
ba39d17605a1d15bb8763f04787399e9456f46fd06d75f7753ab764a6183b3fbb3509d7584e85040cefa352059945b8416b0ef9d50be2e9d02eea15d5f519005
 DIST pftop-0.7-patches-3.tar.bz2 10611 SHA256 
56826b18fb4b6559dd3ddec1d53ab7d84988dcb10f5b1abc6539f2f7ffb1ae22 SHA512 
7c8f438e8fc1c507313cf9fe69da2b27bdc57e4cf27b8b0d6153fb0c269d417a59ff93cd74987809b131ae2d148b659ca00d93da1346a515b11c1d8bbfc67f1f
 WHIRLPOOL 
c4c5f833daa9aef066351dd924e581dfd595d8ee0b987ee5dd5693480eca540ebbb4c603a1ceb4fc87678473ea4790e026b0ad86775187581aa6e285c19fbc4f
 DIST pftop-0.7.tar.gz 59765 SHA256 
afde859fab77597e4aae1ef6b87f1bb26a5ad8cb2b1d7316a12e5098153492af SHA512 
e9be01704adc112bd1f5dc011f7900754d600df6be50e28ee4a937faabe00b627ed4d1565e92560d750e70f5117533c494565f616f3562eae61301642d438713
 WHIRLPOOL 
af50aa66c7eecfa7bdd390f86e0953baac4ccd45652c6fadfbe952b201190fe402b667fb5c262449e503c3aac88916f23e6e2bc219803b5ea823670df85097dc

diff --git a/net-firewall/pftop/pftop-0.5.ebuild 
b/net-firewall/pftop/pftop-0.5.ebuild
deleted file mode 100644
index d3013e7..0000000
--- a/net-firewall/pftop/pftop-0.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2006-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit bsdmk
-DESCRIPTION="Pftop: curses-based utility 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";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses"
-
-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//.}
-                       ;;
-               *-freebsd5.[34])        OSLEVEL=35 ;;
-               *-freebsd6.[012])       OSLEVEL=37 ;;
-               *)
-                       die "Your OS/Version is not supported (${CHOST}), 
please report."
-                       ;;
-       esac
-
-       mkmake LOCALBASE="/usr" CFLAGS="${CFLAGS} -DOS_LEVEL=${OSLEVEL}" || die 
"pmake failed"
-}
-
-src_install() {
-       mkinstall DESTDIR=${D} LOCALBASE="/usr" MANDIR="/usr/share/man/man" 
install || die
-}

diff --git a/net-firewall/pftop/pftop-0.7-r1.ebuild 
b/net-firewall/pftop/pftop-0.7-r1.ebuild
deleted file mode 100644
index ac646b2..0000000
--- a/net-firewall/pftop/pftop-0.7-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-PATCH_PV=2
-
-inherit bsdmk flag-o-matic eutils
-
-DESCRIPTION="Pftop: curses-based utility 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="~x86-fbsd"
-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
-}

diff --git a/net-firewall/pftop/pftop-0.7.ebuild 
b/net-firewall/pftop/pftop-0.7.ebuild
deleted file mode 100644
index 8ec96bb..0000000
--- a/net-firewall/pftop/pftop-0.7.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-PATCH_PV=1
-
-inherit bsdmk flag-o-matic eutils
-
-DESCRIPTION="Pftop: curses-based utility 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="~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       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//.}
-                       ;;
-               *-freebsd5.[34])        OSLEVEL=35 ;;
-               *-freebsd6.[012])       OSLEVEL=37 ;;
-               *-freebsd*)             OSLEVEL=41 ;;
-               *)
-                       die "Your OS/Version is not supported (${CHOST}), 
please report."
-                       ;;
-       esac
-       append-flags "-DHAVE_SNPRINTF -DHAVE_VSNPRINTF -DOS_LEVEL=${OSLEVEL}"
-       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