Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/aide: ChangeLog aide-0.13.1.ebuild aide-0.10_p20040917-r1.ebuild
Date: Thu, 01 Nov 2007 16:23:35
Message-Id: E1IncpL-00064v-3S@stork.gentoo.org
1 matsuu 07/11/01 16:23:27
2
3 Modified: ChangeLog aide-0.13.1.ebuild
4 Removed: aide-0.10_p20040917-r1.ebuild
5 Log:
6 Added pkg_config, bug #197538.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.33 app-forensics/aide/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/aide/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/aide/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/aide/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 9 Oct 2007 02:14:26 -0000 1.32
23 +++ ChangeLog 1 Nov 2007 16:23:26 -0000 1.33
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-forensics/aide
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.32 2007/10/09 02:14:26 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.33 2007/11/01 16:23:26 matsuu Exp $
29 +
30 + 01 Nov 2007; <matsuu@g.o> -files/aide-0.10-gentoo.diff,
31 + -files/aide-0.10_p20040917-r1-fix-psql.diff,
32 + -aide-0.10_p20040917-r1.ebuild, aide-0.13.1.ebuild:
33 + Added pkg_config, bug #197538.
34 + Removed old versions.
35 + Fixed dependency.
36
37 09 Oct 2007; Steve Dibb <beandog@g.o> aide-0.13.1.ebuild:
38 amd64 stable, security bug 191597
39
40
41
42 1.8 app-forensics/aide/aide-0.13.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild?rev=1.8&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild?rev=1.8&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild?r1=1.7&r2=1.8
47
48 Index: aide-0.13.1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v
51 retrieving revision 1.7
52 retrieving revision 1.8
53 diff -u -r1.7 -r1.8
54 --- aide-0.13.1.ebuild 9 Oct 2007 02:14:26 -0000 1.7
55 +++ aide-0.13.1.ebuild 1 Nov 2007 16:23:26 -0000 1.8
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.7 2007/10/09 02:14:26 beandog Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.8 2007/11/01 16:23:26 matsuu Exp $
61 WANT_AUTOCONF='latest'
62 WANT_AUTOMAKE='latest'
63 inherit eutils autotools
64 @@ -20,7 +20,7 @@
65 mhash? ( >=app-crypt/mhash-0.9.2 )
66 !mhash? ( dev-libs/libgcrypt )
67 nls? ( virtual/libintl )
68 - postgres? ( dev-db/postgresql )
69 + postgres? ( dev-db/libpq )
70 selinux? ( sys-libs/libselinux )
71 xattr? ( sys-apps/attr )
72 zlib? ( sys-libs/zlib )"
73 @@ -34,6 +34,14 @@
74 sys-devel/bison
75 sys-devel/flex"
76
77 +pkg_config() {
78 + if use mhash && use postgres ; then
79 + eerror "We cannot emerge aide with mhash and postgres USE flags at the same time."
80 + eerror "Please remove mhash OR postgres USE flags."
81 + die "Please remove either mhash or postgres USE flag."
82 + fi
83 +}
84 +
85 src_unpack() {
86 unpack ${A}
87 cd "${S}"
88
89
90
91 --
92 gentoo-commits@g.o mailing list