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 894A4138A2F for ; Fri, 15 Aug 2014 01:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DD2EE0A40; Fri, 15 Aug 2014 01:30:35 +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 96002E0A40 for ; Fri, 15 Aug 2014 01:30: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 1709C3403BD for ; Fri, 15 Aug 2014 01:30:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2332) id 401222004F; Fri, 15 Aug 2014 01:30:28 +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/pysvn: pysvn-1.7.9.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pysvn-1.7.9.ebuild ChangeLog X-VCS-Directories: dev-python/pysvn X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140815013029.401222004F@flycatcher.gentoo.org> Date: Fri, 15 Aug 2014 01:30:28 +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: c851e003-84b8-4d0a-9013-ea2507158da6 X-Archives-Hash: 2c812376559a683c387dc06eb45c576b idella4 14/08/15 01:30:28 Modified: ChangeLog Added: pysvn-1.7.9.ebuild Log: drop py2.6 py3.2 add py3.4, re-based patch, re-instated test phase, tidy (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.38 dev-python/pysvn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvn/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvn/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvn/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pysvn/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 7 Jan 2014 15:01:03 -0000 1.37 +++ ChangeLog 15 Aug 2014 01:30:28 -0000 1.38 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pysvn # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/ChangeLog,v 1.37 2014/01/07 15:01:03 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/ChangeLog,v 1.38 2014/08/15 01:30:28 idella4 Exp $ + +*pysvn-1.7.9 (15 Aug 2014) + + 15 Aug 2014; Ian Delaney + +files/pysvn-1.7.9-respect_flags.patch, +pysvn-1.7.9.ebuild: + drop py2.6 py3.2 add py3.4, re-based patch, re-instated test phase, tidy 07 Jan 2014; Lars Wendler pysvn-1.7.8.ebuild: Fixed dependency on subversion (bug #497400). 1.1 dev-python/pysvn/pysvn-1.7.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvn/pysvn-1.7.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysvn/pysvn-1.7.9.ebuild?rev=1.1&content-type=text/plain Index: pysvn-1.7.9.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/pysvn-1.7.9.ebuild,v 1.1 2014/08/15 01:30:28 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit eutils distutils-r1 toolchain-funcs DESCRIPTION="Object-oriented python bindings for subversion" HOMEPAGE="http://pysvn.tigris.org/" SRC_URI="http://pysvn.barrys-emacs.org/source_kits/${P}.tar.gz" LICENSE="Apache-1.1" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="doc examples" DEPEND=" >=dev-python/pycxx-6.2.0[${PYTHON_USEDEP}]