titanofold    14/11/03 11:10:26

  Modified:             sphinx-2.0.10.ebuild ChangeLog sphinx-0.9.9.ebuild
                        sphinx-2.1.8.ebuild sphinx-2.1.9.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  Changes    Path
1.4                  app-misc/sphinx/sphinx-2.0.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild?r1=1.3&r2=1.4

Index: sphinx-2.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sphinx-2.0.10.ebuild        4 Mar 2014 20:20:17 -0000       1.3
+++ sphinx-2.0.10.ebuild        3 Nov 2014 11:10:26 -0000       1.4
@@ -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/app-misc/sphinx/sphinx-2.0.10.ebuild,v 1.3 
2014/03/04 20:20:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.0.10.ebuild,v 1.4 
2014/11/03 11:10:26 titanofold Exp $
 
 EAPI=5
 inherit eutils autotools toolchain-funcs
@@ -23,7 +23,7 @@
 IUSE="debug id64 mysql odbc postgres stemmer test"
 
 RDEPEND="mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( virtual/postgresql )
        odbc? ( dev-db/unixODBC )
        virtual/libiconv"
 DEPEND="${RDEPEND}



1.82                 app-misc/sphinx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/ChangeLog?rev=1.82&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/ChangeLog?rev=1.82&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   21 Jul 2014 19:24:15 -0000      1.81
+++ ChangeLog   3 Nov 2014 11:10:26 -0000       1.82
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/sphinx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.81 2014/07/21 
19:24:15 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.82 2014/11/03 
11:10:26 titanofold Exp $
+
+  03 Nov 2014; Aaron W. Swenson <[email protected]> sphinx-0.9.9.ebuild,
+  sphinx-2.0.10.ebuild, sphinx-2.1.8.ebuild, sphinx-2.1.9.ebuild:
+  Update PostgreSQL dependencies and/or checks to virtual/postgresql.
 
   21 Jul 2014; Chema Alonso <[email protected]> sphinx-2.1.8.ebuild:
   Stable for amd64 wrt bug #516302



1.7                  app-misc/sphinx/sphinx-0.9.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild?r1=1.6&r2=1.7

Index: sphinx-0.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sphinx-0.9.9.ebuild 16 Apr 2014 05:56:39 -0000      1.6
+++ sphinx-0.9.9.ebuild 3 Nov 2014 11:10:26 -0000       1.7
@@ -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/app-misc/sphinx/sphinx-0.9.9.ebuild,v 1.6 
2014/04/16 05:56:39 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.9.ebuild,v 1.7 
2014/11/03 11:10:26 titanofold Exp $
 
 EAPI=2
 inherit eutils autotools
@@ -24,7 +24,7 @@
 IUSE="debug id64 mysql postgres stemmer test"
 
 RDEPEND="mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql-base )"
+       postgres? ( virtual/postgresql )"
 DEPEND="${RDEPEND}
        test? ( dev-lang/php )"
 



1.3                  app-misc/sphinx/sphinx-2.1.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.1.8.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.1.8.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.1.8.ebuild?r1=1.2&r2=1.3

Index: sphinx-2.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sphinx-2.1.8.ebuild 21 Jul 2014 19:24:15 -0000      1.2
+++ sphinx-2.1.8.ebuild 3 Nov 2014 11:10:26 -0000       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/app-misc/sphinx/sphinx-2.1.8.ebuild,v 1.2 
2014/07/21 19:24:15 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.1.8.ebuild,v 1.3 
2014/11/03 11:10:26 titanofold Exp $
 
 EAPI=5
 inherit eutils autotools toolchain-funcs
@@ -18,7 +18,7 @@
 IUSE="debug id64 mysql odbc postgres stemmer syslog test xml"
 
 RDEPEND="mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( virtual/postgresql )
        odbc? ( dev-db/unixODBC )
        stemmer? ( dev-libs/snowball-stemmer )
        xml? ( dev-libs/expat )



1.2                  app-misc/sphinx/sphinx-2.1.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.1.9.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.1.9.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/sphinx/sphinx-2.1.9.ebuild?r1=1.1&r2=1.2

Index: sphinx-2.1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.1.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sphinx-2.1.9.ebuild 4 Jul 2014 06:32:04 -0000       1.1
+++ sphinx-2.1.9.ebuild 3 Nov 2014 11:10:26 -0000       1.2
@@ -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/app-misc/sphinx/sphinx-2.1.9.ebuild,v 1.1 
2014/07/04 06:32:04 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.1.9.ebuild,v 1.2 
2014/11/03 11:10:26 titanofold Exp $
 
 EAPI=5
 inherit eutils autotools toolchain-funcs
@@ -18,7 +18,7 @@
 IUSE="debug id64 mysql odbc postgres stemmer syslog test xml"
 
 RDEPEND="mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql-base )
+       postgres? ( virtual/postgresql )
        odbc? ( dev-db/unixODBC )
        stemmer? ( dev-libs/snowball-stemmer )
        xml? ( dev-libs/expat )




Reply via email to