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

Collapse All | Expand All

(-)/usr/portage/net-mail/vpopmail/vpopmail-5.4.0.ebuild (-3 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.0.ebuild,v 1.4 2004/04/25 17:00:45 kugelfang Exp $
3
# $Header: /home/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.0.ebuild,v 1.4 2004/04/25 17:00:45 kugelfang Exp $
4
4
5
inherit eutils gnuconfig fixheadtails
5
inherit eutils gnuconfig fixheadtails maildir
6
6
7
# TODO: all ldap, sybase support
7
# TODO: all ldap, sybase support
8
MY_PV=${PV/_/-}
8
MY_PV=${PV/_/-}
Lines 59-69 Link Here
59
	epatch ${FILESDIR}/vpopmail-5.2.1-showall.patch
59
	epatch ${FILESDIR}/vpopmail-5.2.1-showall.patch
60
60
61
	sed -i \
61
	sed -i \
62
		's|Maildir|.maildir|g' \
62
		"s|Maildir|${MAILDIR}|g" \
63
		vchkpw.c vconvert.c vdelivermail.c \
63
		vchkpw.c vconvert.c vdelivermail.c \
64
		vpopbull.c vpopmail.c vqmaillocal.c \
64
		vpopbull.c vpopmail.c vqmaillocal.c \
65
		vuserinfo.c maildirquota.c \
65
		vuserinfo.c maildirquota.c \
66
		|| die "failed to change Maildir to .maildir"
66
		|| die "failed to change Maildir to ${MAILDIR}"
67
67
	sed -i \
68
	sed -i \
68
		'/printf.*vpopmail/s:vpopmail (:(:' \
69
		'/printf.*vpopmail/s:vpopmail (:(:' \
69
		vdelivermail.c vpopbull.c vqmaillocal.c \
70
		vdelivermail.c vpopbull.c vqmaillocal.c \
Lines 135-140 Link Here
135
136
136
	into /var/vpopmail
137
	into /var/vpopmail
137
	dobin ${FILESDIR}/vpopmail-Maildir-dotmaildir-fix.sh
138
	dobin ${FILESDIR}/vpopmail-Maildir-dotmaildir-fix.sh
139
	maildir_sed ${D}/var/vpopmail/vpopmail-Maildir-dotmaildir-fix.sh
138
	into /usr
140
	into /usr
139
141
140
	# Install documentation.
142
	# Install documentation.

Return to bug 52076