public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
Date: Fri, 18 Mar 2016 03:55:20 +0000 (UTC)	[thread overview]
Message-ID: <1458273117.c30bec13d8cec7f20c64f21697e0bf713e00e0ad.bman@gentoo> (raw)

commit:     c30bec13d8cec7f20c64f21697e0bf713e00e0ad
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 03:51:57 2016 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 03:51:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30bec13

net-firewall/fwbuilder: version bump; add Qt5 support; drop unneeded eclass support and patches

 net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild | 46 +++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
new file mode 100644
index 0000000..9a174dc
--- /dev/null
+++ b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit qmake-utils autotools
+
+DESCRIPTION="A firewall GUI"
+HOMEPAGE="http://www.fwbuilder.org/"
+SRC_URI="https://github.com/UNINETT/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="libressl"
+
+DEPEND="
+	!libressl? ( dev-libs/openssl:0 )
+	libressl? ( dev-libs/libressl )
+	dev-libs/elfutils
+	>=dev-qt/qtgui-5.5.1-r1"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eapply_user
+	sed -i -e '/dnl.*AM_INIT_AUTOMAKE/d' configure.in || die #398743
+	mv configure.in configure.ac || die #426262
+	eautoreconf
+}
+
+src_configure() {
+	eqmake5
+	# 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"
+	elog "in order to run the firewall script."
+}


             reply	other threads:[~2016-03-18  3:55 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-18  3:55 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-30 21:00 [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/ Andreas Sturmlechner
2022-03-03 21:22 David Seifert
2021-10-20  4:03 Sam James
2021-10-20  4:03 Sam James
2021-10-15  6:00 Agostino Sarubbo
2021-10-14  9:45 Sam James
2021-10-14  4:26 Sam James
2020-05-21 18:55 Andreas Sturmlechner
2019-06-17 23:29 Aaron Bauman
2018-01-07 19:24 Mikle Kolyada
2017-12-10 21:22 Sergei Trofimovich
2017-12-08 20:39 Thomas Deutschmann
2017-12-04 21:52 Andreas Sturmlechner
2017-11-23 20:49 Ulrich Müller
2017-09-24  8:34 Michael Palimaka
2017-09-24  8:34 Michael Palimaka
2017-01-15  3:58 Göktürk Yüksek
2016-04-15 11:45 Michael Palimaka
2016-03-18  4:36 Aaron Bauman
2016-03-18  3:55 Aaron Bauman
2016-03-18  3:55 Aaron Bauman
2015-12-07  8:39 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458273117.c30bec13d8cec7f20c64f21697e0bf713e00e0ad.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox