summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 20:05:56 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 20:05:56 +0000
commit8c5e8c83c231585ae5f9f1e468552bc9a5a71f07 (patch)
tree8f9b545439453c96c8ddb17017537f74d5eba5ce /app-forensics/aide
parentStable on amd64 wrt bug #319827 (diff)
downloadgentoo-2-8c5e8c83c231585ae5f9f1e468552bc9a5a71f07.tar.gz
gentoo-2-8c5e8c83c231585ae5f9f1e468552bc9a5a71f07.tar.bz2
gentoo-2-8c5e8c83c231585ae5f9f1e468552bc9a5a71f07.zip
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/aide')
-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-r4.ebuild6
-rw-r--r--app-forensics/aide/aide-0.13.1-r5.ebuild4
-rw-r--r--app-forensics/aide/aide-0.13.1.ebuild6
-rw-r--r--app-forensics/aide/aide-0.14-r1.ebuild4
-rw-r--r--app-forensics/aide/aide-0.14.ebuild4
7 files changed, 21 insertions, 16 deletions
diff --git a/app-forensics/aide/ChangeLog b/app-forensics/aide/ChangeLog
index 0ebddf39a8fc..fcd835767eb1 100644
--- a/app-forensics/aide/ChangeLog
+++ b/app-forensics/aide/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-forensics/aide
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.48 2010/06/09 16:14:41 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.49 2010/06/17 20:05:56 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> aide-0.13.1.ebuild,
+ aide-0.13.1-r3.ebuild, aide-0.13.1-r4.ebuild, aide-0.13.1-r5.ebuild,
+ aide-0.14.ebuild, aide-0.14-r1.ebuild:
+ Migrating away from deprecated postgres virtuals
*aide-0.14-r1 (09 Jun 2010)
diff --git a/app-forensics/aide/aide-0.13.1-r3.ebuild b/app-forensics/aide/aide-0.13.1-r3.ebuild
index 921f84fb907c..6c83760d0c01 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-2009 Gentoo Foundation
+# Copyright 1999-2010 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.4 2009/06/01 16:30:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r3.ebuild,v 1.5 2010/06/17 20:05:55 patrick 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? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
selinux? ( sys-libs/libselinux )
xattr? ( sys-apps/attr )
zlib? ( sys-libs/zlib )"
diff --git a/app-forensics/aide/aide-0.13.1-r4.ebuild b/app-forensics/aide/aide-0.13.1-r4.ebuild
index 39d326d5ca44..fa900e7763bc 100644
--- a/app-forensics/aide/aide-0.13.1-r4.ebuild
+++ b/app-forensics/aide/aide-0.13.1-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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-r4.ebuild,v 1.1 2009/12/16 14:13:14 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r4.ebuild,v 1.2 2010/06/17 20:05:56 patrick 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? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
selinux? ( sys-libs/libselinux )
xattr? ( sys-apps/attr )
zlib? ( sys-libs/zlib )"
diff --git a/app-forensics/aide/aide-0.13.1-r5.ebuild b/app-forensics/aide/aide-0.13.1-r5.ebuild
index 42d2f941801a..2c27b9d6dbdd 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-2010 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.1 2010/05/26 11:36:28 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1-r5.ebuild,v 1.2 2010/06/17 20:05:55 patrick 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? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
selinux? ( sys-libs/libselinux )
xattr? ( sys-apps/attr )
zlib? ( sys-libs/zlib )"
diff --git a/app-forensics/aide/aide-0.13.1.ebuild b/app-forensics/aide/aide-0.13.1.ebuild
index b6d989d0e6f5..8f25207372c1 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-2009 Gentoo Foundation
+# Copyright 1999-2010 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.10 2009/03/01 01:52:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.13.1.ebuild,v 1.11 2010/06/17 20:05:56 patrick Exp $
WANT_AUTOCONF='latest'
WANT_AUTOMAKE='latest'
inherit eutils autotools
@@ -20,7 +20,7 @@ DEPEND="acl? ( sys-apps/acl )
mhash? ( >=app-crypt/mhash-0.9.2 )
!mhash? ( dev-libs/libgcrypt )
nls? ( virtual/libintl )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
selinux? ( sys-libs/libselinux )
xattr? ( sys-apps/attr )
zlib? ( sys-libs/zlib )"
diff --git a/app-forensics/aide/aide-0.14-r1.ebuild b/app-forensics/aide/aide-0.14-r1.ebuild
index 5fbf836feec7..dcab673439b5 100644
--- a/app-forensics/aide/aide-0.14-r1.ebuild
+++ b/app-forensics/aide/aide-0.14-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.14-r1.ebuild,v 1.1 2010/06/09 16:14:41 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.14-r1.ebuild,v 1.2 2010/06/17 20:05:55 patrick Exp $
EAPI="3"
@@ -25,7 +25,7 @@ DEPEND="acl? ( virtual/acl )
mhash? ( >=app-crypt/mhash-0.9.2 )
!mhash? ( dev-libs/libgcrypt )
nls? ( virtual/libintl )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
selinux? ( sys-libs/libselinux )
xattr? ( sys-apps/attr )
zlib? ( sys-libs/zlib )"
diff --git a/app-forensics/aide/aide-0.14.ebuild b/app-forensics/aide/aide-0.14.ebuild
index fb3cfbfbda9d..f92163f65f41 100644
--- a/app-forensics/aide/aide-0.14.ebuild
+++ b/app-forensics/aide/aide-0.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.14.ebuild,v 1.1 2010/05/27 17:23:55 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.14.ebuild,v 1.2 2010/06/17 20:05:55 patrick Exp $
EAPI="3"
@@ -24,7 +24,7 @@ DEPEND="acl? ( sys-apps/acl )
mhash? ( >=app-crypt/mhash-0.9.2 )
!mhash? ( dev-libs/libgcrypt )
nls? ( virtual/libintl )
- postgres? ( virtual/postgresql-base )
+ postgres? ( dev-db/postgresql-base )
selinux? ( sys-libs/libselinux )
xattr? ( sys-apps/attr )
zlib? ( sys-libs/zlib )"