Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 294922
Collapse All | Expand All

(-)/usr/portage/net-libs/libinfinity/libinfinity-0.2.0.ebuild (-3 / +4 lines)
Lines 23-29 Link Here
23
	gtk? ( >=x11-libs/gtk+-2.12:2 )"
23
	gtk? ( >=x11-libs/gtk+-2.12:2 )"
24
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
25
	>=dev-util/pkgconfig-0.23
25
	>=dev-util/pkgconfig-0.23
26
	doc? ( dev-util/gtk-doc )"
26
	doc? ( dev-util/gtk-doc )
27
	server? ( >=sys-apps/baselayout-2.0 || openrc )"
27
28
28
pkg_setup() {
29
pkg_setup() {
29
	if use server ; then
30
	if use server ; then
Lines 46-53 Link Here
46
	dodoc AUTHORS NEWS README TODO
47
	dodoc AUTHORS NEWS README TODO
47
48
48
	if use server ; then
49
	if use server ; then
49
		newinitd "${FILESDIR}/infinoted.initd-0.2" infinoted
50
		newinitd "${FILESDIR}/infinoted.initd-0.3" infinoted
50
		newconfd "${FILESDIR}/infinoted.confd-0.2" infinoted
51
		newconfd "${FILESDIR}/infinoted.confd-0.3" infinoted
51
52
52
		keepdir /var/lib/infinote
53
		keepdir /var/lib/infinote
53
		fowners infinote:infinote /var/lib/infinote
54
		fowners infinote:infinote /var/lib/infinote

Return to bug 294922