idella4 14/06/02 10:09:48 Modified: flask-peewee-0.6.5.ebuild ChangeLog Log: set PYTHON_USEDEP tp peewee (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/flask-peewee/flask-peewee-0.6.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-peewee/flask-peewee-0.6.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-peewee/flask-peewee-0.6.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-peewee/flask-peewee-0.6.5.ebuild?r1=1.1&r2=1.2 Index: flask-peewee-0.6.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-peewee/flask-peewee-0.6.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- flask-peewee-0.6.5.ebuild 18 Aug 2013 02:59:11 -0000 1.1 +++ flask-peewee-0.6.5.ebuild 2 Jun 2014 10:09:48 -0000 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-python/flask-peewee/flask-peewee-0.6.5.ebuild,v 1.1 2013/08/18 02:59:11 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-peewee/flask-peewee-0.6.5.ebuild,v 1.2 2014/06/02 10:09:48 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -21,7 +21,7 @@ RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/peewee + dev-python/peewee[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) 1.2 dev-python/flask-peewee/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-peewee/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-peewee/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-peewee/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-peewee/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 18 Aug 2013 02:59:11 -0000 1.1 +++ ChangeLog 2 Jun 2014 10:09:48 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flask-peewee -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-peewee/ChangeLog,v 1.1 2013/08/18 02:59:11 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-peewee/ChangeLog,v 1.2 2014/06/02 10:09:48 idella4 Exp $ + + 02 Jun 2014; Ian Delaney <[email protected]> flask-peewee-0.6.5.ebuild: + set PYTHON_USEDEP tp peewee *flask-peewee-0.6.5 (18 Aug 2013)
