add threadpool

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/zarafa@2950 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2011-06-19 14:13:48 +00:00
parent a4009ba0dd
commit 4e874510f3
4 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# ChangeLog for dev-python/threadpool
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*threadpool-1.2.7 (19 Jun 2011)
19 Jun 2011; Mario Fetka <mario.fetka@gmail.com> +threadpool-1.2.7.ebuild,
+metadata.xml:
initial commit

View File

@ -0,0 +1,4 @@
DIST threadpool-1.2.7.tar.bz2 34083 RMD160 9bcc55d7c800996ce953d73702d42f9ced90eb65 SHA1 15279c4f09070e430fdd45c7a63322695a589c9d SHA256 538539b3783acc7f7b2bbb5611bd66e98e5026ae665f014e8bd5da19dbb55acf
EBUILD threadpool-1.2.7.ebuild 527 RMD160 b2afc5cfcbbbdbd4d4f53623596001dafbcffd35 SHA1 71577eaf71940b0012df8261dfc332d3f7949b4a SHA256 a62b0f1fd017ca145fa347770529cd6ea1aec36d21e6bd328dc09ca51aa58ec8
MISC ChangeLog 267 RMD160 10494baff479a157218b3b2f0dc6bcd08b34ef78 SHA1 d7425247a36aca0092a7fa9b5460caa4ced138f6 SHA256 33fb19b3ea0bca6cf69cdeb2188bc56dc3e8b155cf2e34aac7a5e773a4373d8d
MISC metadata.xml 159 RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f SHA1 c8e604d56dae898258b5254d78cfeac0b981e288 SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
</pkgmetadata>

View File

@ -0,0 +1,24 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
DESCRIPTION="Easy to use object-oriented thread pool framework"
HOMEPAGE="http://chrisarndt.de/projects/threadpool/"
SRC_URI="http://chrisarndt.de/projects/threadpool/download/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND="${DEPEND}"
DOCS="doc/*"