From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D61BD198005 for ; Fri, 22 Feb 2013 08:11:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B2CA21C0D1; Fri, 22 Feb 2013 08:11:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1B7F21C0D1 for ; Fri, 22 Feb 2013 08:11:03 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E0B533D751 for ; Fri, 22 Feb 2013 08:11:03 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 807) id D45A72171D; Fri, 22 Feb 2013 08:11:01 +0000 (UTC) From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/billiard: billiard-2.7.3.20.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: billiard-2.7.3.20.ebuild ChangeLog X-VCS-Directories: dev-python/billiard X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130222081101.D45A72171D@flycatcher.gentoo.org> Date: Fri, 22 Feb 2013 08:11:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb957abb-747e-484e-ba1c-cf8119e09f16 X-Archives-Hash: cec60662e4cb3e771482d9443a613fb8 patrick 13/02/22 08:11:01 Modified: ChangeLog Added: billiard-2.7.3.20.ebuild Log: Bump (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.7 dev-python/billiard/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/billiard/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/billiard/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/billiard/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/billiard/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 8 Jan 2013 20:53:41 -0000 1.6 +++ ChangeLog 22 Feb 2013 08:11:01 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/billiard # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/billiard/ChangeLog,v 1.6 2013/01/08 20:53:41 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/billiard/ChangeLog,v 1.7 2013/02/22 08:11:01 patrick Exp $ + +*billiard-2.7.3.20 (22 Feb 2013) + + 22 Feb 2013; Patrick Lauer +billiard-2.7.3.20.ebuild: + Bump *billiard-2.7.3.19 (08 Jan 2013) 1.1 dev-python/billiard/billiard-2.7.3.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/billiard/billiard-2.7.3.20.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/billiard/billiard-2.7.3.20.ebuild?rev=1.1&content-type=text/plain Index: billiard-2.7.3.20.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/billiard/billiard-2.7.3.20.ebuild,v 1.1 2013/02/22 08:11:01 patrick Exp $ EAPI="4" PYTHON_DEPEND="*:2.5" RESTRICT_PYTHON_ABIS="2.4" SUPPORT_PYTHON_ABIS="1" DISTUTILS_SRC_TEST="nosetests" inherit distutils DESCRIPTION="Python multiprocessing fork" HOMEPAGE="http://pypi.python.org/pypi/billiard https://github.com/celery/billiard" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT="test" RDEPEND="" DEPEND="${RDEPEND} dev-python/setuptools"