titanofold    14/12/28 15:06:33

  Modified:             opendbx-1.4.6.ebuild ChangeLog opendbx-1.4.5.ebuild
                        opendbx-1.5.0.ebuild
  Log:
  Rename virtual/postgresql to dev-db/postgresql
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  Changes    Path
1.5                  dev-db/opendbx/opendbx-1.4.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/opendbx-1.4.6.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/opendbx-1.4.6.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/opendbx-1.4.6.ebuild?r1=1.4&r2=1.5

Index: opendbx-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- opendbx-1.4.6.ebuild        3 Nov 2014 11:24:56 -0000       1.4
+++ opendbx-1.4.6.ebuild        28 Dec 2014 15:06:33 -0000      1.5
@@ -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/dev-db/opendbx/opendbx-1.4.6.ebuild,v 1.4 
2014/11/03 11:24:56 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.6.ebuild,v 1.5 
2014/12/28 15:06:33 titanofold Exp $
 
 EAPI="5"
 
@@ -16,7 +16,7 @@
 IUSE="bindist firebird +mysql oracle postgres sqlite sqlite3"
 
 DEPEND="mysql? ( virtual/mysql )
-       postgres? ( virtual/postgresql )
+       postgres? ( dev-db/postgresql )
        sqlite? ( <dev-db/sqlite-3 )
        sqlite3? ( =dev-db/sqlite-3* )
        oracle? ( dev-db/oracle-instantclient-basic )



1.42                 dev-db/opendbx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/ChangeLog?rev=1.42&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/ChangeLog?rev=1.42&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/opendbx/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   15 Dec 2014 18:56:52 -0000      1.41
+++ ChangeLog   28 Dec 2014 15:06:33 -0000      1.42
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/opendbx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/ChangeLog,v 1.41 2014/12/15 
18:56:52 alicef Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/ChangeLog,v 1.42 2014/12/28 
15:06:33 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson <titanof...@gentoo.org> opendbx-1.4.5.ebuild,
+  opendbx-1.4.6.ebuild, opendbx-1.5.0.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
   15 Dec 2014; Alice Ferrazzi <ali...@gentoo.org> metadata.xml:
   Update email and removed proxy-maintainers herd



1.8                  dev-db/opendbx/opendbx-1.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild?r1=1.7&r2=1.8

Index: opendbx-1.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- opendbx-1.4.5.ebuild        3 Nov 2014 11:24:56 -0000       1.7
+++ opendbx-1.4.5.ebuild        28 Dec 2014 15:06:33 -0000      1.8
@@ -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/dev-db/opendbx/opendbx-1.4.5.ebuild,v 1.7 
2014/11/03 11:24:56 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild,v 1.8 
2014/12/28 15:06:33 titanofold Exp $
 
 EAPI="2"
 
@@ -16,7 +16,7 @@
 IUSE="bindist firebird +mysql oracle postgres sqlite sqlite3"
 
 DEPEND="mysql? ( virtual/mysql )
-       postgres? ( virtual/postgresql )
+       postgres? ( dev-db/postgresql )
        sqlite? ( <dev-db/sqlite-3 )
        sqlite3? ( =dev-db/sqlite-3* )
        oracle? ( dev-db/oracle-instantclient-basic )



1.5                  dev-db/opendbx/opendbx-1.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/opendbx-1.5.0.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/opendbx-1.5.0.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/opendbx/opendbx-1.5.0.ebuild?r1=1.4&r2=1.5

Index: opendbx-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.5.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- opendbx-1.5.0.ebuild        3 Nov 2014 11:24:56 -0000       1.4
+++ opendbx-1.5.0.ebuild        28 Dec 2014 15:06:33 -0000      1.5
@@ -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/dev-db/opendbx/opendbx-1.5.0.ebuild,v 1.4 
2014/11/03 11:24:56 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.5.0.ebuild,v 1.5 
2014/12/28 15:06:33 titanofold Exp $
 
 EAPI="5"
 
@@ -19,7 +19,7 @@
 IUSE="bindist firebird +mysql oracle postgres sqlite sqlite3"
 
 DEPEND="mysql? ( virtual/mysql )
-       postgres? ( virtual/postgresql )
+       postgres? ( dev-db/postgresql )
        sqlite? ( <dev-db/sqlite-3 )
        sqlite3? ( =dev-db/sqlite-3* )
        oracle? ( dev-db/oracle-instantclient-basic )




Reply via email to