diff --git a/dev-python/flup/ChangeLog b/dev-python/flup/ChangeLog new file mode 100644 index 00000000..1faad837 --- /dev/null +++ b/dev-python/flup/ChangeLog @@ -0,0 +1,56 @@ +# ChangeLog for dev-python/flup +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/ChangeLog,v 1.15 2010/04/15 10:04:27 the_paya Exp $ + + 15 Apr 2010; Javier Villavicencio flup-1.0.2.ebuild: + Added ~x86-fbsd keyword. + + 12 Jan 2010; nixnut flup-1.0.2.ebuild: + ppc stable #298902 + + 05 Jan 2010; flup-1.0.2.ebuild: + Stable on amd64 wrt bug #298902 + + 03 Jan 2010; Christian Faulhammer flup-1.0.2.ebuild: + stable x86, bug 298902 + + 26 Dec 2009; Raúl Porcel flup-1.0.2.ebuild: + Add ~sparc wrt #295088 + + 10 Oct 2009; Fabian Groffen flup-1.0.2.ebuild: + Merge from Prefix + + 08 Sep 2009; Arfrever Frehtes Taifersar Arahesis + flup-1.0.2.ebuild: + Set SUPPORT_PYTHON_ABIS. + +*flup-1.0.2 (07 Sep 2009) + + 07 Sep 2009; Patrick Lauer +flup-1.0.2.ebuild: + Bump + +*flup-1.0.1 (07 Dec 2008) + + 07 Dec 2008; Patrick Lauer +flup-1.0.1.ebuild: + Bumping to 1.0.1, closing #246548 + +*flup-1.0 (25 Oct 2007) + + 25 Oct 2007; Tiziano Müller +flup-1.0.ebuild: + Version bump + + 26 Jul 2007; Markus Rothe flup-0.5_p2307.ebuild: + Added ~ppc64; bug #186188 + + 09 Apr 2007; Matti Bickel flup-0.5_p2307.ebuild: + ~ppc added (bug #100784) + + 27 Mar 2007; Raúl Porcel flup-0.5_p2307.ebuild: + Add ~ia64 wrt bug 100784 + +*flup-0.5_p2307 (13 Jan 2007) + + 13 Jan 2007; Tiziano Müller +metadata.xml, + +flup-0.5_p2307.ebuild: + New ebuild for bug #100784. + diff --git a/dev-python/flup/Manifest b/dev-python/flup/Manifest new file mode 100644 index 00000000..517a3a71 --- /dev/null +++ b/dev-python/flup/Manifest @@ -0,0 +1,4 @@ +DIST flup-1.0.2.tar.gz 49051 RMD160 d50e2dc85c767449f17af1eff2c31cba1fec0597 SHA1 29cec06ee28f44b8d6713f4da3d5b793eba6cf21 SHA256 4bad317a5fc1ce3d4fe5e9b6d846ec38a8023e16876785d4f88102f2c8097dd9 +EBUILD flup-1.0.2.ebuild 657 RMD160 f62713ea55f67e5bc57fc6f507b99c2b09a114a4 SHA1 1c6ab28a15c2be100b568d2dc278a63442a0e238 SHA256 1819d128fda230ae91d225ff4bd72258baf11fec57156d35c4e5598002cbc8eb +MISC ChangeLog 1698 RMD160 ab6c729ebe2ab34ca407dfebebe0868a7807adec SHA1 c688163c1f55aed195a0921a50a3492fec6627fd SHA256 4f426bcf7cdf806ee275ec842c4dafffb0a3bfb00b8220b99b0b810033fe3103 +MISC metadata.xml 159 RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f SHA1 c8e604d56dae898258b5254d78cfeac0b981e288 SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4 diff --git a/dev-python/flup/flup-1.0.2.ebuild b/dev-python/flup/flup-1.0.2.ebuild new file mode 100644 index 00000000..af9f88fc --- /dev/null +++ b/dev-python/flup/flup-1.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild,v 1.9 2010/04/15 10:04:27 the_paya Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Random assortment of WSGI servers" +HOMEPAGE="http://trac.saddi.com/flup http://pypi.python.org/pypi/flup" +SRC_URI="http://www.saddi.com/software/${PN}/dist/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="" +RESTRICT_PYTHON_ABIS="3.*" diff --git a/dev-python/flup/metadata.xml b/dev-python/flup/metadata.xml new file mode 100644 index 00000000..de483c53 --- /dev/null +++ b/dev-python/flup/metadata.xml @@ -0,0 +1,5 @@ + + + +python +