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 0BD0113829B for ; Sun, 29 May 2016 14:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5561714396; Sun, 29 May 2016 14:19:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 515FA14396 for ; Sun, 29 May 2016 14:19: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B8E5340C01 for ; Sun, 29 May 2016 14:19:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7C831933 for ; Sun, 29 May 2016 14:19:16 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1464531461.ac5f29ebe6e8d353c4b4f310860c871a233fb8e3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylast/Manifest dev-python/pylast/pylast-0.5.11-r1.ebuild X-VCS-Directories: dev-python/pylast/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ac5f29ebe6e8d353c4b4f310860c871a233fb8e3 X-VCS-Branch: master Date: Sun, 29 May 2016 14:19:16 +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: f534b2d9-1905-4363-a40f-4de7547372af X-Archives-Hash: 54036e5b4d95f4be4c07754873b2c71d commit: ac5f29ebe6e8d353c4b4f310860c871a233fb8e3 Author: Pacho Ramos gentoo org> AuthorDate: Sun May 29 14:11:23 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun May 29 14:17:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5f29eb dev-python/pylast: Drop old Package-Manager: portage-2.3.0_rc1 dev-python/pylast/Manifest | 1 - dev-python/pylast/pylast-0.5.11-r1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-python/pylast/Manifest b/dev-python/pylast/Manifest index 985f630..1697766 100644 --- a/dev-python/pylast/Manifest +++ b/dev-python/pylast/Manifest @@ -1,2 +1 @@ -DIST pylast-0.5.11.tar.gz 26146 SHA256 bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4 SHA512 4b313156aff927f1ec61a848d1ee4c74fde348e1faef6d8dcf9578b164d65621c85bac3de0288d7aae0147157cc2c01a048d7293c191e9c1ede1197527d987e6 WHIRLPOOL 16f4b0c4b4844997575bb382f62c2b65b69dbf3b3a794e016b84046aefd023e44591e12819171eada7c7d0f88791a85c5d549340d85823d46cd1d1c4d36fd0d9 DIST pylast-1.0.0.tar.gz 29099 SHA256 948bc9efb2e2785db8c303cc6559358b943538cc45f902838db770b84843d605 SHA512 1d6183596ff994f37722be493e22c65a2c441f5890b539fd9e19d515a5a38afc7017524600903879a8c76b938a52dec6ef4753c0e01dd59bae4e1596962755a0 WHIRLPOOL fd81c5143574f7685383719d76db67b24dbf78d387f3f73846ee2fc2433bf1ea65b1d35961b8f9424fb083f42872bb150e505cbfda93134fcb4509a74d8a8980 diff --git a/dev-python/pylast/pylast-0.5.11-r1.ebuild b/dev-python/pylast/pylast-0.5.11-r1.ebuild deleted file mode 100644 index adc1c36..0000000 --- a/dev-python/pylast/pylast-0.5.11-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_3} ) - -inherit distutils-r1 - -DESCRIPTION="Python interface to last.fm and other api-compatible websites" -HOMEPAGE="https://github.com/pylast/pylast" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE=""