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

Collapse All | Expand All

(-)original/courier-imap-4.0.6-r3.ebuild (+65 lines)
Lines 97-102 Link Here
97
	ebegin "Recreating tcpd/configure"
97
	ebegin "Recreating tcpd/configure"
98
	eautoreconf || die "eautoreconf on tcpd failed"
98
	eautoreconf || die "eautoreconf on tcpd failed"
99
	eend $?
99
	eend $?
100
101
	cd "${S}/numlib"
102
	ebegin "Recreating numlib/configure"
103
	eautoreconf || die "eautoreconf on numlib failed"
104
	eend $?
105
106
	cd "${S}/md5"
107
	ebegin "Recreating md5/configure"
108
	eautoreconf || die "eautoreconf on md5 failed"
109
	eend $?
110
111
	cd "${S}/sha1"
112
	ebegin "Recreating sha1/configure"
113
	eautoreconf || die "eautoreconf on sha1 failed"
114
	eend $?
115
116
	cd "${S}/gdbmobj"
117
	ebegin "Recreating gdbmobj/configure"
118
	eautoreconf || die "eautoreconf on gdbmobj failed"
119
	eend $?
120
121
	cd "${S}/unicode"
122
	ebegin "Recreating unicode/configure"
123
	eautoreconf || die "eautoreconf on unicode failed"
124
	eend $?
125
126
	cd "${S}/rfc822"
127
	ebegin "Recreating rfc822/configure"
128
	eautoreconf || die "eautoreconf on rfc822 failed"
129
	eend $?
130
131
	cd "${S}/random128"
132
	ebegin "Recreating random128/configure"
133
	eautoreconf || die "eautoreconf on random128 failed"
134
	eend $?
135
136
	cd "${S}/rfc1035"
137
	ebegin "Recreating rfc1035/configure"
138
	eautoreconf || die "eautoreconf on rfc1035 failed"
139
	eend $?
140
141
	cd "${S}/rfc2045"
142
	ebegin "Recreating rfc2045/configure"
143
	eautoreconf || die "eautoreconf on rfc2045 failed"
144
	eend $?
145
146
	cd "${S}/liblock"
147
	ebegin "Recreating liblock/configure"
148
	eautoreconf || die "eautoreconf on liblock failed"
149
	eend $?
150
151
	cd "${S}/makedat"
152
	ebegin "Recreating makedat/configure"
153
	eautoreconf || die "eautoreconf on makedat failed"
154
	eend $?
155
	
156
	cd "${S}/libhmac"
157
	ebegin "Recreating libhmac/configure"
158
	eautoreconf || die "eautoreconf on libhmac failed"
159
	eend $?
160
161
	cd "${S}/imap"
162
	ebegin "Recreating imap/configure"
163
	eautoreconf || die "eautoreconf on imap failed"
164
	eend $?
100
}
165
}
101
166
102
src_compile() {
167
src_compile() {

Return to bug 285144