summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:37:11 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-12-28 16:37:11 +0000
commitbb9b8d9a0771f37adbd1e2fb6046a798b1e298c9 (patch)
tree4a4ab4f2976987ddbb0b21c45c9f737f09909bef /net-mail
parentRename virtual/postgresql to dev-db/postgresql (diff)
downloadgentoo-2-bb9b8d9a0771f37adbd1e2fb6046a798b1e298c9.tar.gz
gentoo-2-bb9b8d9a0771f37adbd1e2fb6046a798b1e298c9.tar.bz2
gentoo-2-bb9b8d9a0771f37adbd1e2fb6046a798b1e298c9.zip
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/tpop3d/ChangeLog5
-rw-r--r--net-mail/tpop3d/tpop3d-1.5.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/tpop3d/ChangeLog b/net-mail/tpop3d/ChangeLog
index 9a8182d8e384..64a64e2417d1 100644
--- a/net-mail/tpop3d/ChangeLog
+++ b/net-mail/tpop3d/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/tpop3d
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/ChangeLog,v 1.36 2014/11/03 13:45:52 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/ChangeLog,v 1.37 2014/12/28 16:37:11 titanofold Exp $
+
+ 28 Dec 2014; Aaron W. Swenson <titanofold@gentoo.org> tpop3d-1.5.5.ebuild:
+ Rename virtual/postgresql to dev-db/postgresql
03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> tpop3d-1.5.5.ebuild:
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
diff --git a/net-mail/tpop3d/tpop3d-1.5.5.ebuild b/net-mail/tpop3d/tpop3d-1.5.5.ebuild
index 0445f733f51e..9bcab248aa77 100644
--- a/net-mail/tpop3d/tpop3d-1.5.5.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.5.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/net-mail/tpop3d/tpop3d-1.5.5.ebuild,v 1.4 2014/11/03 13:45:52 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.5.5.ebuild,v 1.5 2014/12/28 16:37:11 titanofold Exp $
EAPI=4
@@ -20,7 +20,7 @@ RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6 )
ssl? ( >=dev-libs/openssl-0.9.6 )
ldap? ( >=net-nds/openldap-2.0.7 )
mysql? ( virtual/mysql )
- postgres? ( virtual/postgresql[server] )
+ postgres? ( dev-db/postgresql[server] )
perl? ( >=dev-lang/perl-5.6.1 )
pam? ( virtual/pam
>=net-mail/mailbase-0.00-r8 )