summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-03-15 09:00:39 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-03-15 09:00:39 +0000
commite701d137eaa161aeeabb4681454d6c0e150c44d5 (patch)
tree27ba6ed9f5f5fa89921a3e91d84e0b24eb9b6679 /app-admin/aide
parentNew version. Hopefully this helps resolve the last of the *spell issues. Gn... (diff)
downloadhistorical-e701d137eaa161aeeabb4681454d6c0e150c44d5.tar.gz
historical-e701d137eaa161aeeabb4681454d6c0e150c44d5.tar.bz2
historical-e701d137eaa161aeeabb4681454d6c0e150c44d5.zip
Bug fix for misplaced conf file
Diffstat (limited to 'app-admin/aide')
-rw-r--r--app-admin/aide/ChangeLog9
-rw-r--r--app-admin/aide/aide-0.7-r1.ebuild43
-rw-r--r--app-admin/aide/files/digest-aide-0.7-r11
3 files changed, 52 insertions, 1 deletions
diff --git a/app-admin/aide/ChangeLog b/app-admin/aide/ChangeLog
index 5b9fc0cbbc8e..12815d08c11f 100644
--- a/app-admin/aide/ChangeLog
+++ b/app-admin/aide/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-admin/aide
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/ChangeLog,v 1.1 2002/02/01 21:52:59 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/ChangeLog,v 1.2 2002/03/15 09:00:39 seemant Exp $
+
+*aide-0.7-r1 (15 Mar 2002)
+
+ 12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> aide-0.7-r1 :
+
+ Fixed the conf file going into a weird directory. It now gets placed into
+ /etc/aide/aide.conf.
*aide-0.7 (1 Feb 2002)
diff --git a/app-admin/aide/aide-0.7-r1.ebuild b/app-admin/aide/aide-0.7-r1.ebuild
new file mode 100644
index 000000000000..be1de7ea0e18
--- /dev/null
+++ b/app-admin/aide/aide-0.7-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Bruce A. Locke <blocke@shivan.org>
+# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.7-r1.ebuild,v 1.1 2002/03/15 09:00:39 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire"
+SRC_URI="http://www.cs.tut.fi/~rammer/${P}.tar.gz"
+HOMEPAGE="http://www.cs.tut.fi/~rammer/aide.html"
+
+DEPEND="sys-apps/gzip sys-devel/bison sys-devel/flex"
+
+src_compile() {
+
+ # aide 0.7 refuses to compile with postgresql support (missing headerfile?)
+ # postgres USE keyword disabled for now... :(
+
+ libtoolize --copy --force
+ #if [ -z "`use postgres`" ] ; then
+ ./configure \
+ --prefix=/usr \
+ --with-zlib \
+ --sysconfdir=/etc/aide \
+ host=${CHOST} || die
+ make CFLAGS="$CFLAGS" all || die
+ #else
+ # try ./configure --prefix=/usr --with-zlib --with-psql
+ # try make CFLAGS=\"$CFLAGS -I/usr/include/postgresql\" all
+ #fi
+
+}
+
+src_install() {
+
+ make prefix=${D}/usr mandir=${D}/usr/share/man install || die
+
+ dodir /etc/aide
+ cp doc/aide.conf ${D}/etc/aide
+
+ dodoc AUTHORS COPYING INSTALL NEWS README doc/manual.html
+
+}
+
diff --git a/app-admin/aide/files/digest-aide-0.7-r1 b/app-admin/aide/files/digest-aide-0.7-r1
new file mode 100644
index 000000000000..6d889e47bf73
--- /dev/null
+++ b/app-admin/aide/files/digest-aide-0.7-r1
@@ -0,0 +1 @@
+MD5 0b2ed9eb3b608a19418800b87f5be848 aide-0.7.tar.gz 219837