diff options
author | 2006-11-16 08:44:52 +0000 | |
---|---|---|
committer | 2006-11-16 08:44:52 +0000 | |
commit | b56402eab78de42eefb1a15a9c16e7b4b4237fb0 (patch) | |
tree | b701b4470200ecd904a67c43bb928b2f41b2579d /app-forensics/aide | |
parent | Changed URL from linux.schottelius.org to unix.schottelius.org (diff) | |
download | gentoo-2-b56402eab78de42eefb1a15a9c16e7b4b4237fb0.tar.gz gentoo-2-b56402eab78de42eefb1a15a9c16e7b4b4237fb0.tar.bz2 gentoo-2-b56402eab78de42eefb1a15a9c16e7b4b4237fb0.zip |
Fix autotools, bug #151271
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'app-forensics/aide')
-rw-r--r-- | app-forensics/aide/ChangeLog | 8 | ||||
-rw-r--r-- | app-forensics/aide/aide-0.10_p20040917-r1.ebuild | 13 | ||||
-rw-r--r-- | app-forensics/aide/files/digest-aide-0.10_p20040917 | 2 | ||||
-rw-r--r-- | app-forensics/aide/files/digest-aide-0.10_p20040917-r1 | 2 |
4 files changed, 16 insertions, 9 deletions
diff --git a/app-forensics/aide/ChangeLog b/app-forensics/aide/ChangeLog index 5ea827a9a433..ec522c21ff2e 100644 --- a/app-forensics/aide/ChangeLog +++ b/app-forensics/aide/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/aide -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.18 2005/12/16 13:06:00 flameeyes Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.19 2006/11/16 08:44:52 jokey Exp $ + + 16 Nov 2006; Markus Ullmann <jokey@gentoo.org> + aide-0.10_p20040917-r1.ebuild: + Fix autotools, bug #151271 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> aide-0.10_p20040917-r1.ebuild: diff --git a/app-forensics/aide/aide-0.10_p20040917-r1.ebuild b/app-forensics/aide/aide-0.10_p20040917-r1.ebuild index 515638b27770..195c15fd8b3d 100644 --- a/app-forensics/aide/aide-0.10_p20040917-r1.ebuild +++ b/app-forensics/aide/aide-0.10_p20040917-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10_p20040917-r1.ebuild,v 1.2 2005/12/16 13:06:00 flameeyes Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10_p20040917-r1.ebuild,v 1.3 2006/11/16 08:44:52 jokey Exp $ +WANT_AUTOCONF='2.5' +WANT_AUTOMAKE='1.7' +inherit eutils autotools DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a replacement for Tripwire" HOMEPAGE="http://aide.sourceforge.net/" @@ -32,9 +33,7 @@ src_unpack() { use postgres && epatch ${FILESDIR}/${PF}-fix-psql.diff epatch ${FILESDIR}/${MY_PF}-gentoo.diff - export WANT_AUTOCONF='2.5' - export WANT_AUTOMAKE='1.7' - sh autogen.sh || die "autogen.sh failed" + eautoreconf } src_compile() { diff --git a/app-forensics/aide/files/digest-aide-0.10_p20040917 b/app-forensics/aide/files/digest-aide-0.10_p20040917 index 51418f8e2afb..11ca8cc0d84d 100644 --- a/app-forensics/aide/files/digest-aide-0.10_p20040917 +++ b/app-forensics/aide/files/digest-aide-0.10_p20040917 @@ -1 +1,3 @@ MD5 bfea36bd2a4254e212dcc19df54667fb aide-0.10_p20040917.tar.gz 201023 +RMD160 4390149398890f1d1fcea56d2d419968c65147a3 aide-0.10_p20040917.tar.gz 201023 +SHA256 684d64e830810f93f4ed63d251df74fa3036cc64d6d0a1e8236a994159c1560d aide-0.10_p20040917.tar.gz 201023 diff --git a/app-forensics/aide/files/digest-aide-0.10_p20040917-r1 b/app-forensics/aide/files/digest-aide-0.10_p20040917-r1 index 51418f8e2afb..11ca8cc0d84d 100644 --- a/app-forensics/aide/files/digest-aide-0.10_p20040917-r1 +++ b/app-forensics/aide/files/digest-aide-0.10_p20040917-r1 @@ -1 +1,3 @@ MD5 bfea36bd2a4254e212dcc19df54667fb aide-0.10_p20040917.tar.gz 201023 +RMD160 4390149398890f1d1fcea56d2d419968c65147a3 aide-0.10_p20040917.tar.gz 201023 +SHA256 684d64e830810f93f4ed63d251df74fa3036cc64d6d0a1e8236a994159c1560d aide-0.10_p20040917.tar.gz 201023 |