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 6D85E138247 for ; Wed, 18 Dec 2013 08:00:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37C93E0B87; Wed, 18 Dec 2013 08:00:02 +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 BAAE3E0B87 for ; Wed, 18 Dec 2013 08:00:01 +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 E6C0C33EDB1 for ; Wed, 18 Dec 2013 08:00:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id 9487D20035; Wed, 18 Dec 2013 07:59:59 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-augeas: python-augeas-0.4.2_pre131218.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: python-augeas-0.4.2_pre131218.ebuild ChangeLog X-VCS-Directories: dev-python/python-augeas X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131218075959.9487D20035@flycatcher.gentoo.org> Date: Wed, 18 Dec 2013 07:59:59 +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: 8219cb85-1099-40b4-b605-7bd2e1caeffd X-Archives-Hash: 802d8e81dcebcee3fef6b12d0c063ba1 jlec 13/12/18 07:59:59 Modified: ChangeLog Added: python-augeas-0.4.2_pre131218.ebuild Log: dev-python/python-augeas: Add latest snapshot with py3 support (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!) Revision Changes Path 1.7 dev-python/python-augeas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 17 Dec 2013 21:20:25 -0000 1.6 +++ ChangeLog 18 Dec 2013 07:59:59 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-augeas # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.6 2013/12/17 21:20:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.7 2013/12/18 07:59:59 jlec Exp $ + +*python-augeas-0.4.2_pre131218 (18 Dec 2013) + + 18 Dec 2013; Justin Lecher + +python-augeas-0.4.2_pre131218.ebuild: + Add latest snapshot with py3 support *python-augeas-0.4.1 (17 Dec 2013) 1.1 dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild?rev=1.1&content-type=text/plain Index: python-augeas-0.4.2_pre131218.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild,v 1.1 2013/12/18 07:59:59 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 DESCRIPTION="Python bindings for Augeas" HOMEPAGE="http://augeas.net/" #SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz" SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="app-admin/augeas" RDEPEND="${DEPEND}" DOCS="AUTHORS README.txt PKG-INFO" PYTHON_MODNAME="augeas.py" python_test() { cd test || die "${PYTHON}" test_augeas.py || die }