summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-06-22 22:18:05 +0000
committerAlin Năstac <mrness@gentoo.org>2008-06-22 22:18:05 +0000
commit9954872a833c6eef79aae24277d3756dc5a8ec2a (patch)
treef91312ba02e2b21600d6e289df81ef1aed62097c /net-mail/vmailmgr/vmailmgr-0.97.ebuild
parentMousepad is in app-editors now. (diff)
downloadgentoo-2-9954872a833c6eef79aae24277d3756dc5a8ec2a.tar.gz
gentoo-2-9954872a833c6eef79aae24277d3756dc5a8ec2a.tar.bz2
gentoo-2-9954872a833c6eef79aae24277d3756dc5a8ec2a.zip
Sanitize patches (#226797).
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-mail/vmailmgr/vmailmgr-0.97.ebuild')
-rw-r--r--net-mail/vmailmgr/vmailmgr-0.97.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/net-mail/vmailmgr/vmailmgr-0.97.ebuild b/net-mail/vmailmgr/vmailmgr-0.97.ebuild
index c66cc0df565a..69017386119b 100644
--- a/net-mail/vmailmgr/vmailmgr-0.97.ebuild
+++ b/net-mail/vmailmgr/vmailmgr-0.97.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.97.ebuild,v 1.8 2007/09/26 04:54:46 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vmailmgr/vmailmgr-0.97.ebuild,v 1.9 2008/06/22 22:18:05 mrness Exp $
-inherit toolchain-funcs eutils
+inherit toolchain-funcs eutils autotools
DESCRIPTION="virtual domains for qmail"
HOMEPAGE="http://www.vmailmgr.org/"
@@ -21,12 +21,9 @@ RDEPEND=">=sys-apps/ucspi-unix-0.34
src_unpack() {
unpack ${A}
+ cd "${S}" || die "source dir not found"
epatch "${FILESDIR}/${P}-gentoo.patch"
-
- #Remove support for courier-imap authentication
- #since it is incompatible with the latest version of courier-authlib
- epatch "${FILESDIR}/${P}-no-authvmailmgr.patch"
- rm -rf "${S}/lib/courier-authlib"
+ eautoreconf
}
src_install() {