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

Collapse All | Expand All

(-)mini-qmail-1.05.ebuild (-12 / +4 lines)
Lines 21-38 Link Here
21
21
22
S=${WORKDIR}/netqmail-${PV}/netqmail-${PV}
22
S=${WORKDIR}/netqmail-${PV}/netqmail-${PV}
23
23
24
pkg_setup() {
25
	# keep in sync with qmail pkg
26
	enewgroup qmail 201
27
	enewuser alias 200 -1 /var/qmail/alias 200
28
	enewuser qmaild 201 -1 /var/qmail 200
29
	enewuser qmaill 202 -1 /var/qmail 200
30
	enewuser qmailp 203 -1 /var/qmail 200
31
	enewuser qmailq 204 -1 /var/qmail 201
32
	enewuser qmailr 205 -1 /var/qmail 201
33
	enewuser qmails 206 -1 /var/qmail 201
34
}
35
36
src_unpack() {
24
src_unpack() {
37
	unpack netqmail-${PV}.tar.gz
25
	unpack netqmail-${PV}.tar.gz
38
	unpack mini-qmail-kit-0.52.tar.gz
26
	unpack mini-qmail-kit-0.52.tar.gz
Lines 47-52 Link Here
47
	ht_fix_file "${S}"/Makefile
35
	ht_fix_file "${S}"/Makefile
48
36
49
	epatch "${FILESDIR}"/${PV}-config-mini-help.patch
37
	epatch "${FILESDIR}"/${PV}-config-mini-help.patch
38
39
	cp ${FILESDIR}/auto_uids.c.fake ${WORKDIR}/netqmail-${PV}/netqmail-${PV}/
40
41
	epatch "${FILESDIR}"/Makefile.patch
50
}
42
}
51
43
52
src_compile() {
44
src_compile() {

Return to bug 114818