From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SZp4G-0003Zs-9i for garchives@archives.gentoo.org; Wed, 30 May 2012 20:00:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E766E07E2; Wed, 30 May 2012 20:00:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 087B5E07E2 for ; Wed, 30 May 2012 20:00:14 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 686531B402C for ; Wed, 30 May 2012 20:00:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2699BE5428 for ; Wed, 30 May 2012 20:00:13 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1338407966.f959fe75ddb69ca2383ac84bee2df0668dcfb128.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-python/pythontidy/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-python/pythontidy/pythontidy-1.23.ebuild X-VCS-Directories: dev-python/pythontidy/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: f959fe75ddb69ca2383ac84bee2df0668dcfb128 X-VCS-Branch: master Date: Wed, 30 May 2012 20:00:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5c1f3ee2-cef5-49cc-b41a-7f62396dcf67 X-Archives-Hash: b6b2f27fa875cb4e68fb0dd485bbe8f1 commit: f959fe75ddb69ca2383ac84bee2df0668dcfb128 Author: Sebastian Pipping pipping org> AuthorDate: Wed May 30 19:59:26 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed May 30 19:59:26 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3Df959fe75 dev-python/pythontidy: 1.23 --- dev-python/pythontidy/pythontidy-1.23.ebuild | 23 ++++++++++++++++++++= +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/dev-python/pythontidy/pythontidy-1.23.ebuild b/dev-python/py= thontidy/pythontidy-1.23.ebuild new file mode 100644 index 0000000..6619b4d --- /dev/null +++ b/dev-python/pythontidy/pythontidy-1.23.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"3" + +PYTHON_DEPEND=3D"2" +inherit python + +MY_PN=3DPythonTidy +DESCRIPTION=3D"Cleans up, regularizes, and reformats the text of Python = scripts." +HOMEPAGE=3D"http://pypi.python.org/pypi/PythonTidy/" +SRC_URI=3D"http://lacusveris.com/${MY_PN}/${MY_PN}-${PV}.python" + +LICENSE=3D"|| ( GPL-2 GPL-3 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +src_install() { + newbin "${DISTDIR}"/${A} ${PN} || die + python_convert_shebangs 2 "${D}"/usr/bin/${PN} || die +}