diff options
author | Labbe Corentin <clabbe.montjoie@gmail.com> | 2017-08-02 20:50:42 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-08-02 23:17:50 +0200 |
commit | 0482e94f210513d83b9b37484de2f4eb67e0e222 (patch) | |
tree | 068403318b9c08025c9819783ebac0ea9ffd919f /app-forensics/ovaldi/files | |
parent | app-forensics/ovaldi: remove unused patches. (diff) | |
download | gentoo-0482e94f210513d83b9b37484de2f4eb67e0e222.tar.gz gentoo-0482e94f210513d83b9b37484de2f4eb67e0e222.tar.bz2 gentoo-0482e94f210513d83b9b37484de2f4eb67e0e222.zip |
app-forensics/ovaldi: remove rpm USE flag.
This commit removes the rpm USE flag.
Gentoo-Bug: https://bugs.gentoo.org/625816
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5280
Diffstat (limited to 'app-forensics/ovaldi/files')
-rw-r--r-- | app-forensics/ovaldi/files/rpmdb.patch | 58 | ||||
-rw-r--r-- | app-forensics/ovaldi/files/use_local_rpmdb.patch | 11 |
2 files changed, 0 insertions, 69 deletions
diff --git a/app-forensics/ovaldi/files/rpmdb.patch b/app-forensics/ovaldi/files/rpmdb.patch deleted file mode 100644 index 0d6e62608b52..000000000000 --- a/app-forensics/ovaldi/files/rpmdb.patch +++ /dev/null @@ -1,58 +0,0 @@ ---- src/probes/linux/rpmdb.h.old 2010-10-22 15:16:49.000000000 +0200 -+++ src/probes/linux/rpmdb.h 2010-10-22 15:22:09.000000000 +0200 -@@ -8,8 +8,8 @@ - */ - - #include <assert.h> --#include "rpmlib.h" --#include "rpmsw.h" -+/*#include <rpmlib.h> -+#include <rpmsw.h>*/ - #include "db.h" - - /*@-exportlocal@*/ -@@ -508,7 +508,7 @@ - * @param opx per-rpmdb accumulator index (aka rpmtsOpX) - * @return per-rpmdb accumulator pointer - */ --void * dbiStatsAccumulator(dbiIndex dbi, int opx) -+rpmop_s * dbiStatsAccumulator(dbiIndex dbi, int opx) - /*@*/; - - #if !defined(SWIG) -@@ -576,7 +576,7 @@ - /*@globals fileSystem, internalState @*/ - /*@modifies dbi, *dbcursor, fileSystem, internalState @*/ - { -- void * sw = dbiStatsAccumulator(dbi, 16); /* RPMTS_OP_DBDEL */ -+ rpmop_s *sw = dbiStatsAccumulator(dbi, 16); /* RPMTS_OP_DBDEL */ - int rc; - assert(key->data != NULL && key->size > 0); - (void) rpmswEnter(sw, 0); -@@ -600,7 +600,7 @@ - /*@globals fileSystem, internalState @*/ - /*@modifies dbi, *dbcursor, *key, *data, fileSystem, internalState @*/ - { -- void * sw = dbiStatsAccumulator(dbi, 14); /* RPMTS_OP_DBGET */ -+ rpmop_s * sw = dbiStatsAccumulator(dbi, 14); /* RPMTS_OP_DBGET */ - int rc; - assert((flags == DB_NEXT) || (key->data != NULL && key->size > 0)); - (void) rpmswEnter(sw, 0); -@@ -625,7 +625,7 @@ - /*@globals fileSystem, internalState @*/ - /*@modifies dbi, *dbcursor, *key, *pkey, *data, fileSystem, internalState @*/ - { -- void * sw = dbiStatsAccumulator(dbi, 14); /* RPMTS_OP_DBGET */ -+ rpmop_s * sw = dbiStatsAccumulator(dbi, 14); /* RPMTS_OP_DBGET */ - int rc; - assert((flags == DB_NEXT) || (key->data != NULL && key->size > 0)); - (void) rpmswEnter(sw, 0); -@@ -649,7 +649,7 @@ - /*@globals fileSystem, internalState @*/ - /*@modifies dbi, *dbcursor, *key, fileSystem, internalState @*/ - { -- void * sw = dbiStatsAccumulator(dbi, 15); /* RPMTS_OP_DBPUT */ -+ rpmop_s * sw = dbiStatsAccumulator(dbi, 15); /* RPMTS_OP_DBPUT */ - int rc; - assert(key->data != NULL && key->size > 0 && data->data != NULL && data->size > 0); - (void) rpmswEnter(sw, 0); diff --git a/app-forensics/ovaldi/files/use_local_rpmdb.patch b/app-forensics/ovaldi/files/use_local_rpmdb.patch deleted file mode 100644 index 036d35edf947..000000000000 --- a/app-forensics/ovaldi/files/use_local_rpmdb.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/probes/linux/RPMInfoProbe.h.old 2010-10-22 15:12:50.000000000 +0200 -+++ src/probes/linux/RPMInfoProbe.h 2010-10-22 15:13:02.000000000 +0200 -@@ -36,7 +36,7 @@ - #include <rpm/rpmlib.h>
- #include <rpm/rpmio.h>
- #include <rpm/rpmts.h>
--#include <rpm/rpmdb.h>
-+#include "rpmdb.h"
- #include <rpm/header.h>
- #include <rpm/rpmcli.h> // added for rpm query function
- #include <rpm/rpmds.h> // added for rpm query function
|