diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2011-12-16 21:42:39 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2011-12-16 21:42:39 +0000 |
commit | 468cedb7447b963c3d608844ccb1ab05d7aee234 (patch) | |
tree | 45386b82bd9647207ab1c0f650825f0175d2518d /dev-python/werkzeug | |
parent | Added die also to 9999 ebuild, thanks Arfrever for the hint bug #393287 (diff) | |
download | gentoo-2-468cedb7447b963c3d608844ccb1ab05d7aee234.tar.gz gentoo-2-468cedb7447b963c3d608844ccb1ab05d7aee234.tar.bz2 gentoo-2-468cedb7447b963c3d608844ccb1ab05d7aee234.zip |
Version bump.
(Portage version: 2.2.0_alpha59_p57/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r-- | dev-python/werkzeug/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/werkzeug/werkzeug-0.8.2.ebuild (renamed from dev-python/werkzeug/werkzeug-0.8.1.ebuild) | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog index 42b878d146af..5c099caf8b71 100644 --- a/dev-python/werkzeug/ChangeLog +++ b/dev-python/werkzeug/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/werkzeug # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.27 2011/12/03 21:39:52 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.28 2011/12/16 21:42:39 rafaelmartins Exp $ + +*werkzeug-0.8.2 (16 Dec 2011) + + 16 Dec 2011; Rafael G. Martins <rafaelmartins@gentoo.org> + -werkzeug-0.8.1.ebuild, +werkzeug-0.8.2.ebuild: + Version bump. *werkzeug-0.8.1 (03 Dec 2011) diff --git a/dev-python/werkzeug/werkzeug-0.8.1.ebuild b/dev-python/werkzeug/werkzeug-0.8.2.ebuild index 58bb291644e3..664e41d43ab2 100644 --- a/dev-python/werkzeug/werkzeug-0.8.1.ebuild +++ b/dev-python/werkzeug/werkzeug-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.8.1.ebuild,v 1.2 2011/12/03 23:05:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.8.2.ebuild,v 1.1 2011/12/16 21:42:39 rafaelmartins Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -24,8 +24,7 @@ IUSE="test" RDEPEND="dev-python/simplejson" DEPEND="dev-python/setuptools - test? ( dev-python/lxml )" - + test? ( dev-python/lxml )" S="${WORKDIR}/${MY_P}" DOCS="CHANGES" |