* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2015-12-07 8:39 Anthony G. Basile
0 siblings, 0 replies; 22+ messages in thread
From: Anthony G. Basile @ 2015-12-07 8:39 UTC (permalink / raw
To: gentoo-commits
commit: 170cd9a9bbc4cc8eb5585a038721916e7990f666
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 7 08:46:49 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Dec 7 08:46:49 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170cd9a9
net-firewall/fwbuilder: add libressl support
Package-Manager: portage-2.2.20.1
net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild b/net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild
index 9980be1..b1d32a1 100644
--- a/net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="4"
+EAPI="5"
inherit eutils base qt4-r2 multilib autotools
@@ -12,11 +12,13 @@ SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
+IUSE="libressl"
-DEPEND=">=dev-qt/qtgui-4.3:4
- dev-libs/openssl
- dev-libs/elfutils"
+DEPEND="
+ !libressl? ( dev-libs/openssl:0 )
+ libressl? ( dev-libs/libressl )
+ dev-libs/elfutils
+ >=dev-qt/qtgui-4.3:4"
RDEPEND="${DEPEND}"
PATCHES=(
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2016-03-18 3:55 Aaron Bauman
0 siblings, 0 replies; 22+ messages in thread
From: Aaron Bauman @ 2016-03-18 3:55 UTC (permalink / raw
To: gentoo-commits
commit: ee8f0273c5e0a74c86a279b69587149bd0948a0d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 03:52:47 2016 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 03:52:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8f0273
net-firewall/fwbuilder: drop old unstable package
net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild | 50 ----------------------
1 file changed, 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 b1d32a1..0000000
--- 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."
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2016-03-18 3:55 Aaron Bauman
0 siblings, 0 replies; 22+ messages in thread
From: Aaron Bauman @ 2016-03-18 3:55 UTC (permalink / raw
To: gentoo-commits
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."
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2016-03-18 3:55 Aaron Bauman
0 siblings, 0 replies; 22+ messages in thread
From: Aaron Bauman @ 2016-03-18 3:55 UTC (permalink / raw
To: gentoo-commits
commit: b9fe7a212b4813eee8cfbda80a16a4ad65474e4b
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 03:51:00 2016 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 03:51:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9fe7a21
net-firewall/fwbuilder: update metadata.xml
net-firewall/fwbuilder/metadata.xml | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/net-firewall/fwbuilder/metadata.xml b/net-firewall/fwbuilder/metadata.xml
index aac0bfe..460c856 100644
--- a/net-firewall/fwbuilder/metadata.xml
+++ b/net-firewall/fwbuilder/metadata.xml
@@ -1,8 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">fwbuilder</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Gentoo Proxy Maintainers Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>bman@gentoo.org</email>
+ <name>Aaron Bauman</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>kevin.bauman80@gmail.com</email>
+ <name>Kevin Bauman</name>
+ <description>Proxied maintainer; set to assignee in all bugs</description>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2016-03-18 4:36 Aaron Bauman
0 siblings, 0 replies; 22+ messages in thread
From: Aaron Bauman @ 2016-03-18 4:36 UTC (permalink / raw
To: gentoo-commits
commit: babe5567be421032939a633e77083ed216b8f5ac
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 04:35:24 2016 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 04:35:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=babe5567
net-firewall/fwbuilder: fix broken Manifest
Package-Manager: portage-2.2.26
net-firewall/fwbuilder/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-firewall/fwbuilder/Manifest b/net-firewall/fwbuilder/Manifest
index 88afa0d..c1a2cbb 100644
--- a/net-firewall/fwbuilder/Manifest
+++ b/net-firewall/fwbuilder/Manifest
@@ -1,2 +1,2 @@
DIST fwbuilder-5.0.1.3592.tar.gz 6733502 SHA256 22120de712844b5d89a3f2924964c16cc86f96f2156ace7c3f551bd0d713c94b SHA512 aac34c97963819f0dca4a6bfa63987df45cdd6905164b49ae6f6a423f044fc52aeb09b15b2fc294e1aa3da97d3d31e75bdf9a690e383f579a2fb40ef656f4885 WHIRLPOOL 436e5f8c802e6b25c588f3296ac0cbce89aa818c53871296615980aee6b71b84a64a44808f7d2390ee73b11e83b2acc88d94c7b236df5caf83788d735276211f
-DIST fwbuilder-5.1.0.3599.tar.gz 7182573 SHA256 452514a1ec0be1416bfca93603e6c89deb91d1a3a19671c64b5a8868a3743daf SHA512 3a0d726736ad841a070a26b101fe4a5388a082e99146554fc60af53c10b1f01ccdd1206046502d355afdb0819ea28f7b309f6ae62b087b3de5da75d8dd56b62c WHIRLPOOL 28d38a1b7ba3a84f67342166d45a1a823c81fcf484e7f1aeced879fd42755badc9d3372d637fc6b8757ca633b78d853f0e489b31075c10ab4681e6c54e438e25
+DIST fwbuilder-5.3.6.tar.gz 7325429 SHA256 672c2870c3a2ce1eb504a97d17ea9a8eb6dd61ec314cf79b9488b48a356cdfa6 SHA512 70f6888d09c89a624ea35f119c1e00d5a7e57d993d8658fd164e35bce073503bf66f3c9e05ffa1b49ab9371cf219825d22a41c31604c63de5290dd64845e06af WHIRLPOOL a559061861447bff1657857c5a9f551e4eb0315fdea99199025d9cdaae3b1163cb69f97c36517bbe39998b0a9a97026d9737485b5a01144cd8296c502830e9b6
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2016-04-15 11:45 Michael Palimaka
0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2016-04-15 11:45 UTC (permalink / raw
To: gentoo-commits
commit: c641f67f157e23a170d9b4287d1866b76de54df4
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 11:45:40 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 11:45:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c641f67f
net-firewall/fwbuilder: add missing qt slot
Package-Manager: portage-2.2.28
net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
index 9a174dc..5e1b4a0 100644
--- a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
@@ -18,7 +18,7 @@ DEPEND="
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
dev-libs/elfutils
- >=dev-qt/qtgui-5.5.1-r1"
+ >=dev-qt/qtgui-5.5.1-r1:5"
RDEPEND="${DEPEND}"
src_prepare() {
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2017-01-15 3:58 Göktürk Yüksek
0 siblings, 0 replies; 22+ messages in thread
From: Göktürk Yüksek @ 2017-01-15 3:58 UTC (permalink / raw
To: gentoo-commits
commit: ae65221f36a3127640c55471828540cf6ab3caa2
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 03:58:09 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 03:58:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae65221f
net-firewall/fwbuilder: reorder maintainers, remove obsolete <description>
Package-Manager: portage-2.3.0
net-firewall/fwbuilder/metadata.xml | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/net-firewall/fwbuilder/metadata.xml b/net-firewall/fwbuilder/metadata.xml
index 460c856..58fba74 100644
--- a/net-firewall/fwbuilder/metadata.xml
+++ b/net-firewall/fwbuilder/metadata.xml
@@ -1,17 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Gentoo Proxy Maintainers Project</name>
+ <maintainer type="person">
+ <email>kevin.bauman80@gmail.com</email>
+ <name>Kevin Bauman</name>
</maintainer>
<maintainer type="person">
<email>bman@gentoo.org</email>
<name>Aaron Bauman</name>
</maintainer>
- <maintainer type="person">
- <email>kevin.bauman80@gmail.com</email>
- <name>Kevin Bauman</name>
- <description>Proxied maintainer; set to assignee in all bugs</description>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Gentoo Proxy Maintainers Project</name>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2017-09-24 8:34 Michael Palimaka
0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2017-09-24 8:34 UTC (permalink / raw
To: gentoo-commits
commit: f5f3b0c0a042d6ed032464bf97fd0eb6643d5628
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 08:25:36 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 08:33:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f3b0c0
net-firewall/fwbuilder: version bump 5.3.7
Closes: https://bugs.gentoo.org/587158
Closes: https://bugs.gentoo.org/597608
Closes: https://bugs.gentoo.org/599466
Closes: https://bugs.gentoo.org/612306
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-firewall/fwbuilder/Manifest | 1 +
net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild | 71 +++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
diff --git a/net-firewall/fwbuilder/Manifest b/net-firewall/fwbuilder/Manifest
index c1a2cbb5921..dd1bf7ab216 100644
--- a/net-firewall/fwbuilder/Manifest
+++ b/net-firewall/fwbuilder/Manifest
@@ -1,2 +1,3 @@
DIST fwbuilder-5.0.1.3592.tar.gz 6733502 SHA256 22120de712844b5d89a3f2924964c16cc86f96f2156ace7c3f551bd0d713c94b SHA512 aac34c97963819f0dca4a6bfa63987df45cdd6905164b49ae6f6a423f044fc52aeb09b15b2fc294e1aa3da97d3d31e75bdf9a690e383f579a2fb40ef656f4885 WHIRLPOOL 436e5f8c802e6b25c588f3296ac0cbce89aa818c53871296615980aee6b71b84a64a44808f7d2390ee73b11e83b2acc88d94c7b236df5caf83788d735276211f
DIST fwbuilder-5.3.6.tar.gz 7325429 SHA256 672c2870c3a2ce1eb504a97d17ea9a8eb6dd61ec314cf79b9488b48a356cdfa6 SHA512 70f6888d09c89a624ea35f119c1e00d5a7e57d993d8658fd164e35bce073503bf66f3c9e05ffa1b49ab9371cf219825d22a41c31604c63de5290dd64845e06af WHIRLPOOL a559061861447bff1657857c5a9f551e4eb0315fdea99199025d9cdaae3b1163cb69f97c36517bbe39998b0a9a97026d9737485b5a01144cd8296c502830e9b6
+DIST fwbuilder-5.3.7.tar.gz 7332419 SHA256 aba1ed8f690e9e4659c0e981120ea68da7ee327d6cf81260d51329351addf91e SHA512 d6504ddab17e80cb332f005b6bbb16c15a7b4735361733f0e0437cb94059a5c9039e563be6e0e8d328954db2416b2c0bdbb8afa36cd946f61e7c7edaee47453b WHIRLPOOL 0191f0f812b494bae9d4c00cc4a26315f32c378e5395270f56cd4e3d7d0c189d67ec154c28d9aaeecee0b0304c1bb5cf61db2a738b32b189ee53f306849fdfa9
diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
new file mode 100644
index 00000000000..7895ff36496
--- /dev/null
+++ b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools gnome2-utils qmake-utils
+
+DESCRIPTION="A firewall GUI"
+HOMEPAGE="http://www.fwbuilder.org/"
+SRC_URI="https://github.com/fwbuilder/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-libs/libxml2
+ dev-libs/libxslt
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtwidgets:5
+ sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ eapply_user
+
+ # bug 398743
+ sed -i -e '/dnl.*AM_INIT_AUTOMAKE/d' configure.in || die
+
+ # we need to run qmake ourselves using eqmake5 in src_configure to
+ # ensure we respect CC, *FLAGS, etc.
+ sed -i -e "/runqmake.sh/d" configure.in || die
+
+ # bug 426262
+ mv configure.in configure.ac || die
+
+ # don't install yet another copy of the GPL
+ sed -i -e '/COPYING/d' doc/doc.pro || die
+
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --without-{ccache,distcc} # portage handles ccache/distcc itself
+ --with-docdir="/usr/share/doc/${PF}"
+ --with-qmake="$(qt5_get_bindir)/qmake" # use fully-qualified qmake, bug #599466
+
+ # yes, we really do need to run both econf and eqmake5...
+ eqmake5
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+
+ elog "You need to install sys-apps/iproute2"
+ elog "in order to run the firewall script."
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2017-09-24 8:34 Michael Palimaka
0 siblings, 0 replies; 22+ messages in thread
From: Michael Palimaka @ 2017-09-24 8:34 UTC (permalink / raw
To: gentoo-commits
commit: 511cc297898638e49593dad34cc5f952782ef340
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 08:27:20 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 08:33:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511cc297
net-firewall/fwbuilder: restore ~ppc keyword
Package-Manager: Portage-2.3.8, Repoman-2.3.3
net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild | 4 ++--
net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
index 7d915ef062b..9ae8b3f7a8a 100644
--- a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="libressl"
DEPEND="
diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
index 7895ff36496..a3fb5b1aeb9 100644
--- a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/fwbuilder/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2017-11-23 20:49 Ulrich Müller
0 siblings, 0 replies; 22+ messages in thread
From: Ulrich Müller @ 2017-11-23 20:49 UTC (permalink / raw
To: gentoo-commits
commit: 92703cae06bcaa87658bcea53bcff7e6db451d7d
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 17:30:52 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 20:49:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92703cae
net-firewall/fwbuilder: [QA] Remove call to validate_desktop_entries.
This function is deprecated since a long time.
Bug: https://bugs.gentoo.org/612306
Package-Manager: Portage-2.3.14, Repoman-2.3.6
net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild | 4 +---
net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild | 2 --
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild b/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild
index beadb373cea..a43be83fccb 100644
--- a/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -45,8 +45,6 @@ src_install() {
}
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-5.3.6.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
index 9ae8b3f7a8a..153671b7ee5 100644
--- a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
@@ -38,8 +38,6 @@ src_install() {
}
pkg_postinst() {
- validate_desktop_entries
-
elog "You need to emerge sys-apps/iproute2"
elog "in order to run the firewall script."
}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2017-12-04 21:52 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2017-12-04 21:52 UTC (permalink / raw
To: gentoo-commits
commit: baac690c77b2f814720593a69a1c71534679ca3f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 4 21:46:52 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 4 21:52:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baac690c
net-firewall/fwbuilder: Drop 5.3.6
Package-Manager: Portage-2.3.16, Repoman-2.3.6
net-firewall/fwbuilder/Manifest | 1 -
net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild | 43 ---------------------------
2 files changed, 44 deletions(-)
diff --git a/net-firewall/fwbuilder/Manifest b/net-firewall/fwbuilder/Manifest
index 1951ebafc4c..df5061df626 100644
--- a/net-firewall/fwbuilder/Manifest
+++ b/net-firewall/fwbuilder/Manifest
@@ -1,3 +1,2 @@
DIST fwbuilder-5.0.1.3592.tar.gz 6733502 SHA256 22120de712844b5d89a3f2924964c16cc86f96f2156ace7c3f551bd0d713c94b SHA512 aac34c97963819f0dca4a6bfa63987df45cdd6905164b49ae6f6a423f044fc52aeb09b15b2fc294e1aa3da97d3d31e75bdf9a690e383f579a2fb40ef656f4885 WHIRLPOOL 436e5f8c802e6b25c588f3296ac0cbce89aa818c53871296615980aee6b71b84a64a44808f7d2390ee73b11e83b2acc88d94c7b236df5caf83788d735276211f
-DIST fwbuilder-5.3.6.tar.gz 7325429 SHA256 672c2870c3a2ce1eb504a97d17ea9a8eb6dd61ec314cf79b9488b48a356cdfa6 SHA512 70f6888d09c89a624ea35f119c1e00d5a7e57d993d8658fd164e35bce073503bf66f3c9e05ffa1b49ab9371cf219825d22a41c31604c63de5290dd64845e06af WHIRLPOOL a559061861447bff1657857c5a9f551e4eb0315fdea99199025d9cdaae3b1163cb69f97c36517bbe39998b0a9a97026d9737485b5a01144cd8296c502830e9b6
DIST fwbuilder-5.3.7.tar.gz 7332419 BLAKE2B 130c5ab413263b61b7a78dfabe8d0db861ddfd8bfcee62eb11b9ac8c229c9a9e2b6d8a22e296a12e0e9d0fd9b503882eb06e62f7dc0f62487d760191fce8b553 SHA512 d6504ddab17e80cb332f005b6bbb16c15a7b4735361733f0e0437cb94059a5c9039e563be6e0e8d328954db2416b2c0bdbb8afa36cd946f61e7c7edaee47453b
diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
deleted file mode 100644
index 153671b7ee5..00000000000
--- a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 ~ppc ~ppc64 ~x86"
-IUSE="libressl"
-
-DEPEND="
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
- dev-libs/elfutils
- >=dev-qt/qtgui-5.5.1-r1:5"
-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() {
- elog "You need to emerge sys-apps/iproute2"
- elog "in order to run the firewall script."
-}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2017-12-08 20:39 Thomas Deutschmann
0 siblings, 0 replies; 22+ messages in thread
From: Thomas Deutschmann @ 2017-12-08 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 9d8824be71de7d9f1be5d3451ce2b2c7cfd07918
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 8 20:15:12 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Dec 8 20:15:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8824be
net-firewall/fwbuilder: x86 stable (bug #639852)
Package-Manager: Portage-2.3.16, Repoman-2.3.6
net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
index 5b66d22b1b8..c9dd8f8091f 100644
--- a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/fwbuilder/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2017-12-10 21:22 Sergei Trofimovich
0 siblings, 0 replies; 22+ messages in thread
From: Sergei Trofimovich @ 2017-12-10 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 4b0bb2dcc7cc5d599d893107eab48c198c71ce61
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 21:18:26 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 21:22:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0bb2dc
net-firewall/fwbuilder: stable 5.3.7 for ppc/ppc64, bug #639852
Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"
net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
index c9dd8f8091f..21ac82a52ad 100644
--- a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/fwbuilder/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ppc ppc64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2018-01-07 19:24 Mikle Kolyada
0 siblings, 0 replies; 22+ messages in thread
From: Mikle Kolyada @ 2018-01-07 19:24 UTC (permalink / raw
To: gentoo-commits
commit: b9785b7c7509069897f2f58b05d67d4065ec0177
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 7 19:24:14 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 19:24:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9785b7c
net-firewall/fwbuilder: amd64 stable wrt bug #639852
Package-Manager: Portage-2.3.13, Repoman-2.3.3
net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
index 21ac82a52ad..c1b9b02547e 100644
--- a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/fwbuilder/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2019-06-17 23:29 Aaron Bauman
0 siblings, 0 replies; 22+ messages in thread
From: Aaron Bauman @ 2019-06-17 23:29 UTC (permalink / raw
To: gentoo-commits
commit: ed8a0debf7ce145cb74a01daceafbc0951a1bee1
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 23:29:11 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 23:29:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8a0deb
net-firewall/fwbuilder: drop to maintainer-needed
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-firewall/fwbuilder/metadata.xml | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/net-firewall/fwbuilder/metadata.xml b/net-firewall/fwbuilder/metadata.xml
index 797459b851a..6f49eba8f49 100644
--- a/net-firewall/fwbuilder/metadata.xml
+++ b/net-firewall/fwbuilder/metadata.xml
@@ -1,16 +1,5 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>kevin.bauman80@gmail.com</email>
- <name>Kevin Bauman</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Gentoo Proxy Maintainers Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">UNINETT/fwbuilder</remote-id>
- <remote-id type="sourceforge">fwbuilder</remote-id>
- </upstream>
+<!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2020-05-21 18:55 Andreas Sturmlechner
0 siblings, 0 replies; 22+ messages in thread
From: Andreas Sturmlechner @ 2020-05-21 18:55 UTC (permalink / raw
To: gentoo-commits
commit: 859a0561299baaa12fab87388ca2c6ac715a47b8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 18:54:54 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 18:55:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859a0561
net-firewall/fwbuilder: EAPI-7, fix HOMEPAGE, fix DESCRIPTION, xdg-utils
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
index c1b9b02547e..23cb633f9ae 100644
--- a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=7
-inherit autotools gnome2-utils qmake-utils
+inherit autotools qmake-utils xdg-utils
-DESCRIPTION="A firewall GUI"
-HOMEPAGE="http://www.fwbuilder.org/"
+DESCRIPTION="GUI management for iptables, PF, Cisco ASA/PIX/FWSM, Cisco router ACL and more"
+HOMEPAGE="https://github.com/fwbuilder/fwbuilder"
SRC_URI="https://github.com/fwbuilder/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
@@ -61,12 +61,12 @@ src_install() {
}
pkg_postinst() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
elog "You need to install sys-apps/iproute2"
elog "in order to run the firewall script."
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2021-10-14 4:26 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-10-14 4:26 UTC (permalink / raw
To: gentoo-commits
commit: 7ee2eaca9a1a759f617fc5dd1b78aa2a16fa2f33
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 04:26:18 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 04:26:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee2eaca
net-firewall/fwbuilder: restrict tests for now
Nearly got a decent chunk working though.
Closes: https://bugs.gentoo.org/810643
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
index f7a06413918..d1417c2d7df 100644
--- a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake
+inherit cmake virtualx
DESCRIPTION="A firewall management GUI for iptables, PF, Cisco routers and more"
HOMEPAGE="https://github.com/fwbuilder/fwbuilder"
@@ -14,7 +14,7 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
-RESTRICT="!test? ( test )"
+RESTRICT="!test? ( test ) test"
RDEPEND="
dev-libs/libxml2
@@ -34,6 +34,18 @@ PATCHES=(
"${FILESDIR}"/${P}-fix_version.patch
)
+src_prepare() {
+ # Hangs
+ sed -i \
+ -e '/add_subdirectory(.*Dialog.*Test)/d' \
+ -e '/add_subdirectory(RuleSetViewTest)/d' \
+ -e '/add_subdirectory(ObjectManipulatorTest)/d' \
+ -e '/add_subdirectory(RuleSetViewContextMenuTest)/d' \
+ src/unit_tests/CMakeLists.txt || die
+
+ cmake_src_prepare
+}
+
src_configure() {
local mycmakeargs=(
-DBUILD_TESTING=$(usex test)
@@ -42,6 +54,11 @@ src_configure() {
cmake_src_configure
}
+src_test() {
+ cp "${BUILD_DIR}"/src/libfwbuilder/etc/fwbuilder.dtd "${S}"/src/res || die
+ TEST_VERBOSE=1 FWB_RES_DIR="${S}/src/res" virtx cmake_src_test
+}
+
src_install() {
cmake_src_install
docompress -x /usr/share/man
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2021-10-14 9:45 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-10-14 9:45 UTC (permalink / raw
To: gentoo-commits
commit: e8b7a9cac178062834788f4a71e4a02f0d766e50
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 09:45:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 09:45:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b7a9ca
net-firewall/fwbuilder: Stabilize 6.0.0_rc1 amd64, #806589
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
index d1417c2d7df..a4378aafdb2 100644
--- a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
RESTRICT="!test? ( test ) test"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2021-10-15 6:00 Agostino Sarubbo
0 siblings, 0 replies; 22+ messages in thread
From: Agostino Sarubbo @ 2021-10-15 6:00 UTC (permalink / raw
To: gentoo-commits
commit: f26e7c217585d3e36206c3999026c9a32d37a73c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 06:00:10 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 06:00:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26e7c21
net-firewall/fwbuilder: x86 stable wrt bug #806589
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
index a4378aafdb2..786c06bf8a5 100644
--- a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test ) test"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2021-10-20 4:03 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-10-20 4:03 UTC (permalink / raw
To: gentoo-commits
commit: 6cb6c4dda4064bffa6d3f192bddd60c6882b0f6d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 04:03:25 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 04:03:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb6c4dd
net-firewall/fwbuilder: Stabilize 6.0.0_rc1 ppc, #806589
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
index 786c06bf8a5..abd49c4d4df 100644
--- a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test ) test"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2021-10-20 4:03 Sam James
0 siblings, 0 replies; 22+ messages in thread
From: Sam James @ 2021-10-20 4:03 UTC (permalink / raw
To: gentoo-commits
commit: 3501932e5b3c16b5795c346b8bc44074316a9384
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 20 04:03:28 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 04:03:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3501932e
net-firewall/fwbuilder: Stabilize 6.0.0_rc1 ppc64, #806589
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
index abd49c4d4df..7fc8236ca0f 100644
--- a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test ) test"
^ permalink raw reply related [flat|nested] 22+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
@ 2022-03-03 21:22 David Seifert
0 siblings, 0 replies; 22+ messages in thread
From: David Seifert @ 2022-03-03 21:22 UTC (permalink / raw
To: gentoo-commits
commit: e636016d9f3efd285bd6bbc87fddacffa0a76903
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 3 21:21:39 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Mar 3 21:21:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e636016d
net-firewall/fwbuilder: destabilise for ppc
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild | 4 ++--
net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
index 23cb633f9aee..2e5604a324f7 100644
--- a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/fwbuilder/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
IUSE=""
DEPEND="
diff --git a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
index 7fc8236ca0fb..9d701aa1ae56 100644
--- a/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-6.0.0_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test ) test"
^ permalink raw reply related [flat|nested] 22+ messages in thread
end of thread, other threads:[~2022-03-03 21:22 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-07 8:39 [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/ Anthony G. Basile
-- strict thread matches above, loose matches on Subject: below --
2016-03-18 3:55 Aaron Bauman
2016-03-18 3:55 Aaron Bauman
2016-03-18 3:55 Aaron Bauman
2016-03-18 4:36 Aaron Bauman
2016-04-15 11:45 Michael Palimaka
2017-01-15 3:58 Göktürk Yüksek
2017-09-24 8:34 Michael Palimaka
2017-09-24 8:34 Michael Palimaka
2017-11-23 20:49 Ulrich Müller
2017-12-04 21:52 Andreas Sturmlechner
2017-12-08 20:39 Thomas Deutschmann
2017-12-10 21:22 Sergei Trofimovich
2018-01-07 19:24 Mikle Kolyada
2019-06-17 23:29 Aaron Bauman
2020-05-21 18:55 Andreas Sturmlechner
2021-10-14 4:26 Sam James
2021-10-14 9:45 Sam James
2021-10-15 6:00 Agostino Sarubbo
2021-10-20 4:03 Sam James
2021-10-20 4:03 Sam James
2022-03-03 21:22 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox