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

Collapse All | Expand All

(-)/usr/portage/net-mail/dovecot/dovecot-1.0_rc2.ebuild (-1 / +9 lines)
Lines 14-20 Link Here
14
LICENSE="LGPL-2.1"
14
LICENSE="LGPL-2.1"
15
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
15
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
16
16
17
IUSE="debug doc ipv6 kerberos ldap mbox mysql pop3d pam postgres ssl vpopmail"
17
IUSE="debug doc ipv6 kerberos ldap mbox mysql pop3d pam postgres ssl vpopmail plugin-libs"
18
18
19
DEPEND=">=sys-apps/sed-4
19
DEPEND=">=sys-apps/sed-4
20
	kerberos? ( virtual/krb5 )
20
	kerberos? ( virtual/krb5 )
Lines 130-135 Link Here
130
	keepdir /var/run/dovecot/login
130
	keepdir /var/run/dovecot/login
131
	fowners root:dovecot /var/run/dovecot/login
131
	fowners root:dovecot /var/run/dovecot/login
132
	fperms 0750 /var/run/dovecot/login
132
	fperms 0750 /var/run/dovecot/login
133
134
	# Install libs and dovecot-config for plugins to build against
135
	if use plugin-libs ; then
136
		dodir /usr/lib/dovecot/pluginlibs
137
		cp --parents `find . -path "./*.a"` "${D}/usr/lib/dovecot/pluginlibs/"
138
		cp --parents `find . -path "./*.h"` "${D}/usr/lib/dovecot/pluginlibs/"
139
		cp dovecot-config "${D}/usr/lib/dovecot/pluginlibs/"
140
	fi
133
}
141
}
134
142
135
get_config_var() {
143
get_config_var() {

Return to bug 141743