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

Collapse All | Expand All

(-)/usr/portage/net-mail/dovecot/dovecot-2.3.0.1.ebuild (-3 / +14 lines)
Lines 4-13 Link Here
4
EAPI=6
4
EAPI=6
5
# do not add a ssl USE flag.  ssl is mandatory
5
# do not add a ssl USE flag.  ssl is mandatory
6
SSL_DEPS_SKIP=1
6
SSL_DEPS_SKIP=1
7
inherit ssl-cert systemd user versionator
7
inherit autotools ssl-cert systemd user versionator
8
8
9
MY_P="${P/_/.}"
9
MY_P="${P/_/.}"
10
#MY_S="${PN}-ce-${PV}"
11
major_minor="$(get_version_component_range 1-2)"
10
major_minor="$(get_version_component_range 1-2)"
12
sieve_version="0.5.0.1"
11
sieve_version="0.5.0.1"
13
if [[ ${PV} == *_rc* ]] ; then
12
if [[ ${PV} == *_rc* ]] ; then
Lines 62-68 Link Here
62
RDEPEND="${DEPEND}
61
RDEPEND="${DEPEND}
63
	net-mail/mailbase"
62
	net-mail/mailbase"
64
63
65
PATCHES=()
64
PATCHES=( 
65
	"${FILESDIR}"/m4-want-gssapi.patch
66
)
67
68
src_prepare() {
69
	if declare -p PATCHES | grep -q "^declare -a "; then
70
		[[ -n ${PATCHES[@]} ]] && eapply "${PATCHES[@]}"
71
	else
72
		[[ -n ${PATCHES} ]] && eapply ${PATCHES}
73
	fi
74
	eapply_user
75
	eautoreconf
76
}
66
77
67
pkg_setup() {
78
pkg_setup() {
68
	if use managesieve && ! use sieve; then
79
	if use managesieve && ! use sieve; then

Return to bug 651084