diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 15:39:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 15:39:32 +0000 |
commit | 882af1e30d7e0422c3e93c2bf79521c67bb3fb83 (patch) | |
tree | ad992faa219521b3e2f48e9c1c55ad14ba29a963 /net-analyzer/nagios-plugins | |
parent | Fix broken autotools handling. (diff) | |
download | gentoo-2-882af1e30d7e0422c3e93c2bf79521c67bb3fb83.tar.gz gentoo-2-882af1e30d7e0422c3e93c2bf79521c67bb3fb83.tar.bz2 gentoo-2-882af1e30d7e0422c3e93c2bf79521c67bb3fb83.zip |
Fix broken autotools handling.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'net-analyzer/nagios-plugins')
-rw-r--r-- | net-analyzer/nagios-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.3-r1.ebuild | 15 |
2 files changed, 11 insertions, 12 deletions
diff --git a/net-analyzer/nagios-plugins/ChangeLog b/net-analyzer/nagios-plugins/ChangeLog index d6593352caf8..9bd5728c952d 100644 --- a/net-analyzer/nagios-plugins/ChangeLog +++ b/net-analyzer/nagios-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nagios-plugins -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.55 2006/11/29 21:25:16 cedk Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.56 2007/01/04 15:39:32 flameeyes Exp $ + + 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + nagios-plugins-1.4.3-r1.ebuild: + Fix broken autotools handling. 29 Nov 2006; Cedric Krier <cedk@gentoo.org> nagios-plugins-1.4.2.ebuild, nagios-plugins-1.4.2-r1.ebuild, nagios-plugins-1.4.3-r1.ebuild: diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.3-r1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.3-r1.ebuild index 523e5497c524..f1f3b582d298 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.3-r1.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.3-r1.ebuild,v 1.5 2006/11/29 21:25:16 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.3-r1.ebuild,v 1.6 2007/01/04 15:39:32 flameeyes Exp $ -WANT_AUTOCONF=2.58 -WANT_AUTOMAKE=1.8 +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" inherit eutils autotools @@ -58,12 +58,7 @@ src_unpack() { EPATCH_OPTS="-d ${S}" epatch \ ${FILESDIR}/nagios-plugins-1.4.3-check_disk-fix.patch - if ! use radius; then - eaclocal -I m4 || die "eaclocal failed" - eautoconf || die "eautoconf failed" - automake || die "automake failed" - libtoolize --copy --force || die "libtoolize failed" - fi + AT_M4DIR="m4" eautoreconf } src_compile() { |