williamh    14/09/05 16:54:18

  Modified:             joomla-3.3.3.ebuild ChangeLog
  Log:
  qa: after speaking with Brian from the db team, do not depend on a database 
directly. Instead, depend on php with the appropriate bindings and allow the 
user to pick them through use flags.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  Changes    Path
1.3                  www-apps/joomla/joomla-3.3.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/joomla-3.3.3.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/joomla-3.3.3.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/joomla-3.3.3.ebuild?r1=1.2&r2=1.3

Index: joomla-3.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/joomla/joomla-3.3.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- joomla-3.3.3.ebuild 5 Sep 2014 07:51:00 -0000       1.2
+++ joomla-3.3.3.ebuild 5 Sep 2014 16:54:18 -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/www-apps/joomla/joomla-3.3.3.ebuild,v 1.2 
2014/09/05 07:51:00 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/joomla-3.3.3.ebuild,v 1.3 
2014/09/05 16:54:18 williamh Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+IUSE="mysql postgres"
 
 need_httpd_cgi
 need_php_httpd
@@ -24,8 +24,9 @@
 
 DEPEND="${DEPEND}
        app-arch/unzip"
-RDEPEND=">=dev-lang/php-5.3.10[json,mysql,zlib,xml]
-        >=virtual/mysql-5.2.14"
+RDEPEND=">=dev-lang/php-5.3.10[json,mysql?,postgres?,zlib,xml]"
+
+REQUIRED_USE="|| ( mysql postgres )"
 
 src_install () {
        webapp_src_preinst



1.62                 www-apps/joomla/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/ChangeLog?rev=1.62&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/ChangeLog?rev=1.62&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/joomla/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   5 Sep 2014 07:51:00 -0000       1.61
+++ ChangeLog   5 Sep 2014 16:54:18 -0000       1.62
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/joomla
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/ChangeLog,v 1.61 2014/09/05 
07:51:00 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/joomla/ChangeLog,v 1.62 2014/09/05 
16:54:18 williamh Exp $
+
+  05 Sep 2014; William Hubbs <willi...@gentoo.org> joomla-3.3.3.ebuild:
+  qa: after speaking with Brian from the db team, do not depend on a database
+  directly. Instead, depend on php with the appropriate bindings and allow the
+  user to pick them through use flags.
 
   05 Sep 2014; William Hubbs <willi...@gentoo.org> joomla-3.3.3.ebuild,
   metadata.xml:




Reply via email to