diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-01-05 16:52:04 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-01-05 16:52:04 +0000 |
commit | 92398863b051c0c25fbe58149706b5bde2e37e33 (patch) | |
tree | 9f0a07a9ac86ba21793bd8b8f94194b324c67e9a /net-mail/fetchmail/fetchmail-6.3.5-r1.ebuild | |
parent | Convert to use elog. (diff) | |
download | historical-92398863b051c0c25fbe58149706b5bde2e37e33.tar.gz historical-92398863b051c0c25fbe58149706b5bde2e37e33.tar.bz2 historical-92398863b051c0c25fbe58149706b5bde2e37e33.zip |
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.
Package-Manager: portage-2.1.2_rc4-r1
Diffstat (limited to 'net-mail/fetchmail/fetchmail-6.3.5-r1.ebuild')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.3.5-r1.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.3.5-r1.ebuild b/net-mail/fetchmail/fetchmail-6.3.5-r1.ebuild index 51ef158e998c..fa4e9a7fdf5d 100644 --- a/net-mail/fetchmail/fetchmail-6.3.5-r1.ebuild +++ b/net-mail/fetchmail/fetchmail-6.3.5-r1.ebuild @@ -1,6 +1,6 @@ # 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 @@ -16,15 +16,12 @@ 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 ) +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" @@ -34,8 +31,6 @@ src_unpack() { # fix log weirdness epatch ${FILESDIR}/${PN}-6.3.5-preserve-logging-fd.patch - - autoconf } src_compile() { @@ -55,7 +50,7 @@ src_compile() { } src_install() { - einstall || die + emake DESTDIR="${D}" install || die dohtml *.html |