* [gentoo-commits] gentoo-x86 commit in net-proxy/bfilter: ChangeLog bfilter-1.1.4.ebuild
@ 2008-07-13 13:59 Alin Nastac (mrness)
0 siblings, 0 replies; 3+ messages in thread
From: Alin Nastac (mrness) @ 2008-07-13 13:59 UTC (permalink / raw
To: gentoo-commits
mrness 08/07/13 13:59:13
Modified: ChangeLog
Added: bfilter-1.1.4.ebuild
Log:
Version bump.
(Portage version: 2.1.4.4)
Revision Changes Path
1.23 net-proxy/bfilter/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/bfilter/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 30 Dec 2007 10:48:31 -0000 1.22
+++ ChangeLog 13 Jul 2008 13:59:13 -0000 1.23
@@ -1,6 +1,13 @@
# ChangeLog for net-proxy/bfilter
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/ChangeLog,v 1.22 2007/12/30 10:48:31 mrness Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/ChangeLog,v 1.23 2008/07/13 13:59:13 mrness Exp $
+
+*bfilter-1.1.4 (13 Jul 2008)
+
+ 13 Jul 2008; Alin Năstac <mrness@gentoo.org>
+ +files/bfilter-1.1.4-external-boost.patch, -files/bfilter.8,
+ +bfilter-1.1.4.ebuild:
+ Version bump.
*bfilter-1.1.3 (30 Dec 2007)
1.1 net-proxy/bfilter/bfilter-1.1.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild?rev=1.1&content-type=text/plain
Index: bfilter-1.1.4.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild,v 1.1 2008/07/13 13:59:13 mrness Exp $
EAPI=1 # needed for slot dependencies
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="none"
inherit eutils autotools
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 ~sparc ~x86"
IUSE="X debug"
RDEPEND="sys-libs/zlib
dev-libs/ace
dev-libs/libsigc++:2
X? ( >=dev-cpp/gtkmm-2.4 )
dev-libs/boost"
DEPEND="${RDEPEND}
dev-util/scons
dev-util/pkgconfig"
RESTRICT="test" # boost's test API has changed
pkg_setup() {
if ! built_with_use --missing true dev-libs/boost threads ; then
eerror "${PN} needs dev-libs/boost with threads support."
die "Re-compile dev-libs/boost with USE=threads."
fi
}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-external-boost.patch
eautomake
}
src_compile() {
econf \
$(use_enable debug) \
$(use_with X gui) \
--without-builtin-boost || die "econf failed"
emake -j1 || die "emake failed"
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog
dohtml doc/*
newinitd "${FILESDIR}/bfilter.init" bfilter
newconfd "${FILESDIR}/bfilter.conf" bfilter
}
pkg_preinst() {
enewgroup bfilter
enewuser bfilter -1 -1 -1 bfilter
}
pkg_postinst() {
einfo "The documentation is available at"
einfo " http://bfilter.sourceforge.net/documentation.php"
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-proxy/bfilter: ChangeLog bfilter-1.1.4.ebuild
@ 2009-01-15 22:29 Markus Meier (maekke)
0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-01-15 22:29 UTC (permalink / raw
To: gentoo-commits
maekke 09/01/15 22:29:57
Modified: ChangeLog bfilter-1.1.4.ebuild
Log:
amd64/x86 stable, bug #254396
(Portage version: 2.1.6.6/cvs/Linux 2.6.28 x86_64, RepoMan options: --force)
Revision Changes Path
1.24 net-proxy/bfilter/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/bfilter/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 13 Jul 2008 13:59:13 -0000 1.23
+++ ChangeLog 15 Jan 2009 22:29:56 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for net-proxy/bfilter
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/ChangeLog,v 1.23 2008/07/13 13:59:13 mrness Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/ChangeLog,v 1.24 2009/01/15 22:29:56 maekke Exp $
+
+ 15 Jan 2009; Markus Meier <maekke@gentoo.org> bfilter-1.1.4.ebuild:
+ amd64/x86 stable, bug #254396
*bfilter-1.1.4 (13 Jul 2008)
1.2 net-proxy/bfilter/bfilter-1.1.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild?r1=1.1&r2=1.2
Index: bfilter-1.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bfilter-1.1.4.ebuild 13 Jul 2008 13:59:13 -0000 1.1
+++ bfilter-1.1.4.ebuild 15 Jan 2009 22:29:56 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild,v 1.1 2008/07/13 13:59:13 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild,v 1.2 2009/01/15 22:29:56 maekke Exp $
EAPI=1 # needed for slot dependencies
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc x86"
IUSE="X debug"
RDEPEND="sys-libs/zlib
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-proxy/bfilter: ChangeLog bfilter-1.1.4.ebuild
@ 2009-02-18 16:55 Raul Porcel (armin76)
0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-18 16:55 UTC (permalink / raw
To: gentoo-commits
armin76 09/02/18 16:55:46
Modified: ChangeLog bfilter-1.1.4.ebuild
Log:
sparc stable wrt #254396
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 ia64, RepoMan options: --force)
Revision Changes Path
1.25 net-proxy/bfilter/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/bfilter/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 15 Jan 2009 22:29:56 -0000 1.24
+++ ChangeLog 18 Feb 2009 16:55:46 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for net-proxy/bfilter
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/ChangeLog,v 1.24 2009/01/15 22:29:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/ChangeLog,v 1.25 2009/02/18 16:55:46 armin76 Exp $
+
+ 18 Feb 2009; Raúl Porcel <armin76@gentoo.org> bfilter-1.1.4.ebuild:
+ sparc stable wrt #254396
15 Jan 2009; Markus Meier <maekke@gentoo.org> bfilter-1.1.4.ebuild:
amd64/x86 stable, bug #254396
1.3 net-proxy/bfilter/bfilter-1.1.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild?r1=1.2&r2=1.3
Index: bfilter-1.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bfilter-1.1.4.ebuild 15 Jan 2009 22:29:56 -0000 1.2
+++ bfilter-1.1.4.ebuild 18 Feb 2009 16:55:46 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild,v 1.2 2009/01/15 22:29:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/bfilter/bfilter-1.1.4.ebuild,v 1.3 2009/02/18 16:55:46 armin76 Exp $
EAPI=1 # needed for slot dependencies
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~sparc x86"
+KEYWORDS="amd64 sparc x86"
IUSE="X debug"
RDEPEND="sys-libs/zlib
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-18 16:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-18 16:55 [gentoo-commits] gentoo-x86 commit in net-proxy/bfilter: ChangeLog bfilter-1.1.4.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2009-01-15 22:29 Markus Meier (maekke)
2008-07-13 13:59 Alin Nastac (mrness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox