* [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/
@ 2015-08-14 10:18 Sergey Popov
0 siblings, 0 replies; 11+ messages in thread
From: Sergey Popov @ 2015-08-14 10:18 UTC (permalink / raw
To: gentoo-commits
commit: 0d4792cb19e19428aec85137d4609404e467bd8c
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 10:18:00 2015 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 10:18:00 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4792cb
net-proxy/bfilter: correct dependency for dev-libs/ace in stable ebuild
Package-Manager: portage-2.2.20
net-proxy/bfilter/bfilter-1.1.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-proxy/bfilter/bfilter-1.1.4-r1.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r1.ebuild
index 832e92f..773716a 100644
--- a/net-proxy/bfilter/bfilter-1.1.4-r1.ebuild
+++ b/net-proxy/bfilter/bfilter-1.1.4-r1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="amd64 x86"
IUSE="X debug"
RDEPEND="sys-libs/zlib
- dev-libs/ace
+ <dev-libs/ace-5.8.3
dev-libs/libsigc++:2
X? ( dev-cpp/gtkmm:2.4 x11-libs/libX11 )
dev-libs/boost"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/
@ 2015-08-14 10:18 Sergey Popov
0 siblings, 0 replies; 11+ messages in thread
From: Sergey Popov @ 2015-08-14 10:18 UTC (permalink / raw
To: gentoo-commits
commit: fb7db910c42376b6456e767efb631b960461af72
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 10:17:20 2015 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 10:17:20 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7db910
net-proxy/bfilter: revision bump. EAPI 5, epatch_user, add some explicit includes in package headers via sed call
Package-Manager: portage-2.2.20
net-proxy/bfilter/bfilter-1.1.4-r2.ebuild | 85 +++++++++++++++++++++++++++++++
1 file changed, 85 insertions(+)
diff --git a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
new file mode 100644
index 0000000..aabb5d8
--- /dev/null
+++ b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils user
+
+DESCRIPTION="An ad-filtering web proxy featuring an effective heuristic ad-detection algorithm"
+HOMEPAGE="http://bfilter.sourceforge.net/"
+SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X debug"
+
+RDEPEND="sys-libs/zlib
+ dev-libs/ace:=
+ dev-libs/libsigc++:2
+ X? ( dev-cpp/gtkmm:2.4 x11-libs/libX11 )
+ dev-libs/boost:="
+
+DEPEND="${RDEPEND}
+ dev-util/scons
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog )
+
+PATCHES=(
+ "${FILESDIR}/${P}-glib-2.32.patch"
+ "${FILESDIR}/${P}-external-boost.patch"
+ "${FILESDIR}/${P}-gtkmm-X11-underlinking.patch"
+)
+
+RESTRICT="test" # boost's test API has changed
+
+src_prepare() {
+ epatch ${PATCHES[@]}
+
+ # Some includes are missing and this breaks updates of ACE
+ sed -i \
+ -e "/#include <ace\/Synch.h>/a#include <ace\/Condition_T.h>\n#include <ace\/Guard_T.cpp>" \
+ libjs/nspr_impl/private.h \
+ main/*.h \
+ main/cache/*.h || die
+
+ mv configure.in configure.ac || die
+ rm -rf boost
+
+ epatch_user
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable debug) \
+ $(use_with X gui) \
+ --without-builtin-boost
+}
+
+src_install() {
+ default
+
+ insinto /etc/bfilter
+ doins "${FILESDIR}/forwarding.xml"
+
+ dodoc "${FILESDIR}/forwarding-proxy.xml"
+ dohtml doc/*
+
+ newinitd "${FILESDIR}/bfilter.init" bfilter
+ newconfd "${FILESDIR}/bfilter.conf" bfilter
+}
+
+pkg_preinst() {
+ enewgroup bfilter
+ enewuser bfilter -1 -1 -1 bfilter
+}
+
+pkg_postinst() {
+ elog "The documentation is available at"
+ elog " http://bfilter.sourceforge.net/documentation.php"
+ elog "For forwarding bfilter service traffic through a proxy,"
+ elog "see forwarding-proxy.xml example installed in the doc directory."
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/
@ 2015-12-23 20:38 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2015-12-23 20:38 UTC (permalink / raw
To: gentoo-commits
commit: 19bd08f64c87590f32ef2711396adaee6af75821
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 17:05:41 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 20:37:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19bd08f6
net-proxy/bfilter: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
net-proxy/bfilter/bfilter-1.1.4-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
index aabb5d8..78e1664 100644
--- a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
+++ b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-inherit autotools eutils user
+inherit autotools eutils flag-o-matic user
DESCRIPTION="An ad-filtering web proxy featuring an effective heuristic ad-detection algorithm"
HOMEPAGE="http://bfilter.sourceforge.net/"
@@ -53,6 +53,7 @@ src_prepare() {
}
src_configure() {
+ append-cxxflags -std=c++11
econf \
$(use_enable debug) \
$(use_with X gui) \
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/
@ 2015-12-25 15:13 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2015-12-25 15:13 UTC (permalink / raw
To: gentoo-commits
commit: 9e3cb6523c49c9c60edaf797195c384c51a00f31
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 15:11:53 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 15:11:53 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3cb652
net-proxy/bfilter: amd64 stable wrt bug #569522
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-proxy/bfilter/bfilter-1.1.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
index 78e1664..70561ab 100644
--- a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
+++ b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="X debug"
RDEPEND="sys-libs/zlib
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/
@ 2015-12-25 16:20 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2015-12-25 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 66e522c80dc19abe05ffdff2ab76d6a9b7a6d3a0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 16:18:50 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 16:18:50 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e522c8
net-proxy/bfilter: x86 stable wrt bug #569522
Package-Manager: portage-2.2.24
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-proxy/bfilter/bfilter-1.1.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
index 70561ab..b8c27d1 100644
--- a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
+++ b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="X debug"
RDEPEND="sys-libs/zlib
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/
@ 2015-12-25 16:41 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2015-12-25 16:41 UTC (permalink / raw
To: gentoo-commits
commit: 0409609b2682a0f64a8f878b17e86c89b850e6cc
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 16:40:01 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 16:40:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0409609b
net-proxy/bfilter: reduce length of DESCRIPTION to fit within 80 character limit
Package-Manager: portage-2.2.26
net-proxy/bfilter/bfilter-1.1.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
index b8c27d1..1096d81 100644
--- a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
+++ b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit autotools eutils flag-o-matic user
-DESCRIPTION="An ad-filtering web proxy featuring an effective heuristic ad-detection algorithm"
+DESCRIPTION="Ad-filtering web proxy featuring an effective heuristic ad-detection algorithm"
HOMEPAGE="http://bfilter.sourceforge.net/"
SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/
@ 2015-12-25 16:41 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2015-12-25 16:41 UTC (permalink / raw
To: gentoo-commits
commit: c3232327ae04fc2ad7792a633a25b6bdf2d7dcf1
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 16:38:31 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 16:40:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3232327
net-proxy/bfilter: remove old
Package-Manager: portage-2.2.26
net-proxy/bfilter/bfilter-1.1.4-r1.ebuild | 68 -------------------------------
1 file changed, 68 deletions(-)
diff --git a/net-proxy/bfilter/bfilter-1.1.4-r1.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r1.ebuild
deleted file mode 100644
index 773716a..0000000
--- a/net-proxy/bfilter/bfilter-1.1.4-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils autotools user
-
-DESCRIPTION="An ad-filtering web proxy featuring an effective heuristic ad-detection algorithm"
-HOMEPAGE="http://bfilter.sourceforge.net/"
-SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="X debug"
-
-RDEPEND="sys-libs/zlib
- <dev-libs/ace-5.8.3
- dev-libs/libsigc++:2
- X? ( dev-cpp/gtkmm:2.4 x11-libs/libX11 )
- dev-libs/boost"
-
-DEPEND="${RDEPEND}
- dev-util/scons
- virtual/pkgconfig"
-
-RESTRICT="test" # boost's test API has changed
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-glib-2.32.patch
- epatch "${FILESDIR}"/${P}-external-boost.patch
- epatch "${FILESDIR}"/${P}-gtkmm-X11-underlinking.patch
-
- rm -rf "${S}"/boost
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable debug) \
- $(use_with X gui) \
- --without-builtin-boost
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- insinto /etc/bfilter
- doins "${FILESDIR}"/forwarding.xml
-
- dodoc AUTHORS ChangeLog "${FILESDIR}"/forwarding-proxy.xml
- dohtml doc/*
-
- newinitd "${FILESDIR}/bfilter.init" bfilter
- newconfd "${FILESDIR}/bfilter.conf" bfilter
-}
-
-pkg_preinst() {
- enewgroup bfilter
- enewuser bfilter -1 -1 -1 bfilter
-}
-
-pkg_postinst() {
- elog "The documentation is available at"
- elog " http://bfilter.sourceforge.net/documentation.php"
- elog "For forwarding bfilter service traffic through a proxy,"
- elog "see forwarding-proxy.xml example installed in the doc directory."
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/
@ 2016-01-24 16:23 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2016-01-24 16:23 UTC (permalink / raw
To: gentoo-commits
commit: edcca8e69b5a4c02531fa4a004e8477fc540f549
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 16:16:05 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 16:23:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edcca8e6
net-proxy/bfilter: Add '-funsigned-char' to CXXFLAGS, prevent narrowing
Gentoo-Bug: 572072
* EAPI=6
Package-Manager: portage-2.2.27
net-proxy/bfilter/bfilter-1.1.4-r3.ebuild | 85 +++++++++++++++++++++++++++++++
1 file changed, 85 insertions(+)
diff --git a/net-proxy/bfilter/bfilter-1.1.4-r3.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r3.ebuild
new file mode 100644
index 0000000..767c009
--- /dev/null
+++ b/net-proxy/bfilter/bfilter-1.1.4-r3.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools flag-o-matic user
+
+DESCRIPTION="Ad-filtering web proxy featuring an effective heuristic ad-detection algorithm"
+HOMEPAGE="http://bfilter.sourceforge.net/"
+SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X debug"
+
+RDEPEND="sys-libs/zlib
+ dev-libs/ace:=
+ dev-libs/libsigc++:2
+ X? ( dev-cpp/gtkmm:2.4 x11-libs/libX11 )
+ dev-libs/boost:="
+
+DEPEND="${RDEPEND}
+ dev-util/scons
+ virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}/${P}-glib-2.32.patch"
+ "${FILESDIR}/${P}-external-boost.patch"
+ "${FILESDIR}/${P}-gtkmm-X11-underlinking.patch"
+)
+
+RESTRICT="test" # boost's test API has changed
+
+src_prepare() {
+ default
+
+ # Some includes are missing and this breaks updates of ACE
+ sed -i \
+ -e "/#include <ace\/Synch.h>/a#include <ace\/Condition_T.h>\n#include <ace\/Guard_T.cpp>" \
+ libjs/nspr_impl/private.h \
+ main/*.h \
+ main/cache/*.h || die
+
+ mv configure.{in,ac} || die
+ rm -r boost || die
+
+ eautoreconf
+}
+
+src_configure() {
+ append-cxxflags -std=c++11
+ # Required to prevent narrowing conversion in lexcode.cpp, #572072
+ append-cxxflags -funsigned-char
+ econf \
+ $(use_enable debug) \
+ $(use_with X gui) \
+ --without-builtin-boost
+}
+
+src_install() {
+ default
+
+ insinto /etc/bfilter
+ doins "${FILESDIR}/forwarding.xml"
+
+ dodoc "${FILESDIR}/forwarding-proxy.xml"
+ dodoc -r doc/*
+
+ newinitd "${FILESDIR}/bfilter.init" bfilter
+ newconfd "${FILESDIR}/bfilter.conf" bfilter
+}
+
+pkg_preinst() {
+ enewgroup bfilter
+ enewuser bfilter -1 -1 -1 bfilter
+}
+
+pkg_postinst() {
+ elog "The documentation is available at"
+ elog " http://bfilter.sourceforge.net/documentation.php"
+ elog "For forwarding bfilter service traffic through a proxy,"
+ elog "see forwarding-proxy.xml example installed in the doc directory."
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/
@ 2016-05-03 19:17 Austin English
0 siblings, 0 replies; 11+ messages in thread
From: Austin English @ 2016-05-03 19:17 UTC (permalink / raw
To: gentoo-commits
commit: 1ba78833ce4474e08fdcd1ada886b2abe49dc59a
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 18:49:51 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue May 3 19:17:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba78833
net-proxy/bfilter: remove old version
Package-Manager: portage-2.2.26
net-proxy/bfilter/bfilter-1.1.4-r3.ebuild | 85 -------------------------------
1 file changed, 85 deletions(-)
diff --git a/net-proxy/bfilter/bfilter-1.1.4-r3.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r3.ebuild
deleted file mode 100644
index 767c009..0000000
--- a/net-proxy/bfilter/bfilter-1.1.4-r3.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools flag-o-matic user
-
-DESCRIPTION="Ad-filtering web proxy featuring an effective heuristic ad-detection algorithm"
-HOMEPAGE="http://bfilter.sourceforge.net/"
-SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X debug"
-
-RDEPEND="sys-libs/zlib
- dev-libs/ace:=
- dev-libs/libsigc++:2
- X? ( dev-cpp/gtkmm:2.4 x11-libs/libX11 )
- dev-libs/boost:="
-
-DEPEND="${RDEPEND}
- dev-util/scons
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}/${P}-glib-2.32.patch"
- "${FILESDIR}/${P}-external-boost.patch"
- "${FILESDIR}/${P}-gtkmm-X11-underlinking.patch"
-)
-
-RESTRICT="test" # boost's test API has changed
-
-src_prepare() {
- default
-
- # Some includes are missing and this breaks updates of ACE
- sed -i \
- -e "/#include <ace\/Synch.h>/a#include <ace\/Condition_T.h>\n#include <ace\/Guard_T.cpp>" \
- libjs/nspr_impl/private.h \
- main/*.h \
- main/cache/*.h || die
-
- mv configure.{in,ac} || die
- rm -r boost || die
-
- eautoreconf
-}
-
-src_configure() {
- append-cxxflags -std=c++11
- # Required to prevent narrowing conversion in lexcode.cpp, #572072
- append-cxxflags -funsigned-char
- econf \
- $(use_enable debug) \
- $(use_with X gui) \
- --without-builtin-boost
-}
-
-src_install() {
- default
-
- insinto /etc/bfilter
- doins "${FILESDIR}/forwarding.xml"
-
- dodoc "${FILESDIR}/forwarding-proxy.xml"
- dodoc -r doc/*
-
- newinitd "${FILESDIR}/bfilter.init" bfilter
- newconfd "${FILESDIR}/bfilter.conf" bfilter
-}
-
-pkg_preinst() {
- enewgroup bfilter
- enewuser bfilter -1 -1 -1 bfilter
-}
-
-pkg_postinst() {
- elog "The documentation is available at"
- elog " http://bfilter.sourceforge.net/documentation.php"
- elog "For forwarding bfilter service traffic through a proxy,"
- elog "see forwarding-proxy.xml example installed in the doc directory."
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/
@ 2017-02-12 14:48 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2017-02-12 14:48 UTC (permalink / raw
To: gentoo-commits
commit: bad6e250c3d4bbd048f6a74840e3fb5237c9c2cc
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 14:45:28 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 14:48:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad6e250
net-proxy/bfilter: amd64 stable wrt bug #609066
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-proxy/bfilter/bfilter-1.1.4-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-proxy/bfilter/bfilter-1.1.4-r4.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r4.ebuild
index 767c009b24..029460da68 100644
--- a/net-proxy/bfilter/bfilter-1.1.4-r4.ebuild
+++ b/net-proxy/bfilter/bfilter-1.1.4-r4.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
# $Id$
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="X debug"
RDEPEND="sys-libs/zlib
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/
@ 2017-02-13 8:03 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2017-02-13 8:03 UTC (permalink / raw
To: gentoo-commits
commit: 2e9a45a32ac0f75c0d33bcccd7822e41ed20cdce
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 08:00:56 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 08:03:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9a45a3
net-proxy/bfilter: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-proxy/bfilter/bfilter-1.1.4-r2.ebuild | 86 -------------------------------
1 file changed, 86 deletions(-)
diff --git a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild b/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
deleted file mode 100644
index 4a3079ca28..0000000000
--- a/net-proxy/bfilter/bfilter-1.1.4-r2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils flag-o-matic user
-
-DESCRIPTION="Ad-filtering web proxy featuring an effective heuristic ad-detection algorithm"
-HOMEPAGE="http://bfilter.sourceforge.net/"
-SRC_URI="mirror://sourceforge/bfilter/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="X debug"
-
-RDEPEND="sys-libs/zlib
- dev-libs/ace:=
- dev-libs/libsigc++:2
- X? ( dev-cpp/gtkmm:2.4 x11-libs/libX11 )
- dev-libs/boost:="
-
-DEPEND="${RDEPEND}
- dev-util/scons
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog )
-
-PATCHES=(
- "${FILESDIR}/${P}-glib-2.32.patch"
- "${FILESDIR}/${P}-external-boost.patch"
- "${FILESDIR}/${P}-gtkmm-X11-underlinking.patch"
-)
-
-RESTRICT="test" # boost's test API has changed
-
-src_prepare() {
- epatch "${PATCHES[@]}"
-
- # Some includes are missing and this breaks updates of ACE
- sed -i \
- -e "/#include <ace\/Synch.h>/a#include <ace\/Condition_T.h>\n#include <ace\/Guard_T.cpp>" \
- libjs/nspr_impl/private.h \
- main/*.h \
- main/cache/*.h || die
-
- mv configure.in configure.ac || die
- rm -rf boost
-
- epatch_user
- eautoreconf
-}
-
-src_configure() {
- append-cxxflags -std=c++11
- econf \
- $(use_enable debug) \
- $(use_with X gui) \
- --without-builtin-boost
-}
-
-src_install() {
- default
-
- insinto /etc/bfilter
- doins "${FILESDIR}/forwarding.xml"
-
- dodoc "${FILESDIR}/forwarding-proxy.xml"
- dohtml doc/*
-
- newinitd "${FILESDIR}/bfilter.init" bfilter
- newconfd "${FILESDIR}/bfilter.conf" bfilter
-}
-
-pkg_preinst() {
- enewgroup bfilter
- enewuser bfilter -1 -1 -1 bfilter
-}
-
-pkg_postinst() {
- elog "The documentation is available at"
- elog " http://bfilter.sourceforge.net/documentation.php"
- elog "For forwarding bfilter service traffic through a proxy,"
- elog "see forwarding-proxy.xml example installed in the doc directory."
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2017-02-13 8:03 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-24 16:23 [gentoo-commits] repo/gentoo:master commit in: net-proxy/bfilter/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2017-02-13 8:03 Michael Palimaka
2017-02-12 14:48 Agostino Sarubbo
2016-05-03 19:17 Austin English
2015-12-25 16:41 Michael Palimaka
2015-12-25 16:41 Michael Palimaka
2015-12-25 16:20 Agostino Sarubbo
2015-12-25 15:13 Agostino Sarubbo
2015-12-23 20:38 Pacho Ramos
2015-08-14 10:18 Sergey Popov
2015-08-14 10:18 Sergey Popov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox