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 2EA751381FA for ; Sat, 3 May 2014 02:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1ECCE08BB; Sat, 3 May 2014 02:29:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B28FE08BB for ; Sat, 3 May 2014 02:29:34 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95645340360 for ; Sat, 3 May 2014 02:29:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2332) id 326562004E; Sat, 3 May 2014 02:29:32 +0000 (UTC) From: "Ian Delaney (idella4)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/lxml: ChangeLog lxml-3.3.5.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog lxml-3.3.5.ebuild X-VCS-Directories: dev-python/lxml X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140503022932.326562004E@flycatcher.gentoo.org> Date: Sat, 3 May 2014 02:29: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: e571d632-c172-4cbb-9f8e-dc0c9d335d5a X-Archives-Hash: d1a1c1d701d3e75d3bc526543369f699 idella4 14/05/03 02:29:32 Modified: ChangeLog lxml-3.3.5.ebuild Log: Manifests (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.191 dev-python/lxml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.191&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?rev=1.191&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/ChangeLog?r1=1.190&r2=1.191 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v retrieving revision 1.190 retrieving revision 1.191 diff -u -r1.190 -r1.191 --- ChangeLog 25 Apr 2014 05:03:39 -0000 1.190 +++ ChangeLog 3 May 2014 02:29:31 -0000 1.191 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/lxml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.190 2014/04/25 05:03:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/ChangeLog,v 1.191 2014/05/03 02:29:31 idella4 Exp $ + + 03 May 2014; Ian Delaney lxml-3.3.3.ebuild, + lxml-3.3.5.ebuild: + drop py2.6 *lxml-3.3.5 (25 Apr 2014) 1.2 dev-python/lxml/lxml-3.3.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild?r1=1.1&r2=1.2 Index: lxml-3.3.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lxml-3.3.5.ebuild 25 Apr 2014 05:03:39 -0000 1.1 +++ lxml-3.3.5.ebuild 3 May 2014 02:29:32 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.1 2014/04/25 05:03:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.3.5.ebuild,v 1.2 2014/05/03 02:29:32 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_{2,3,4}} ) +PYTHON_COMPAT=( python{2_7,3_{2,3,4}} ) inherit distutils-r1 flag-o-matic DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries" @@ -21,7 +21,6 @@ >=dev-libs/libxml2-2.7.2 >=dev-libs/libxslt-1.1.15 beautifulsoup3? ( - python_targets_python2_6? ( dev-python/beautifulsoup:python-2[python_targets_python2_6] ) python_targets_python2_7? ( dev-python/beautifulsoup:python-2[python_targets_python2_7] ) python_targets_python3_2? ( dev-python/beautifulsoup:python-3[python_targets_python3_2] ) python_targets_python3_3? ( dev-python/beautifulsoup:python-3[python_targets_python3_3] )