summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 21:56:20 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 21:56:20 +0000
commit4b21f2a37f838ed6215d1b1691a55e0ef78ca434 (patch)
tree513508e6d79d21db2cf826da8f9006f2043b272e /net-mail/tpop3d
parentMigrating away from deprecated postgres virtuals (diff)
downloadhistorical-4b21f2a37f838ed6215d1b1691a55e0ef78ca434.tar.gz
historical-4b21f2a37f838ed6215d1b1691a55e0ef78ca434.tar.bz2
historical-4b21f2a37f838ed6215d1b1691a55e0ef78ca434.zip
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-mail/tpop3d')
-rw-r--r--net-mail/tpop3d/ChangeLog8
-rw-r--r--net-mail/tpop3d/tpop3d-1.5.3.ebuild6
-rw-r--r--net-mail/tpop3d/tpop3d-1.5.4-r1.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/net-mail/tpop3d/ChangeLog b/net-mail/tpop3d/ChangeLog
index 7d3855521fd4..4b2c2389a703 100644
--- a/net-mail/tpop3d/ChangeLog
+++ b/net-mail/tpop3d/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/tpop3d
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/ChangeLog,v 1.27 2009/07/10 13:51:51 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/ChangeLog,v 1.28 2010/06/17 21:56:20 patrick Exp $
+
+ 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> tpop3d-1.5.3.ebuild,
+ tpop3d-1.5.4-r1.ebuild:
+ Migrating away from deprecated postgres virtuals
10 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> tpop3d-1.5.3.ebuild,
-tpop3d-1.5.3-r1.ebuild, -tpop3d-1.5.4.ebuild, tpop3d-1.5.4-r1.ebuild:
diff --git a/net-mail/tpop3d/tpop3d-1.5.3.ebuild b/net-mail/tpop3d/tpop3d-1.5.3.ebuild
index d958b43e686b..16e86a07a160 100644
--- a/net-mail/tpop3d/tpop3d-1.5.3.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.3.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/net-mail/tpop3d/tpop3d-1.5.3.ebuild,v 1.16 2009/07/10 13:51:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.5.3.ebuild,v 1.17 2010/06/17 21:56:20 patrick Exp $
inherit eutils
@@ -16,7 +16,7 @@ IUSE="ssl ldap mysql perl pam tcpd maildir debug postgres"
DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )
ldap? ( >=net-nds/openldap-2.0.7 )
mysql? ( virtual/mysql )
- postgres? ( >=virtual/postgresql-server-7.3 )
+ postgres? ( dev-db/postgresql-server )
perl? ( >=dev-lang/perl-5.6.1 )
pam? ( >=sys-libs/pam-0.75 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
diff --git a/net-mail/tpop3d/tpop3d-1.5.4-r1.ebuild b/net-mail/tpop3d/tpop3d-1.5.4-r1.ebuild
index 016dd06a306f..cc02c71c60e7 100644
--- a/net-mail/tpop3d/tpop3d-1.5.4-r1.ebuild
+++ b/net-mail/tpop3d/tpop3d-1.5.4-r1.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/net-mail/tpop3d/tpop3d-1.5.4-r1.ebuild,v 1.2 2009/07/10 13:51:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.5.4-r1.ebuild,v 1.3 2010/06/17 21:56:20 patrick Exp $
EAPI=1
@@ -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-7.3 )
+ postgres? ( dev-db/postgresql-server )
perl? ( >=dev-lang/perl-5.6.1 )
pam? ( virtual/pam
>=net-mail/mailbase-0.00-r8 )