Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 112260 | Differences between
and this patch

Collapse All | Expand All

(-)bfilter-0.9.4.ebuild (-4 / +14 lines)
Lines 14-23 Link Here
14
IUSE="X debug"
14
IUSE="X debug"
15
15
16
RDEPEND="sys-libs/zlib
16
RDEPEND="sys-libs/zlib
17
	dev-libs/popt
17
	dev-libs/ace
18
	=dev-libs/libsigc++-1.2*
18
	=dev-libs/libsigc++-1.2*
19
	X? ( =dev-cpp/gtkmm-2.2* )"
19
	X? ( >=dev-cpp/gtkmm-2.4* )"
20
DEPEND="${RDEPEND}
20
DEPEND="${RDEPEND}
21
	dev-util/scons
21
	dev-util/pkgconfig"
22
	dev-util/pkgconfig"
22
23
23
src_unpack() {
24
src_unpack() {
Lines 38-47 Link Here
38
	# This is also created by openssh for privilege separation
39
	# This is also created by openssh for privilege separation
39
	keepdir /var/empty
40
	keepdir /var/empty
40
41
41
	doman ${FILESDIR}/bfilter.8
42
	# doman ${FILESDIR}/bfilter.8
42
43
43
	dodoc AUTHORS ChangeLog
44
	dodoc AUTHORS ChangeLog
44
	dohtml doc/*.png doc/*.html
45
	dohtml doc/*.png doc/*.jpg doc/*.html
45
46
46
	newinitd ${FILESDIR}/bfilter.init bfilter
47
	newinitd ${FILESDIR}/bfilter.init bfilter
47
	newconfd ${FILESDIR}/bfilter.conf bfilter
48
	newconfd ${FILESDIR}/bfilter.conf bfilter
Lines 51-53 Link Here
51
	enewgroup bfilter
52
	enewgroup bfilter
52
	enewuser bfilter -1 -1 -1 bfilter
53
	enewuser bfilter -1 -1 -1 bfilter
53
}
54
}
55
56
pkg_postinst() {
57
	einfo "If you are upgrading from bfilter 0.9.4 note that the filtering"
58
	einfo "configuration files have been changed. Any custom settings defined"
59
	einfo "in the rules and rules.local files need to be converted to the new url"
60
	einfo "and url.local files. (The old rules and rules.local can then be"
61
	einfo "deleted.) See http://bfilter.sourceforge.net/doc/url-patterns.php"
62
	einfo "for further details."
63
}

Return to bug 112260