public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libfwbuilder: ChangeLog libfwbuilder-3.0.6.ebuild
@ 2009-09-01 10:38 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2009-09-01 10:38 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/01 10:38:28

  Modified:             ChangeLog
  Added:                libfwbuilder-3.0.6.ebuild
  Log:
  Bump to 3.0.6
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.86                 net-libs/libfwbuilder/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libfwbuilder/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libfwbuilder/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libfwbuilder/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libfwbuilder/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	26 Jul 2009 13:49:08 -0000	1.85
+++ ChangeLog	1 Sep 2009 10:38:28 -0000	1.86
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libfwbuilder
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libfwbuilder/ChangeLog,v 1.85 2009/07/26 13:49:08 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libfwbuilder/ChangeLog,v 1.86 2009/09/01 10:38:28 patrick Exp $
+
+*libfwbuilder-3.0.6 (01 Sep 2009)
+
+  01 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+  +libfwbuilder-3.0.6.ebuild:
+  Bump to 3.0.6
 
   26 Jul 2009; Brent Baude <ranger@gentoo.org> libfwbuilder-3.0.3.ebuild:
   Marking libfwbuilder-3.0.3 ppc64 for bug 235809



1.1                  net-libs/libfwbuilder/libfwbuilder-3.0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libfwbuilder/libfwbuilder-3.0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libfwbuilder/libfwbuilder-3.0.6.ebuild?rev=1.1&content-type=text/plain

Index: libfwbuilder-3.0.6.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libfwbuilder/libfwbuilder-3.0.6.ebuild,v 1.1 2009/09/01 10:38:28 patrick Exp $

EAPI="2"

inherit qt4

DESCRIPTION="Firewall Builder 3.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="~amd64 ~ppc ~ppc64 ~x86"
IUSE="bind snmp stlport"

DEPEND=">=dev-libs/libxml2-2.4.10
	>=dev-libs/libxslt-1.0.7
	snmp? ( net-analyzer/net-snmp )
	stlport? ( dev-libs/STLport )
	bind? ( net-dns/bind )
	x11-libs/qt-core"
RDEPEND="${DEPEND}"

src_prepare() {
	qt4_src_prepare

	sed -i \
		-e '/COPYING/d' -e '/INSTALL/d' \
		doc/doc.pro || die "sed failed"

	sed -i \
		-e '/\.\/runqmake\.sh$/d' \
		configure || die "sed configure failed"
}

src_configure() {
	use snmp || export with_ucdsnmp="no"
	econf \
		--with-docdir="/usr/share/doc/${PF}" \
		$(use_with stlport stlport) \
		$(use_with bind lwres)

	for pro_file in $(find "${S}" -name "*.pro"); do
		eqmake4 "${pro_file}" -o "$(dirname ${pro_file})/Makefile" "CONFIG+=nostrip" || die "running eqmake4 for ${pro_file} failed"
	done
}

src_install() {
	emake INSTALL_ROOT="${D}" install || die "emake install failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-01  5:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-01 10:38 [gentoo-commits] gentoo-x86 commit in net-libs/libfwbuilder: ChangeLog libfwbuilder-3.0.6.ebuild Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox