summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-21 09:49:09 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-21 09:49:09 +0000
commita55fdb614d188ee46da73b8a132f2463304ca143 (patch)
treef7401483fef21da65b0c1aeb021398a36dd20a99 /net-firewall
parentRespect CFLAGS and CXXFLAGS, bug 372203 (diff)
downloadgentoo-2-a55fdb614d188ee46da73b8a132f2463304ca143.tar.gz
gentoo-2-a55fdb614d188ee46da73b8a132f2463304ca143.tar.bz2
gentoo-2-a55fdb614d188ee46da73b8a132f2463304ca143.zip
Remove old
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/fwbuilder/ChangeLog6
-rw-r--r--net-firewall/fwbuilder/fwbuilder-4.1.2.ebuild50
-rw-r--r--net-firewall/fwbuilder/fwbuilder-4.1.3.ebuild50
3 files changed, 5 insertions, 101 deletions
diff --git a/net-firewall/fwbuilder/ChangeLog b/net-firewall/fwbuilder/ChangeLog
index 5dce05c6bf76..ee8eb0aed4af 100644
--- a/net-firewall/fwbuilder/ChangeLog
+++ b/net-firewall/fwbuilder/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/fwbuilder
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/ChangeLog,v 1.107 2011/08/21 09:45:32 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/ChangeLog,v 1.108 2011/08/21 09:49:09 dilfridge Exp $
+
+ 21 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -fwbuilder-4.1.2.ebuild, -fwbuilder-4.1.3.ebuild:
+ Remove old
21 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
fwbuilder-4.2.2.3541.ebuild, +files/fwbuilder-4.2.2.3541-flags.patch,
diff --git a/net-firewall/fwbuilder/fwbuilder-4.1.2.ebuild b/net-firewall/fwbuilder/fwbuilder-4.1.2.ebuild
deleted file mode 100644
index bebd32dc73fd..000000000000
--- a/net-firewall/fwbuilder/fwbuilder-4.1.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-4.1.2.ebuild,v 1.1 2010/11/22 20:42:37 xmw Exp $
-
-EAPI="2"
-
-inherit eutils 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 ~x86 ~ppc ~ppc64"
-IUSE=""
-#IUSE="+pch"
-
-DEPEND="~net-libs/libfwbuilder-${PV}
- >=x11-libs/qt-gui-4.3
- dev-libs/openssl
- dev-libs/elfutils
- sys-devel/gnuconfig
- "
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- qt4-r2_src_prepare
- epatch "${FILESDIR}/4.x-qmake-use-LDFLAGS.patch"
- eautoreconf || die "eautoreconf failed"
-
- # 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 || die "econf failed"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "emake install failed"
-}
-
-pkg_postinst() {
- validate_desktop_entries
-
- elog "You need to emerge sys-apps/iproute2 on the machine"
- elog "that will run the firewall script."
-}
diff --git a/net-firewall/fwbuilder/fwbuilder-4.1.3.ebuild b/net-firewall/fwbuilder/fwbuilder-4.1.3.ebuild
deleted file mode 100644
index 2c4b0044c6dd..000000000000
--- a/net-firewall/fwbuilder/fwbuilder-4.1.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-4.1.3.ebuild,v 1.1 2010/12/29 20:14:28 xmw Exp $
-
-EAPI="2"
-
-inherit eutils 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 ~x86 ~ppc ~ppc64"
-IUSE=""
-#IUSE="+pch"
-
-DEPEND="~net-libs/libfwbuilder-${PV}
- >=x11-libs/qt-gui-4.3
- dev-libs/openssl
- dev-libs/elfutils
- sys-devel/gnuconfig
- "
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- qt4-r2_src_prepare
- epatch "${FILESDIR}/4.x-qmake-use-LDFLAGS.patch"
- eautoreconf || die "eautoreconf failed"
-
- # 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 || die "econf failed"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "emake install failed"
-}
-
-pkg_postinst() {
- validate_desktop_entries
-
- elog "You need to emerge sys-apps/iproute2 on the machine"
- elog "that will run the firewall script."
-}