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 5F29E1381F3 for ; Wed, 7 Aug 2013 09:30:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAB3DE0A7D; Wed, 7 Aug 2013 09:30:34 +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 7B082E0A7D for ; Wed, 7 Aug 2013 09:30:34 +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 942FE33E5B9 for ; Wed, 7 Aug 2013 09:30:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 3BFAC2171C; Wed, 7 Aug 2013 09:30:32 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyh2o: pyh2o-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pyh2o-9999.ebuild ChangeLog X-VCS-Directories: dev-python/pyh2o X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130807093032.3BFAC2171C@flycatcher.gentoo.org> Date: Wed, 7 Aug 2013 09:30:32 +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: cf2d4319-d237-4180-b65f-6654745af26f X-Archives-Hash: 1e46a03a2d5ad68c9ca2f52425881bea mgorny 13/08/07 09:30:32 Modified: pyh2o-9999.ebuild ChangeLog Log: Add the missing dep, and enable pypy2.0. (Portage version: 2.2.0_alpha194/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!) Revision Changes Path 1.3 dev-python/pyh2o/pyh2o-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild?r1=1.2&r2=1.3 Index: pyh2o-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pyh2o-9999.ebuild 17 Dec 2012 19:58:35 -0000 1.2 +++ pyh2o-9999.ebuild 7 Aug 2013 09:30:32 -0000 1.3 @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.2 2012/12/17 19:58:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.3 2013/08/07 09:30:32 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} ) inherit distutils-r1 @@ -23,6 +23,9 @@ KEYWORDS="~amd64 ~x86" IUSE="" +RDEPEND=">=sci-libs/libh2o-0.2.1" +DEPEND="${RDEPEND}" + #if LIVE KEYWORDS= SRC_URI= 1.3 dev-python/pyh2o/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyh2o/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 17 Dec 2012 19:58:35 -0000 1.2 +++ ChangeLog 7 Aug 2013 09:30:32 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyh2o -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.2 2012/12/17 19:58:35 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/ChangeLog,v 1.3 2013/08/07 09:30:32 mgorny Exp $ + + 07 Aug 2013; Michał Górny pyh2o-9999.ebuild: + Add the missing dep, and enable pypy2.0. 17 Dec 2012; Michał Górny pyh2o-9999.ebuild: Bump to EAPI=5 to make Paludis happy, bug #447524.