Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/aide: ChangeLog aide-0.13.1.ebuild
Date: Thu, 02 Dec 2010 01:15:05
Message-Id: 20101202011451.66F7920054@flycatcher.gentoo.org
1 flameeyes 10/12/02 01:14:51
2
3 Modified: ChangeLog aide-0.13.1.ebuild
4 Log:
5 Drop WANT_AUTOMAKE=latest.
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.55 app-forensics/aide/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 20 Nov 2010 08:50:47 -0000 1.54
23 +++ ChangeLog 2 Dec 2010 01:14:51 -0000 1.55
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-forensics/aide
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.54 2010/11/20 08:50:47 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.55 2010/12/02 01:14:51 flameeyes Exp $
29 +
30 + 02 Dec 2010; Diego E. Pettenò <flameeyes@g.o> aide-0.13.1.ebuild:
31 + Drop WANT_AUTOMAKE=latest.
32
33 20 Nov 2010; Thomas Kahle <tomka@g.o> aide-0.14.2.ebuild:
34 x86 stable per bug 342725
35
36
37
38 1.14 app-forensics/aide/aide-0.13.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild?rev=1.14&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild?rev=1.14&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild?r1=1.13&r2=1.14
43
44 Index: aide-0.13.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v
47 retrieving revision 1.13
48 retrieving revision 1.14
49 diff -u -r1.13 -r1.14
50 --- aide-0.13.1.ebuild 3 Nov 2010 02:30:28 -0000 1.13
51 +++ aide-0.13.1.ebuild 2 Dec 2010 01:14:51 -0000 1.14
52 @@ -1,8 +1,7 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.13 2010/11/03 02:30:28 matsuu Exp $
56 -WANT_AUTOCONF='latest'
57 -WANT_AUTOMAKE='latest'
58 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.14 2010/12/02 01:14:51 flameeyes Exp $
59 +
60 inherit eutils autotools
61
62 DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a replacement for Tripwire"