diff options
Diffstat (limited to 'net-firewall/fwbuilder/fwbuilder-4.2.2.3541.ebuild')
-rw-r--r-- | net-firewall/fwbuilder/fwbuilder-4.2.2.3541.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/net-firewall/fwbuilder/fwbuilder-4.2.2.3541.ebuild b/net-firewall/fwbuilder/fwbuilder-4.2.2.3541.ebuild deleted file mode 100644 index 82c4cff5829b..000000000000 --- a/net-firewall/fwbuilder/fwbuilder-4.2.2.3541.ebuild +++ /dev/null @@ -1,51 +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-4.2.2.3541.ebuild,v 1.9 2013/03/02 22:49:59 hwoarang Exp $ - -EAPI=4 - -inherit eutils base qt4-r2 multilib autotools - -DESCRIPTION="A firewall GUI" -HOMEPAGE="http://www.fwbuilder.org/" -SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -DEPEND=">=dev-qt/qtgui-4.3:4 - dev-libs/openssl - dev-libs/elfutils - sys-devel/gnuconfig" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-flags.patch" - "${FILESDIR}/${P}-ccache.patch" -) - -src_prepare() { - qt4-r2_src_prepare - eautoreconf - - # This package fundamentally changed its build system. We have to - # manually copy config.{sub,guess} from /usr/share/gnuconfig/. - cp /usr/share/gnuconfig/config.{sub,guess} "${WORKDIR}/${P}/" \ - || die "failed to copy config.{sub,guess}" -} - -src_configure() { - econf --with-ccache=no --with-distcc=no -} - -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." -} |