From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42DAF139694 for ; Mon, 29 May 2017 11:50:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EA8521C039; Mon, 29 May 2017 11:50:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2981821C039 for ; Mon, 29 May 2017 11:50:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E10AC3416D9 for ; Mon, 29 May 2017 11:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E21E746D for ; Mon, 29 May 2017 11:50:18 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1496058554.804f657dba057b3f212a95fdb29cafb8ff37b305.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/urwidtrees/Manifest dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild X-VCS-Directories: dev-python/urwidtrees/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 804f657dba057b3f212a95fdb29cafb8ff37b305 X-VCS-Branch: master Date: Mon, 29 May 2017 11:50:18 +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: 3c8967b2-a108-42b9-81f4-12b535d20c97 X-Archives-Hash: de26cbff5df4722de9911a1c2fdf3d13 commit: 804f657dba057b3f212a95fdb29cafb8ff37b305 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Mon May 29 11:48:38 2017 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Mon May 29 11:49:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804f657d dev-python/urwidtrees: Remove older version Version 1.0.1.1 is not available upstream anymore. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/urwidtrees/Manifest | 1 - dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild | 49 ------------------------- 2 files changed, 50 deletions(-) diff --git a/dev-python/urwidtrees/Manifest b/dev-python/urwidtrees/Manifest index d601d8b05d7..2cc32baac72 100644 --- a/dev-python/urwidtrees/Manifest +++ b/dev-python/urwidtrees/Manifest @@ -1,2 +1 @@ -DIST urwidtrees-1.0.1.1.tar.gz 12916 SHA256 08a66d0e76e94bc32bc590e35ed283e8a6b0c93adeb431dc576ec0a345f09bfd SHA512 9494cc3c4fe72b468443bbaef0d95f5288ed0dc3a8be00a3bbc261b9b3c4a3752df2f89e439082ed91ba89790c5ad656850d874b5e934cc5a23e87eea8fe4df0 WHIRLPOOL 929d69e4e05fb8e1d68263948b46be5fdc55c480e2678d59d85fa05bd68f795979d97c4fab3f6c8e5d74a71c2375d4805d19f4d44e3def87750dfaad2bdee192 DIST urwidtrees-1.0.2.tar.gz 36082 SHA256 703f4b161b930a26a461a3e3e695f94237ac75e2a52b87613e49093d9aa76034 SHA512 535b99d91154c308260a0ee6490868724ce8dfa89acf3b623c08409ec6e15194d9e94085411dd7796cad98865ed57692a88cbc11540e6523fc371eaf0204ac17 WHIRLPOOL 1ed3afe730855405332afa5813749e6b6400b1accf776d80f4b9a8e98a0d63fa822e7ee4ec4fc81d55f06364447d741f6e473b7eee729229667ea65404abe9c5 diff --git a/dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild b/dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild deleted file mode 100644 index 104b4223002..00000000000 --- a/dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Tree widgets for urwid" -HOMEPAGE="https://github.com/pazz/urwidtrees" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" -RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]" - -src_prepare() { - find "${S}" -name '*.py' -print0 | xargs -0 -- sed \ - -e '1i# -*- coding: utf-8 -*-' -i || die - - distutils-r1_src_prepare - - local md - for md in *.md; do - mv "${md}" "${md%.md}" - done -} - -src_compile() { - distutils-r1_src_compile - - if use doc; then - pushd docs || die - emake html - popd || die - fi -} - -src_install() { - distutils-r1_src_install - - if use doc; then - dohtml -r docs/build/html/* - fi -}