rm net-firewall/fwbuilder

This commit is contained in:
Florian Tham
2018-07-04 15:16:20 +02:00
parent e78e89f836
commit a845b66e0b
2 changed files with 0 additions and 44 deletions

View File

@@ -1 +0,0 @@
EBUILD fwbuilder-9999.ebuild 1003 SHA256 9d1a476e90a89d419e1b41036b23191566179f3272dd599025ce3e7fe7306a54 SHA512 c105267893327bf22014ee14c5c7d630fde7b55adadcc926ed33ae888c2f3d8a921b164ce25ce22cedaa662269a12af442585800b928958c9aeceb466ffe3584 WHIRLPOOL b1e3d9b52c69b396723ddd35be0ed986545bb4945c8123fd79a7970ba1faf85383c6cd15f91d0af1d8fcc675261931f61449ef4dddb5a210ef9833f5bd349365

View File

@@ -1,43 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild,v 1.4 2013/03/02 22:49:59 hwoarang Exp $
EAPI="4"
inherit eutils base qt4-r2 multilib autotools git-r3
DESCRIPTION="A firewall GUI"
HOMEPAGE="http://www.fwbuilder.org/"
EGIT_REPO_URI="https://github.com/UNINETT/fwbuilder.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND=">=dev-qt/qtgui-4.3:4
dev-libs/openssl
dev-libs/elfutils"
RDEPEND="${DEPEND}"
src_prepare() {
qt4-r2_src_prepare
sed -i -e '/dnl.*AM_INIT_AUTOMAKE/d' configure.in || die #398743
eautoreconf
}
src_configure() {
eqmake4
# portage handles ccache/distcc itself
econf --without-{ccache,distcc}
}
src_install() {
emake INSTALL_ROOT="${D}" install
}
pkg_postinst() {
validate_desktop_entries
elog "You need to emerge sys-apps/iproute2 on the machine"
elog "that will run the firewall script."
}