summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-05-31 15:07:03 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-05-31 15:07:03 +0000
commit3fa0f51dee3e761d3a85d1fa5f1599154749a9cc (patch)
tree80e84726e40f5c2fa84a96a23123cc5685807846 /net-libs/libfwbuilder/libfwbuilder-2.0.7.ebuild
parentClean up. (diff)
downloadgentoo-2-3fa0f51dee3e761d3a85d1fa5f1599154749a9cc.tar.gz
gentoo-2-3fa0f51dee3e761d3a85d1fa5f1599154749a9cc.tar.bz2
gentoo-2-3fa0f51dee3e761d3a85d1fa5f1599154749a9cc.zip
Clean up.
(Portage version: 2.1_rc3-r2) (Unsigned Manifest commit)
Diffstat (limited to 'net-libs/libfwbuilder/libfwbuilder-2.0.7.ebuild')
-rw-r--r--net-libs/libfwbuilder/libfwbuilder-2.0.7.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-libs/libfwbuilder/libfwbuilder-2.0.7.ebuild b/net-libs/libfwbuilder/libfwbuilder-2.0.7.ebuild
deleted file mode 100644
index 430461f9ba7c..000000000000
--- a/net-libs/libfwbuilder/libfwbuilder-2.0.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libfwbuilder/libfwbuilder-2.0.7.ebuild,v 1.3 2005/07/11 10:55:37 carlo Exp $
-
-DESCRIPTION="Firewall Builder 2.0 API library and compiler framework"
-HOMEPAGE="http://www.fwbuilder.org/"
-SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~ppc64"
-IUSE="snmp ssl"
-
-DEPEND=">=dev-libs/libxml2-2.4.10
- >=dev-libs/libxslt-1.0.7
- snmp? ( net-analyzer/net-snmp )
- ssl? ( dev-libs/openssl )
- =x11-libs/qt-3*"
-
-src_compile() {
- export QMAKE="${QTDIR}/bin/qmake"
- econf `use_with ssl openssl` `use_with snmp ucdsnmp` || die
- emake || die
-}
-
-src_install() {
- make DDIR=${D} install || die
- prepalldocs
-}