diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-05-14 09:11:00 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-05-14 09:11:00 +0000 |
commit | e280392cf15f8d98490e9e1ac903a2746b075cac (patch) | |
tree | f96cab01cfbf43a477af35560e3dad7944174d87 /mail-mta | |
parent | x11-drivers/xf86-video-i810: add glproto dep, see bug #205689 (diff) | |
download | gentoo-2-e280392cf15f8d98490e9e1ac903a2746b075cac.tar.gz gentoo-2-e280392cf15f8d98490e9e1ac903a2746b075cac.tar.bz2 gentoo-2-e280392cf15f8d98490e9e1ac903a2746b075cac.zip |
remove global eautoreconf-call from courier, causes trouble and we don't need it
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/courier/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/courier/courier-0.59.0.ebuild | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail-mta/courier/ChangeLog b/mail-mta/courier/ChangeLog index d9262e708578..7f1a5b374cc2 100644 --- a/mail-mta/courier/ChangeLog +++ b/mail-mta/courier/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/courier # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.103 2008/05/05 22:33:07 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.104 2008/05/14 09:11:00 hanno Exp $ + + 14 May 2008; Hanno Boeck <hanno@gentoo.org> courier-0.59.0.ebuild: + Remove uclibc-sed (this is already in upstream). remove global eautoreconf + call (we don't need it and it causes trouble). 05 May 2008; Hanno Boeck <hanno@gentoo.org> +files/courier-0.59.0-asneeded.patch, metadata.xml, courier-0.59.0.ebuild: diff --git a/mail-mta/courier/courier-0.59.0.ebuild b/mail-mta/courier/courier-0.59.0.ebuild index 573fb8bad3d2..33a003cfaa1b 100644 --- a/mail-mta/courier/courier-0.59.0.ebuild +++ b/mail-mta/courier/courier-0.59.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild,v 1.4 2008/05/05 22:33:07 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild,v 1.5 2008/05/14 09:11:00 hanno Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -62,13 +62,8 @@ src_unpack() { unpack ${A} cd "${S}" use norewrite && epatch "${FILESDIR}/norewrite.patch" - use elibc_uclibc && sed -i -e 's:linux-gnu\*:linux-gnu\*\ \|\ linux-uclibc:' config.sub - epatch "${FILESDIR}/remove-sysconftool.patch" epatch "${FILESDIR}/${P}-asneeded.patch" - - eautoreconf - cd "${S}/gdbmobj/" eautoreconf } |