summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-11-29 10:55:48 +0100
committerDavid Seifert <soap@gentoo.org>2020-11-29 10:55:48 +0100
commitf1f6458e4780457bc1626070719672d55fc1d60e (patch)
tree484562b20cd69a0f4f83658d679cb2cba5cddb79 /net-firewall
parentnet-firewall/psad: Remove old (diff)
downloadgentoo-f1f6458e4780457bc1626070719672d55fc1d60e.tar.gz
gentoo-f1f6458e4780457bc1626070719672d55fc1d60e.tar.bz2
gentoo-f1f6458e4780457bc1626070719672d55fc1d60e.zip
net-firewall/itval: Remove old
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/itval/itval-1.2_p20121104.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-firewall/itval/itval-1.2_p20121104.ebuild b/net-firewall/itval/itval-1.2_p20121104.ebuild
deleted file mode 100644
index 4f5b701647f9..000000000000
--- a/net-firewall/itval/itval-1.2_p20121104.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-CMAKE_IN_SOURCE_BUILD=1
-inherit cmake-utils versionator
-
-MY_PN="ITVal"
-MY_PV="$(get_version_component_range 3)"
-MY_PV="${MY_PV/p/}"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="Iptables policy testing and validation tool"
-HOMEPAGE="http://itval.sourceforge.net"
-SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-libs/fddl"
-DEPEND="
- sys-devel/flex
- sys-devel/bison
- ${RDEPEND}
-"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( AUTHORS ChangeLog README RELEASE )
-
-src_install() {
- default
- doman man/ITVal.n
-}