summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-14 13:49:42 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-14 13:49:42 +0000
commiteab6939509cc5fee9a147b0a311df6776814d997 (patch)
tree9476b2121ab0452bad1674a222e16076ef8c0159 /dev-python/wtforms
parentx86 stable wrt bug #319735 (diff)
downloadhistorical-eab6939509cc5fee9a147b0a311df6776814d997.tar.gz
historical-eab6939509cc5fee9a147b0a311df6776814d997.tar.bz2
historical-eab6939509cc5fee9a147b0a311df6776814d997.zip
Delete older ebuilds.
Diffstat (limited to 'dev-python/wtforms')
-rw-r--r--dev-python/wtforms/Manifest4
-rw-r--r--dev-python/wtforms/wtforms-0.4.ebuild51
-rw-r--r--dev-python/wtforms/wtforms-0.5.ebuild51
3 files changed, 0 insertions, 106 deletions
diff --git a/dev-python/wtforms/Manifest b/dev-python/wtforms/Manifest
index 3bf0b60d17a1..cd2fb67772b3 100644
--- a/dev-python/wtforms/Manifest
+++ b/dev-python/wtforms/Manifest
@@ -1,8 +1,4 @@
-DIST WTForms-0.4.zip 133965 RMD160 fd7093b1ef8c3b0f17d5e3de6298a5624e63f31d SHA1 5193aeefb1a20ee2109600c81398ce77a994e702 SHA256 7133f44fde9a8b5d33f701e61b0ecbc4b7867556e936e8ae280ea34587e480ec
-DIST WTForms-0.5.zip 192054 RMD160 c598f0e50118120a3f15e2e1643f860832235f5d SHA1 31539a0f555ff0a3434569bf9666529f134b9740 SHA256 3a1244efa3585fc4d22b09388d1eaf9d85f854c29e32bb00098a830880eb682e
DIST WTForms-0.6.zip 199112 RMD160 a0f3fe760e22a3ba26a4ea388e8a402a0c43a45c SHA1 ef6d3c60377deea1eec1bc9d20a0fa281dba5054 SHA256 117e70e51ef8851d8d465d507f6f1a19b7a1dd6a3c651ad1efe47e1af8e5ad3a
-EBUILD wtforms-0.4.ebuild 1165 RMD160 2ee047aea6ce28403e91c6451be279506cb9f812 SHA1 3d0d29a706127de027f8a1830c43d2010c315694 SHA256 b2eda44c7daa5b7877db82897c3f9fd86be01d0a8b69aec0ce2de24430f495fe
-EBUILD wtforms-0.5.ebuild 1168 RMD160 9da88cae2aa6359a8c762b2cecdf6e32a0d5c24d SHA1 bd955f334e61d67befa2570fc129619c6d513d28 SHA256 5220749cbddaf9d76f72c7b130b96b5de9ecf59a58c486c41e0ac3e2458a6ece
EBUILD wtforms-0.6.ebuild 1229 RMD160 8e13c920fbdb19052ffee960df4d4cb436cd5242 SHA1 b9495d66d8d7196ed7b972b2847fa13095bd3a39 SHA256 e00ae52d5e33ff17a87e780ff817d83b8b5045df4818b43ed974cc6e9aa47215
MISC ChangeLog 925 RMD160 b37972fbae14d98e31c5102792426d2e66fe44cf SHA1 e1c9e4e1866baa49c7e97dc613960f1f02b54452 SHA256 3995cecc3f251da2e5c1d8ca80d09953d0de95fdeff2929354f498fa9b115252
MISC metadata.xml 259 RMD160 4b781a038008fac445e4154045f964b64ad59e75 SHA1 9809d89f3360f9f7537c2bb480d6bcbe942c6ea0 SHA256 0fb1da675767b69b5bd240d135effe2fc500e8b997a5f4eed212e5b26d027972
diff --git a/dev-python/wtforms/wtforms-0.4.ebuild b/dev-python/wtforms/wtforms-0.4.ebuild
deleted file mode 100644
index 2dc8259f7fce..000000000000
--- a/dev-python/wtforms/wtforms-0.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.4.ebuild,v 1.4 2009/12/02 10:49:11 maekke Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="WTForms"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Flexible forms validation and rendering library for python web development"
-HOMEPAGE="http://wtforms.simplecodes.com/ http://pypi.python.org/pypi/WTForms"
-SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-S="${WORKDIR}/${MY_P}"
-
-DEPEND="doc? ( >=dev-python/sphinx-0.6 )"
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-
-DOCS="AUTHORS.txt CHANGES.txt INSTALL.txt LICENSE.txt README.txt"
-
-src_compile() {
- distutils_src_compile
- if use doc; then
- cd docs
- PYTHONPATH=.. emake html || die "Building of documentation failed"
- fi
-}
-
-src_test() {
- cd tests
- testing() {
- "$(PYTHON)" runtests.py
- }
- python_execute_function testing
-}
-
-src_install() {
- distutils_src_install
- if use doc; then
- dohtml -r docs/_build/html/* || die "Installation of documentation failed"
- fi
-}
diff --git a/dev-python/wtforms/wtforms-0.5.ebuild b/dev-python/wtforms/wtforms-0.5.ebuild
deleted file mode 100644
index 79c3cb263f37..000000000000
--- a/dev-python/wtforms/wtforms-0.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.5.ebuild,v 1.1 2010/02/21 12:48:28 patrick Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="WTForms"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Flexible forms validation and rendering library for python web development"
-HOMEPAGE="http://wtforms.simplecodes.com/ http://pypi.python.org/pypi/WTForms"
-SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-S="${WORKDIR}/${MY_P}"
-
-DEPEND="doc? ( >=dev-python/sphinx-0.6 )"
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-
-DOCS="AUTHORS.txt CHANGES.txt INSTALL.txt LICENSE.txt README.txt"
-
-src_compile() {
- distutils_src_compile
- if use doc; then
- cd docs
- PYTHONPATH=.. emake html || die "Building of documentation failed"
- fi
-}
-
-src_test() {
- cd tests
- testing() {
- "$(PYTHON)" runtests.py
- }
- python_execute_function testing
-}
-
-src_install() {
- distutils_src_install
- if use doc; then
- dohtml -r docs/_build/html/* || die "Installation of documentation failed"
- fi
-}