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 90CB51382C5 for ; Fri, 5 Jan 2018 09:36:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 524EBE0BC7; Fri, 5 Jan 2018 09:36:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 313F3E0BC7 for ; Fri, 5 Jan 2018 09:36:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2076F335C47 for ; Fri, 5 Jan 2018 09:36:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 804A51B2 for ; Fri, 5 Jan 2018 09:36:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1515145000.faffaee2d14db0f44563da6a8d1a3f28a873e8fc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mimerender/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mimerender/Manifest dev-python/mimerender/mimerender-0.5.5.ebuild X-VCS-Directories: dev-python/mimerender/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: faffaee2d14db0f44563da6a8d1a3f28a873e8fc X-VCS-Branch: master Date: Fri, 5 Jan 2018 09:36:49 +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: ac6d8065-67b3-4a42-86b1-981c72c7e036 X-Archives-Hash: 3e522c5cadc3e9b7223d4ff2060925c5 commit: faffaee2d14db0f44563da6a8d1a3f28a873e8fc Author: Michał Górny gentoo org> AuthorDate: Thu Jan 4 23:34:47 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 5 09:36:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faffaee2 dev-python/mimerender: Clean old up dev-python/mimerender/Manifest | 1 - dev-python/mimerender/mimerender-0.5.5.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-python/mimerender/Manifest b/dev-python/mimerender/Manifest index 4f220973ad2..d9b29135cc0 100644 --- a/dev-python/mimerender/Manifest +++ b/dev-python/mimerender/Manifest @@ -1,2 +1 @@ -DIST mimerender-0.5.5.tar.gz 6420 BLAKE2B 2275095089eb08b8a33f8cc711345ca48ff79a633b2b372a5c6afa3ec288e9e3ea5a0f70b08ca78da41fe1370ddce1defe3cce96cf0d56fee1c79f14622ec153 SHA512 35f52ad6c46ec7e37c44be67e52140f19a3def526546a7a370c0b19d4a43e01e213fdb4673c17449de0951066ae208a1f3f70577713242b078eb7080f62f4b24 DIST mimerender-0.6.0.tar.gz 5310 BLAKE2B 92ff2e9dd8544ce64eb00fea230eb5d827cdd76856eb4ec7962ab706081e4e96b97e4bbb1a9131a37d643205e92ec9afb6b2b6b462fddc025a07d201b946eef9 SHA512 0b0f452404d09860cf42b8afef96ac87d4e5b222834b2309a9aa8d4855822b988cc8daaa2a0553332786755a26ff8e65c8cd6fbd4ff390f8534f925524b4222f diff --git a/dev-python/mimerender/mimerender-0.5.5.ebuild b/dev-python/mimerender/mimerender-0.5.5.ebuild deleted file mode 100644 index c4854333039..00000000000 --- a/dev-python/mimerender/mimerender-0.5.5.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="https://pypi.python.org/pypi/mimerender" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - -RDEPEND="dev-python/mimeparse[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]"