summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-03-30 16:45:46 +0000
committerChuck Short <zul@gentoo.org>2004-03-30 16:45:46 +0000
commit9b64c16c28f86ccb818205c0229847e06268946e (patch)
treeae4dc062ccb7670e619ecfe49133ccd69ee4afd7 /app-admin
parentChange x11-base/xfree dependency to virtual/x11. (Manifest recommit) (diff)
downloadgentoo-2-9b64c16c28f86ccb818205c0229847e06268946e.tar.gz
gentoo-2-9b64c16c28f86ccb818205c0229847e06268946e.tar.bz2
gentoo-2-9b64c16c28f86ccb818205c0229847e06268946e.zip
Added missing patch.
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/aide/ChangeLog5
-rw-r--r--app-admin/aide/files/aide-0.10-gentoo.diff73
2 files changed, 77 insertions, 1 deletions
diff --git a/app-admin/aide/ChangeLog b/app-admin/aide/ChangeLog
index 0757131395bd..5aa51d9dd075 100644
--- a/app-admin/aide/ChangeLog
+++ b/app-admin/aide/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/aide
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/ChangeLog,v 1.18 2004/03/29 15:10:57 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/ChangeLog,v 1.19 2004/03/30 16:45:46 zul Exp $
+
+ 30 Mar 2004; Chuck Short <zul@gentoo.org> files/aide-0.10-gentoo.diff:
+ Added missing patch.
29 Mar 2004; Chuck Short <zul@gentoo.org> aide-0.8.ebuild, aide-0.9.ebuild:
Header updates.
diff --git a/app-admin/aide/files/aide-0.10-gentoo.diff b/app-admin/aide/files/aide-0.10-gentoo.diff
new file mode 100644
index 000000000000..d423819abad9
--- /dev/null
+++ b/app-admin/aide/files/aide-0.10-gentoo.diff
@@ -0,0 +1,73 @@
+diff -ru ./src/commandconf.c /var/tmp/portage/aide-0.9/work/aide-0.9/src/commandconf.c
+--- src/commandconf.c 2002-05-29 08:04:27.000000000 +0000
++++ src/commandconf.c 2002-10-29 13:44:29.000000000 +0000
+@@ -29,7 +29,7 @@
+ #include "aide.h"
+ #include "conf_lex.h"
+ #include "conf_yacc.h"
+-#include "db.h"
++#include "../include/db.h"
+ #include "db_config.h"
+ #include "gen_list.h"
+ #include "symboltable.h"
+diff -ru ./src/compare_db.c /var/tmp/portage/aide-0.9/work/aide-0.9/src/compare_db.c
+--- src/compare_db.c 2002-05-30 09:42:46.000000000 +0000
++++ src/compare_db.c 2002-10-29 13:44:29.000000000 +0000
+@@ -30,7 +30,7 @@
+ #include "gnu_regex.h"
+ #include "gen_list.h"
+ #include "list.h"
+-#include "db.h"
++#include "../include/db.h"
+ #include "util.h"
+ #include "commandconf.h"
+ #include "gen_list.h"
+diff -ru ./src/conf_yacc.y /var/tmp/portage/aide-0.9/work/aide-0.9/src/conf_yacc.y
+--- src/conf_yacc.y 2002-05-29 08:04:27.000000000 +0000
++++ src/conf_yacc.y 2002-10-29 13:46:11.000000000 +0000
+@@ -25,7 +25,7 @@
+ #include <string.h>
+ #include "list.h"
+ #include "gen_list.h"
+-#include "db.h"
++#include "../include/db.h"
+ #include "db_config.h"
+ #include "symboltable.h"
+ #include "commandconf.h"
+diff -ru ./src/db.c /var/tmp/portage/aide-0.9/work/aide-0.9/src/db.c
+--- src/db.c 2002-05-29 08:04:27.000000000 +0000
++++ src/db.c 2002-10-29 13:45:01.000000000 +0000
+@@ -22,7 +22,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <errno.h>
+-#include "db.h"
++#include "../include/db.h"
+ #include "db_file.h"
+ #include "db_disk.h"
+
+diff -ru ./src/db_sql.c /var/tmp/portage/aide-0.9/work/aide-0.9/src/db_sql.c
+--- src/db_sql.c 2002-05-29 08:04:27.000000000 +0000
++++ src/db_sql.c 2002-10-29 13:45:52.000000000 +0000
+@@ -31,7 +31,7 @@
+ #include <string.h>
+ #include <gcrypt.h>
+ #include "base64.h"
+-#include "db.h"
++#include "../include/db.h"
+
+ #include "db_sql.h"
+ #include "db_config.h"
+diff -ru ./src/gen_list.c /var/tmp/portage/aide-0.9/work/aide-0.9/src/gen_list.c
+--- src/gen_list.c 2002-05-30 09:53:52.000000000 +0000
++++ src/gen_list.c 2002-10-29 13:44:29.000000000 +0000
+@@ -38,7 +38,7 @@
+ #include "list.h"
+ #include "gen_list.h"
+ #include "seltree.h"
+-#include "db.h"
++#include "../include/db.h"
+ #include "db_config.h"
+ #include "compare_db.h"
+ #include "commandconf.h"
+