diff options
author | Aaron Bauman <bman@gentoo.org> | 2016-03-18 12:52:47 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2016-03-18 12:52:47 +0900 |
commit | ee8f0273c5e0a74c86a279b69587149bd0948a0d (patch) | |
tree | 7ae5d41ecf4160db0300c11d2eaed98c1da59f73 /net-firewall | |
parent | net-firewall/fwbuilder: version bump; add Qt5 support; drop unneeded eclass s... (diff) | |
download | gentoo-ee8f0273c5e0a74c86a279b69587149bd0948a0d.tar.gz gentoo-ee8f0273c5e0a74c86a279b69587149bd0948a0d.tar.bz2 gentoo-ee8f0273c5e0a74c86a279b69587149bd0948a0d.zip |
net-firewall/fwbuilder: drop old unstable package
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild b/net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild deleted file mode 100644 index b1d32a18873c..000000000000 --- a/net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -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="libressl" - -DEPEND=" - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - dev-libs/elfutils - >=dev-qt/qtgui-4.3:4" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-5.0.0.3568-ldflags.patch" - "${FILESDIR}/${PN}-5.1.0.3599-gcc47.patch" -) - -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." -} |