# ChangeLog for net-mail/fetchmail
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.112 2007/01/05 08:59:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.113 2007/01/05 16:52:04 ticho Exp $
+
+ 05 Jan 2007; Andrej Kacian <ticho@gentoo.org>
+ -files/fetchmail-6.2.5-gentoo.patch,
+ -files/fetchmail-6.2.5-kerberos.patch, -fetchmail-6.2.5.2-r1.ebuild,
+ -fetchmail-6.3.2.ebuild, -fetchmail-6.3.2-r1.ebuild,
+ -fetchmail-6.3.3.ebuild, fetchmail-6.3.4.ebuild, fetchmail-6.3.5.ebuild,
+ fetchmail-6.3.5-r1.ebuild:
+ Remove old ebuilds and unused patches. Use emake install instead of
+ einstall. Don't run autoconf, since we only apply patches to source files,
+ not to autofoo templates. Closes bug #160170.
05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
fetchmail-6.2.5.2-r1.ebuild, fetchmail-6.3.2.ebuild,
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.4.ebuild,v 1.13 2007/01/05 08:59:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.4.ebuild,v 1.14 2007/01/05 16:52:04 ticho Exp $
inherit eutils
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="ssl nls ipv6 kerberos krb4 hesiod"
-RDEPEND="hesiod? ( net-dns/hesiod )
+DDEPEND="hesiod? ( net-dns/hesiod )
ssl? ( >=dev-libs/openssl-0.9.6 )
kerberos? ( app-crypt/mit-krb5 )
nls? ( sys-devel/gettext )
elibc_FreeBSD? ( sys-libs/com_err )"
-DEPEND="${RDEPEND}
- sys-devel/autoconf"
-
src_unpack() {
unpack ${A} || die "unpack failed"
cd ${S} || die "cd \${S} failed"
# this patch fixes bug #34788 (ticho@gentoo.org 2004-09-03)
epatch ${FILESDIR}/${PN}-6.2.5-broken-headers.patch || die
-
- autoconf
}
src_compile() {
}
src_install() {
- einstall || die
+ emake DESTDIR="${D}" install || die "Install failed"
dohtml *.html
dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README \
README.NTLM README.SSL TODO COPYING
+ # Put installed manpages to correct place
doman ${D}/usr/share/man/*.1
rm -f ${D}/usr/share/man/*.1
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.5-r1.ebuild,v 1.2 2007/01/05 08:59:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.5-r1.ebuild,v 1.3 2007/01/05 16:52:04 ticho Exp $
inherit eutils
~x86-fbsd"
IUSE="ssl nls ipv6 kerberos krb4 hesiod"
-RDEPEND="hesiod? ( net-dns/hesiod )
+DEPEND="hesiod? ( net-dns/hesiod )
ssl? ( >=dev-libs/openssl-0.9.6 )
kerberos? ( app-crypt/mit-krb5 )
nls? ( sys-devel/gettext )
elibc_FreeBSD? ( sys-libs/com_err )"
-DEPEND="${RDEPEND}
- sys-devel/autoconf"
-
src_unpack() {
unpack ${A} || die "unpack failed"
cd ${S} || die "cd \${S} failed"
# fix log weirdness
epatch ${FILESDIR}/${PN}-6.3.5-preserve-logging-fd.patch
-
- autoconf
}
src_compile() {
}
src_install() {
- einstall || die
+ emake DESTDIR="${D}" install || die
dohtml *.html
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.5.ebuild,v 1.2 2007/01/05 08:59:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.5.ebuild,v 1.3 2007/01/05 16:52:04 ticho Exp $
inherit eutils
~x86-fbsd"
IUSE="ssl nls ipv6 kerberos krb4 hesiod"
-RDEPEND="hesiod? ( net-dns/hesiod )
+DEPEND="hesiod? ( net-dns/hesiod )
ssl? ( >=dev-libs/openssl-0.9.6 )
kerberos? ( app-crypt/mit-krb5 )
nls? ( sys-devel/gettext )
elibc_FreeBSD? ( sys-libs/com_err )"
-DEPEND="${RDEPEND}
- sys-devel/autoconf"
-
src_unpack() {
unpack ${A} || die "unpack failed"
cd ${S} || die "cd \${S} failed"
# this patch fixes bug #34788 (ticho@gentoo.org 2004-09-03)
epatch ${FILESDIR}/${PN}-6.2.5-broken-headers.patch || die
-
- autoconf
}
src_compile() {
}
src_install() {
- einstall || die
+ emake DESTDIR="${D}" install || die
dohtml *.html
dodoc FAQ FEATURES ABOUT-NLS NEWS NOTES README \
README.NTLM README.SSL TODO COPYING
+ # Put installed manpages to correct place
doman ${D}/usr/share/man/*.1
rm -f ${D}/usr/share/man/*.1