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 EB743139694 for ; Tue, 2 May 2017 14:02:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C024E0CE3; Tue, 2 May 2017 14:02:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EE271E0CE3 for ; Tue, 2 May 2017 14:02:23 +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 65B863416A1 for ; Tue, 2 May 2017 14:02:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA213744C for ; Tue, 2 May 2017 14:02:20 +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: <1493733680.725302c4ec2bc97a5578b8545f3c592d0752fc2c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-mpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-mpd/Manifest dev-python/python-mpd/python-mpd-0.5.4.ebuild X-VCS-Directories: dev-python/python-mpd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 725302c4ec2bc97a5578b8545f3c592d0752fc2c X-VCS-Branch: master Date: Tue, 2 May 2017 14:02:20 +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: b2ae35d9-b2f8-4a27-8922-6e587bc967db X-Archives-Hash: 82eb77bd63a58bc963e685c37e296d78 commit: 725302c4ec2bc97a5578b8545f3c592d0752fc2c Author: Michał Górny gentoo org> AuthorDate: Tue May 2 13:30:43 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 2 14:01:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725302c4 dev-python/python-mpd: Clean old versions up dev-python/python-mpd/Manifest | 1 - dev-python/python-mpd/python-mpd-0.5.4.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/python-mpd/Manifest b/dev-python/python-mpd/Manifest index fb0487be991..78372d2a1bf 100644 --- a/dev-python/python-mpd/Manifest +++ b/dev-python/python-mpd/Manifest @@ -1,2 +1 @@ -DIST python-mpd-0.5.4.tar.gz 45542 SHA256 04dbc3b8d90746298e42852c5b7fb5be5e7af2ca03e812059639b6c060d98c53 SHA512 6303d0eb1ef8120777b2c6a020e30bcc70bbe969b63790391c79ff0baf22c5050fce6a6e4cb80a86351cd76c93c92efb06b4fc2dd2087955d979210c511940ee WHIRLPOOL 4044cb6c368a8e7796775fcca6fb5f1b7df3faf8042b40e6d9baa2129dc6c2a2e500aa523a9ecfed28b561532090939cc87e82a0451085cd73b369c714c83f18 DIST python-mpd-0.5.5.tar.gz 46334 SHA256 b9b9d3a477359f53b62b2ebc26fda29d96da66f86eac83c5e2277e85894d2ce2 SHA512 d5eec60045561a8a0e29eda2ec2fc341c9b81d61363260c884f0863e931077c31c32534e3c98a488ef31aa61cd3d21bdcfa625b7b062ef24bf3e8024dc1e7c5a WHIRLPOOL b09c2875d06b4d828c71a26c9a2ed6fe9f4373d4158f4cbf31956c5c590424993af4d43d1e24a3d94a81c946f800e73806362e1d077ced8444fe2da675a592b9 diff --git a/dev-python/python-mpd/python-mpd-0.5.4.ebuild b/dev-python/python-mpd/python-mpd-0.5.4.ebuild deleted file mode 100644 index 97b7d6b0f7e..00000000000 --- a/dev-python/python-mpd/python-mpd-0.5.4.ebuild +++ /dev/null @@ -1,25 +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 vcs-snapshot - -DESCRIPTION="Python MPD client library" -HOMEPAGE="https://github.com/Mic92/python-mpd2" -SRC_URI="https://github.com/Mic92/${PN}2/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -SLOT="0" -IUSE="test" - -DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] ) - dev-python/setuptools[${PYTHON_USEDEP}]" - -DOCS=( doc/changes.rst doc/topics/{advanced,commands,getting-started,logging}.rst README.rst ) - -python_test() { - "${PYTHON}" test.py || die "Tests fail with ${EPYTHON}" -}