Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 5642
Collapse All | Expand All

(-)qmailadmin.orig/files/digest-qmailadmin-1.0.2 (+2 lines)
Line 0 Link Here
1
--- qmailadmin-1.0.2.orig/Makefile.in	2003-02-23 21:47:34.000000000 +0100
Line 0 Link Here
1
MD5 521ea0ecee1547cb769f7d05a7ed9fbd qmailadmin-1.0.2.tar.gz 203965
(-)qmailadmin.orig/qmailadmin-1.0.2.ebuild (-1 / +10 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License, v2 or later
2
# Distributed under the terms of the GNU General Public License, v2 or later
3
# $Header: /home/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.0.2.ebuild,v 1 2002/07/22 15:54:03 j2ee Exp $
3
# $Header: /home/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.0.2.ebuild,v 1 2002/07/22 15:54:03 j2ee Exp $
4
4
5
inherit eutils
6
5
S=${WORKDIR}/${P}
7
S=${WORKDIR}/${P}
6
DESCRIPTION="A web interface for managing a qmail system with virtual domains."
8
DESCRIPTION="A web interface for managing a qmail system with virtual domains."
7
SRC_URI="http://www.inter7.com/qmailadmin/${P}.tar.gz"
9
SRC_URI="http://www.inter7.com/qmailadmin/${P}.tar.gz"
Lines 12-22 Link Here
12
SLOT="0"
14
SLOT="0"
13
15
14
DEPEND="net-mail/vpopmail
16
DEPEND="net-mail/vpopmail
15
	net-mail/autorespond"
17
	net-mail/qmail-autoresponder"
16
18
17
RDEPEND="${DEPEND}
19
RDEPEND="${DEPEND}
18
	net-www/apache"
20
	net-www/apache"
19
21
22
23
src_unpack() {
24
         unpack ${P}.tar.gz
25
         cd ${WORKDIR}
26
         epatch ${FILESDIR}/${PV}/Makefile.patch
27
}
28
20
src_compile() {
29
src_compile() {
21
30
22
	econf ${myopts} --enable-qmaildir=/var/qmail \
31
	econf ${myopts} --enable-qmaildir=/var/qmail \

Return to bug 5642