summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-11-03 11:09:03 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-11-03 11:09:03 +0000
commitacda12668b1faa13e9a62af91307bba27ebcbd2f (patch)
tree0e26decb0e1857f277e2971346a2117e3f329833 /app-forensics
parentrequire xetex, bug #528090 (diff)
downloadgentoo-2-acda12668b1faa13e9a62af91307bba27ebcbd2f.tar.gz
gentoo-2-acda12668b1faa13e9a62af91307bba27ebcbd2f.tar.bz2
gentoo-2-acda12668b1faa13e9a62af91307bba27ebcbd2f.zip
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/aide/ChangeLog7
-rw-r--r--app-forensics/aide/aide-0.13.1-r3.ebuild6
-rw-r--r--app-forensics/aide/aide-0.13.1-r5.ebuild6
-rw-r--r--app-forensics/aide/aide-0.13.1.ebuild6
-rw-r--r--app-forensics/aide/aide-0.14.2.ebuild4
-rw-r--r--app-forensics/aide/aide-0.15.1.ebuild4
6 files changed, 19 insertions, 14 deletions
diff --git a/app-forensics/aide/ChangeLog b/app-forensics/aide/ChangeLog
index f13b6dcf2d90..6ec64a1cd9e8 100644
--- a/app-forensics/aide/ChangeLog
+++ b/app-forensics/aide/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-forensics/aide
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.62 2014/11/02 08:06:56 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.63 2014/11/03 11:09:03 titanofold Exp $
+
+ 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> aide-0.13.1.ebuild,
+ aide-0.13.1-r3.ebuild, aide-0.13.1-r5.ebuild, aide-0.14.2.ebuild,
+ aide-0.15.1.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
02 Nov 2014; Sven Vermeulen <swift@gentoo.org> aide-0.14.2.ebuild,
aide-0.15.1.ebuild:
diff --git a/app-forensics/aide/aide-0.13.1-r3.ebuild b/app-forensics/aide/aide-0.13.1-r3.ebuild
index 3599306db587..700bf91df2f8 100644
--- a/app-forensics/aide/aide-0.13.1-r3.ebuild
+++ b/app-forensics/aide/aide-0.13.1-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r3.ebuild,v 1.10 2013/04/11 13:33:26 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r3.ebuild,v 1.11 2014/11/03 11:09:03 titanofold Exp $
inherit autotools eutils
@@ -22,7 +22,7 @@ DEPEND="acl? ( sys-apps/acl )
mhash? ( >=app-crypt/mhash-0.9.2 )
!mhash? ( dev-libs/libgcrypt )
nls? ( virtual/libintl )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
selinux? (
sys-libs/libselinux
sec-policy/selinux-aide
diff --git a/app-forensics/aide/aide-0.13.1-r5.ebuild b/app-forensics/aide/aide-0.13.1-r5.ebuild
index a8b5a6ae2fd0..78aeedb40f50 100644
--- a/app-forensics/aide/aide-0.13.1-r5.ebuild
+++ b/app-forensics/aide/aide-0.13.1-r5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r5.ebuild,v 1.7 2013/04/11 13:33:26 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r5.ebuild,v 1.8 2014/11/03 11:09:03 titanofold Exp $
inherit autotools eutils
@@ -22,7 +22,7 @@ DEPEND="acl? ( sys-apps/acl )
mhash? ( >=app-crypt/mhash-0.9.2 )
!mhash? ( dev-libs/libgcrypt )
nls? ( virtual/libintl )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
selinux? (
sys-libs/libselinux
sec-policy/selinux-aide
diff --git a/app-forensics/aide/aide-0.13.1.ebuild b/app-forensics/aide/aide-0.13.1.ebuild
index 76937899685e..38372e1943f8 100644
--- a/app-forensics/aide/aide-0.13.1.ebuild
+++ b/app-forensics/aide/aide-0.13.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.17 2013/04/11 13:33:26 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.18 2014/11/03 11:09:03 titanofold Exp $
inherit eutils autotools
@@ -19,7 +19,7 @@ DEPEND="acl? ( sys-apps/acl )
mhash? ( >=app-crypt/mhash-0.9.2 )
!mhash? ( dev-libs/libgcrypt )
nls? ( virtual/libintl )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
selinux? (
sys-libs/libselinux
sec-policy/selinux-aide
diff --git a/app-forensics/aide/aide-0.14.2.ebuild b/app-forensics/aide/aide-0.14.2.ebuild
index 323c3e8660ac..0ba0bfdb8da2 100644
--- a/app-forensics/aide/aide-0.14.2.ebuild
+++ b/app-forensics/aide/aide-0.14.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild,v 1.10 2014/11/02 08:06:56 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild,v 1.11 2014/11/03 11:09:03 titanofold Exp $
EAPI="3"
@@ -21,7 +21,7 @@ CDEPEND="acl? ( virtual/acl )
mhash? ( >=app-crypt/mhash-0.9.2 )
!mhash? ( dev-libs/libgcrypt:0 )
nls? ( virtual/libintl )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
prelink? ( sys-devel/prelink )
selinux? (
sys-libs/libselinux
diff --git a/app-forensics/aide/aide-0.15.1.ebuild b/app-forensics/aide/aide-0.15.1.ebuild
index 8c6d07525604..59fa82e485b0 100644
--- a/app-forensics/aide/aide-0.15.1.ebuild
+++ b/app-forensics/aide/aide-0.15.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.15.1.ebuild,v 1.7 2014/11/02 08:06:56 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.15.1.ebuild,v 1.8 2014/11/03 11:09:03 titanofold Exp $
EAPI="3"
@@ -21,7 +21,7 @@ CDEPEND="acl? ( virtual/acl )
mhash? ( >=app-crypt/mhash-0.9.2 )
!mhash? ( dev-libs/libgcrypt:0 )
nls? ( virtual/libintl )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
prelink? ( sys-devel/prelink )
selinux? (
sys-libs/libselinux