diff options
author | 2012-02-17 11:18:33 +0000 | |
---|---|---|
committer | 2012-02-17 11:18:33 +0000 | |
commit | 36b5cf1962ca8991e51cc6b0bd6f37eb6f8cafa9 (patch) | |
tree | 1d6d73e61f1c10356403ec5a02eba4bbe496d4cc /dev-python/wtforms | |
parent | Stable for amd64, wrt bug #399957 (diff) | |
download | historical-36b5cf1962ca8991e51cc6b0bd6f37eb6f8cafa9.tar.gz historical-36b5cf1962ca8991e51cc6b0bd6f37eb6f8cafa9.tar.bz2 historical-36b5cf1962ca8991e51cc6b0bd6f37eb6f8cafa9.zip |
Stable for amd64, wrt bug #400343
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'dev-python/wtforms')
-rw-r--r-- | dev-python/wtforms/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/wtforms/wtforms-0.6.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/wtforms/ChangeLog b/dev-python/wtforms/ChangeLog index a80feb2a7b90..24b7c89613ce 100644 --- a/dev-python/wtforms/ChangeLog +++ b/dev-python/wtforms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wtforms -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.16 2011/09/12 08:23:05 djc Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.17 2012/02/17 11:18:33 ago Exp $ + + 17 Feb 2012; Agostino Sarubbo <ago@gentoo.org> wtforms-0.6.3.ebuild: + Stable for amd64, wrt bug #400343 12 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> metadata.xml: Remove myself as a maintainer. diff --git a/dev-python/wtforms/wtforms-0.6.3.ebuild b/dev-python/wtforms/wtforms-0.6.3.ebuild index 65fa46193b04..befcb7eb5cad 100644 --- a/dev-python/wtforms/wtforms-0.6.3.ebuild +++ b/dev-python/wtforms/wtforms-0.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.6.3.ebuild,v 1.1 2011/09/09 09:01:38 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.6.3.ebuild,v 1.2 2012/02/17 11:18:33 ago Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc" S="${WORKDIR}/${MY_P}" |