public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_nufw: mod_auth_nufw-2.2.1.ebuild mod_auth_nufw-2.2.2.ebuild ChangeLog
@ 2010-06-17 22:00 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2010-06-17 22:00 UTC (permalink / raw
  To: gentoo-commits

patrick     10/06/17 21:59:59

  Modified:             mod_auth_nufw-2.2.1.ebuild
                        mod_auth_nufw-2.2.2.ebuild ChangeLog
  Log:
  Migrating away from deprecated postgres virtuals
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild?r1=1.4&r2=1.5

Index: mod_auth_nufw-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mod_auth_nufw-2.2.1.ebuild	5 Jul 2009 18:42:59 -0000	1.4
+++ mod_auth_nufw-2.2.1.ebuild	17 Jun 2010 21:59:59 -0000	1.5
@@ -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/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.4 2009/07/05 18:42:59 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.5 2010/06/17 21:59:59 patrick Exp $
 
 EAPI="1"
 
@@ -16,7 +16,7 @@
 IUSE="+mysql postgres"
 
 DEPEND="mysql? ( virtual/mysql )
-	postgres? ( virtual/postgresql-server )"
+	postgres? ( dev-db/postgresql-server )"
 RDEPEND="${DEPEND}"
 
 APACHE2_MOD_FILE="mod_auth_nufw.so"



1.2                  www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild?r1=1.1&r2=1.2

Index: mod_auth_nufw-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_nufw-2.2.2.ebuild	18 Sep 2009 12:05:30 -0000	1.1
+++ mod_auth_nufw-2.2.2.ebuild	17 Jun 2010 21:59:59 -0000	1.2
@@ -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/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.1 2009/09/18 12:05:30 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild,v 1.2 2010/06/17 21:59:59 patrick Exp $
 
 EAPI="2"
 
@@ -16,7 +16,7 @@
 IUSE="+mysql postgres"
 
 DEPEND="mysql? ( virtual/mysql )
-	postgres? ( virtual/postgresql-server )"
+	postgres? ( dev-db/postgresql-server )"
 RDEPEND="${DEPEND}"
 
 APACHE2_MOD_FILE="mod_auth_nufw.so"



1.10                 www-apache/mod_auth_nufw/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	18 Sep 2009 12:05:30 -0000	1.9
+++ ChangeLog	17 Jun 2010 21:59:59 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_auth_nufw
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.9 2009/09/18 12:05:30 hollow Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.10 2010/06/17 21:59:59 patrick Exp $
+
+  17 Jun 2010; Patrick Lauer <patrick@gentoo.org>
+  mod_auth_nufw-2.2.1.ebuild, mod_auth_nufw-2.2.2.ebuild:
+  Migrating away from deprecated postgres virtuals
 
 *mod_auth_nufw-2.2.2 (18 Sep 2009)
 






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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-17 22:00 [gentoo-commits] gentoo-x86 commit in www-apache/mod_auth_nufw: mod_auth_nufw-2.2.1.ebuild mod_auth_nufw-2.2.2.ebuild ChangeLog 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