public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-2.6.5.ebuild ChangeLog postfix-2.6.6.ebuild postfix-2.6.7.ebuild
@ 2010-06-17 20:26 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2010-06-17 20:26 UTC (permalink / raw
  To: gentoo-commits

patrick     10/06/17 20:26:46

  Modified:             postfix-2.6.5.ebuild ChangeLog postfix-2.6.6.ebuild
                        postfix-2.6.7.ebuild
  Log:
  Migrating away from deprecated postgres virtuals
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 mail-mta/postfix/postfix-2.6.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.6.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.6.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.6.5.ebuild?r1=1.9&r2=1.10

Index: postfix-2.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- postfix-2.6.5.ebuild	10 Apr 2010 16:14:06 -0000	1.9
+++ postfix-2.6.5.ebuild	17 Jun 2010 20:26:46 -0000	1.10
@@ -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/mail-mta/postfix/postfix-2.6.5.ebuild,v 1.9 2010/04/10 16:14:06 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.5.ebuild,v 1.10 2010/06/17 20:26:46 patrick Exp $
 
 # NOTE: this ebuild is a regular ebuild without mailer-config support!
 # Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -44,7 +44,7 @@
 		ldap? ( >=net-nds/openldap-1.2 )
 		mysql? ( virtual/mysql )
 		pam? ( virtual/pam )
-		postgres? ( virtual/postgresql-base )
+		postgres? ( dev-db/postgresql-base )
 		sasl? (  >=dev-libs/cyrus-sasl-2 )
 		ssl? ( >=dev-libs/openssl-0.9.6g )"
 



1.208                mail-mta/postfix/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.208&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.208&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?r1=1.207&r2=1.208

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog	14 Jun 2010 10:15:01 -0000	1.207
+++ ChangeLog	17 Jun 2010 20:26:46 -0000	1.208
@@ -1,6 +1,10 @@
 # ChangeLog for mail-mta/postfix
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.207 2010/06/14 10:15:01 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.208 2010/06/17 20:26:46 patrick Exp $
+
+  17 Jun 2010; Patrick Lauer <patrick@gentoo.org> postfix-2.6.5.ebuild,
+  postfix-2.6.6.ebuild, postfix-2.6.7.ebuild:
+  Migrating away from deprecated postgres virtuals
 
   14 Jun 2010; Christoph Mende <angelos@gentoo.org> postfix-2.6.6.ebuild:
   Stable on amd64 wrt bug #320179



1.4                  mail-mta/postfix/postfix-2.6.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.6.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.6.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.6.6.ebuild?r1=1.3&r2=1.4

Index: postfix-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- postfix-2.6.6.ebuild	14 Jun 2010 10:15:01 -0000	1.3
+++ postfix-2.6.6.ebuild	17 Jun 2010 20:26:46 -0000	1.4
@@ -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/mail-mta/postfix/postfix-2.6.6.ebuild,v 1.3 2010/06/14 10:15:01 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.6.ebuild,v 1.4 2010/06/17 20:26:46 patrick Exp $
 
 # NOTE: this ebuild is a regular ebuild without mailer-config support!
 # Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -44,7 +44,7 @@
 		ldap? ( >=net-nds/openldap-1.2 )
 		mysql? ( virtual/mysql )
 		pam? ( virtual/pam )
-		postgres? ( virtual/postgresql-base )
+		postgres? ( dev-db/postgresql-base )
 		sasl? (  >=dev-libs/cyrus-sasl-2 )
 		ssl? ( >=dev-libs/openssl-0.9.6g )"
 



1.2                  mail-mta/postfix/postfix-2.6.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.6.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.6.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.6.7.ebuild?r1=1.1&r2=1.2

Index: postfix-2.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postfix-2.6.7.ebuild	8 Jun 2010 15:59:36 -0000	1.1
+++ postfix-2.6.7.ebuild	17 Jun 2010 20:26:46 -0000	1.2
@@ -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/mail-mta/postfix/postfix-2.6.7.ebuild,v 1.1 2010/06/08 15:59:36 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.7.ebuild,v 1.2 2010/06/17 20:26:46 patrick Exp $
 
 # NOTE: this ebuild is a regular ebuild without mailer-config support!
 # Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -44,7 +44,7 @@
 		ldap? ( >=net-nds/openldap-1.2 )
 		mysql? ( virtual/mysql )
 		pam? ( virtual/pam )
-		postgres? ( virtual/postgresql-base )
+		postgres? ( dev-db/postgresql-base )
 		sasl? (  >=dev-libs/cyrus-sasl-2 )
 		ssl? ( >=dev-libs/openssl-0.9.6g )"
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-17 20:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-17 20:26 [gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-2.6.5.ebuild ChangeLog postfix-2.6.6.ebuild postfix-2.6.7.ebuild Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox