+++ /dev/null
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-S=${WORKDIR}/${PN}
-DESCRIPTION="Firewall scripts that control iptables, FreeS/WAN, and squid"
-HOMEPAGE="http://fwipsec.sourceforge.net/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~sparc x86"
-
-DEPEND=">=net-firewall/iptables-1.2.7
- sys-apps/iproute2"
-
-src_install() {
- exeinto /etc/fwipsec
- doexe fwipsec.*
- doinitd fwipsec
-
- dodoc LICENSE DOCS/README*
- doman DOCS/*.5
-}
-
-pkg_postinst() {
- elog "Edit /etc/fwipsec/fwipsec.defs to set your base rules."
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">fwipsec</remote-id>
- </upstream>
-</pkgmetadata>