[gentoo-commits] gentoo-x86 commit in dev-db/tora: ChangeLog tora-9999.ebuild tora-2.1.3-r3.ebuild

2014-12-28 Thread Aaron Swenson (titanofold)
titanofold14/12/28 15:20:50

  Modified: ChangeLog tora-.ebuild tora-2.1.3-r3.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  ChangesPath
1.110dev-db/tora/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/ChangeLog?rev=1.110view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/ChangeLog?rev=1.110content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/ChangeLog?r1=1.109r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   4 Nov 2014 15:19:16 -   1.109
+++ ChangeLog   28 Dec 2014 15:20:50 -  1.110
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/tora
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.109 2014/11/04 
15:19:16 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.110 2014/12/28 
15:20:50 titanofold Exp $
+
+  28 Dec 2014; Aaron W. Swenson titanof...@gentoo.org tora-2.1.3-r3.ebuild,
+  tora-.ebuild:
+  Rename virtual/postgresql to dev-db/postgresql
 
 *tora-3.0.0_pre20140929 (04 Nov 2014)
 



1.6  dev-db/tora/tora-.ebuild

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

Index: tora-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/tora/tora-.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tora-.ebuild3 Nov 2014 11:37:46 -   1.5
+++ tora-.ebuild28 Dec 2014 15:20:50 -  1.6
@@ -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/tora/tora-.ebuild,v 1.5 
2014/11/03 11:37:46 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-.ebuild,v 1.6 
2014/12/28 15:20:50 titanofold Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
dev-qt/qtsql:4[mysql?,postgres?]
dev-qt/qtxmlpatterns:4
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
-   postgres? ( virtual/postgresql )
+   postgres? ( dev-db/postgresql )
 
 RDEPEND=${DEPEND}
 



1.3  dev-db/tora/tora-2.1.3-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild?r1=1.2r2=1.3

Index: tora-2.1.3-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tora-2.1.3-r3.ebuild3 Nov 2014 11:37:46 -   1.2
+++ tora-2.1.3-r3.ebuild28 Dec 2014 15:20:50 -  1.3
@@ -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/tora/tora-2.1.3-r3.ebuild,v 1.2 
2014/11/03 11:37:46 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild,v 1.3 
2014/12/28 15:20:50 titanofold Exp $
 
 EAPI=3
 
@@ -25,7 +25,7 @@
dev-db/oracle-instantclient-basic
dev-db/oracle-instantclient-sqlplus
)
-   postgres? ( virtual/postgresql[server] )
+   postgres? ( dev-db/postgresql[server] )
 
 RDEPEND=${DEPEND}
 






[gentoo-commits] gentoo-x86 commit in dev-db/tora: ChangeLog tora-9999.ebuild tora-2.1.3-r3.ebuild

2014-11-03 Thread Aaron Swenson (titanofold)
titanofold14/11/03 11:37:46

  Modified: ChangeLog tora-.ebuild tora-2.1.3-r3.ebuild
  Log:
  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.108dev-db/tora/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/ChangeLog?rev=1.108view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/ChangeLog?rev=1.108content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/ChangeLog?r1=1.107r2=1.108

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   13 Oct 2014 08:05:53 -  1.107
+++ ChangeLog   3 Nov 2014 11:37:46 -   1.108
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/tora
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.107 2014/10/13 
08:05:53 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/ChangeLog,v 1.108 2014/11/03 
11:37:46 titanofold Exp $
+
+  03 Nov 2014; Aaron W. Swenson titanof...@gentoo.org tora-2.1.3-r3.ebuild,
+  tora-.ebuild:
+  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
 
   13 Oct 2014; Sergey Popov pinkb...@gentoo.org metadata.xml:
   Add new maintainer and proxy maintainers herd



1.5  dev-db/tora/tora-.ebuild

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

Index: tora-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/tora/tora-.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tora-.ebuild3 Oct 2014 16:10:40 -   1.4
+++ tora-.ebuild3 Nov 2014 11:37:46 -   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/tora/tora-.ebuild,v 1.4 
2014/10/03 16:10:40 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-.ebuild,v 1.5 
2014/11/03 11:37:46 titanofold Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
dev-qt/qtsql:4[mysql?,postgres?]
dev-qt/qtxmlpatterns:4
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
-   postgres? ( dev-db/postgresql-base )
+   postgres? ( virtual/postgresql )
 
 RDEPEND=${DEPEND}
 



1.2  dev-db/tora/tora-2.1.3-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild?r1=1.1r2=1.2

Index: tora-2.1.3-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tora-2.1.3-r3.ebuild30 Oct 2013 21:22:41 -  1.1
+++ tora-2.1.3-r3.ebuild3 Nov 2014 11:37:46 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild,v 1.1 
2013/10/30 21:22:41 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.1.3-r3.ebuild,v 1.2 
2014/11/03 11:37:46 titanofold Exp $
 
 EAPI=3
 
@@ -25,7 +25,7 @@
dev-db/oracle-instantclient-basic
dev-db/oracle-instantclient-sqlplus
)
-   postgres? ( dev-db/postgresql-server )
+   postgres? ( virtual/postgresql[server] )
 
 RDEPEND=${DEPEND}