idella4 14/05/13 02:56:59 Modified: django-1.6.4.ebuild django-1.5.7.ebuild ChangeLog Log: tidy, correction to REQUIRED_USE (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/django/django-1.6.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.6.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.6.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.6.4.ebuild?r1=1.2&r2=1.3 Index: django-1.6.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- django-1.6.4.ebuild 12 May 2014 06:44:52 -0000 1.2 +++ django-1.6.4.ebuild 13 May 2014 02:56:58 -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/dev-python/django/django-1.6.4.ebuild,v 1.2 2014/05/12 06:44:52 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.6.4.ebuild,v 1.3 2014/05/13 02:56:58 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -29,7 +29,7 @@ doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] ) test? ( ${PYTHON_DEPS//sqlite?/sqlite} )" -REQUIRED_USE="mysql? ( || ( $(python_gen_useflags python2_7) ) ) +REQUIRED_USE="mysql? ( $(python_gen_useflags python2_7) ) postgres? ( || ( $(python_gen_useflags 'python{2_7,3_3,3_4}') ) )" S="${WORKDIR}/${MY_P}" 1.3 dev-python/django/django-1.5.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.7.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.7.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/django-1.5.7.ebuild?r1=1.2&r2=1.3 Index: django-1.5.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.7.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- django-1.5.7.ebuild 12 May 2014 06:44:52 -0000 1.2 +++ django-1.5.7.ebuild 13 May 2014 02:56:58 -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/dev-python/django/django-1.5.7.ebuild,v 1.2 2014/05/12 06:44:52 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-1.5.7.ebuild,v 1.3 2014/05/13 02:56:58 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy ) @@ -29,8 +29,9 @@ doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] ) test? ( ${PYTHON_DEPS//sqlite?/sqlite} )" -REQUIRED_USE="mysql? ( || ( $(python_gen_useflags 'python2*') ) ) - postgres? ( || ( $(python_gen_useflags 'python{2_7,3_3,3_4}') ) )" +REQUIRED_USE="mysql? ( $(python_gen_useflags python2_7) ) + postgres? ( || ( $(python_gen_useflags 'python{2_7,3_2,3_3}') ) )" + S="${WORKDIR}/${MY_P}" WEBAPP_MANUAL_SLOT="yes" 1.131 dev-python/django/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?rev=1.131&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?rev=1.131&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django/ChangeLog?r1=1.130&r2=1.131 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- ChangeLog 12 May 2014 06:44:52 -0000 1.130 +++ ChangeLog 13 May 2014 02:56:58 -0000 1.131 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/django # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.130 2014/05/12 06:44:52 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.131 2014/05/13 02:56:58 idella4 Exp $ + + 13 May 2014; Ian Delaney <[email protected]> django-1.5.7.ebuild, + django-1.6.4.ebuild: + tidy, correction to REQUIRED_USE 12 May 2014; Ian Delaney <[email protected]> django-1.5.7.ebuild, django-1.6.4.ebuild:
