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 A9DC9138334 for ; Sun, 8 Jul 2018 10:33:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7074EE0821; Sun, 8 Jul 2018 10:33:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2D65FE0821 for ; Sun, 8 Jul 2018 10:33:28 +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 C2019335C0C for ; Sun, 8 Jul 2018 10:33:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD32C2E2 for ; Sun, 8 Jul 2018 10:33:23 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1531045910.e474f3fb4f1a6826cae4bbc5629b9e3a33cd63e8.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/puddletag/Manifest media-sound/puddletag/metadata.xml media-sound/puddletag/puddletag-1.2.0.ebuild X-VCS-Directories: media-sound/puddletag/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: e474f3fb4f1a6826cae4bbc5629b9e3a33cd63e8 X-VCS-Branch: master Date: Sun, 8 Jul 2018 10:33:23 +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: 1c2510f5-5caf-4e9b-9c74-af5f1d4572e1 X-Archives-Hash: 71d7a5a7dd739e9d789452f34a67b235 commit: e474f3fb4f1a6826cae4bbc5629b9e3a33cd63e8 Author: Daniel Pielmeier gentoo org> AuthorDate: Sun Jul 8 10:31:50 2018 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Sun Jul 8 10:31:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e474f3fb media-sound/puddletag: Remove last rited package. Closes: https://bugs.gentoo.org/649112 media-sound/puddletag/Manifest | 1 - media-sound/puddletag/metadata.xml | 18 ---------------- media-sound/puddletag/puddletag-1.2.0.ebuild | 31 ---------------------------- 3 files changed, 50 deletions(-) diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest deleted file mode 100644 index 59a1ea8a487..00000000000 --- a/media-sound/puddletag/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST puddletag-1.2.0.tar.gz 1231226 BLAKE2B 3555bb8fe06acf95106a0dc59dd617d9fba7075dbe97c2fba18a24a663cb9d9ae010718fc07d57823acccdb528c078a8edbb9d38829468582b8791d5debdae42 SHA512 4fd57f3e89c01e2914c3cf2e08760752ab5454c15c66c97fb1b42165fd27893d240762ac3591bc5165a31d03ef7fbf8d411c4cd989e07dcc69f43f5e87e89611 diff --git a/media-sound/puddletag/metadata.xml b/media-sound/puddletag/metadata.xml deleted file mode 100644 index dd26272a674..00000000000 --- a/media-sound/puddletag/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - billie@gentoo.org - Daniel Pielmeier - - - Enables editing of FLAC cover art - Enables support for musicbrainz, needs dev-python/python-musicbrainz - Enables support for editing media-sound/quodlibet databases - Use media-libs/chromaprint for acoustic fingerprinting - - - puddletag - keithgg/puddletag - - diff --git a/media-sound/puddletag/puddletag-1.2.0.ebuild b/media-sound/puddletag/puddletag-1.2.0.ebuild deleted file mode 100644 index 263adc18efa..00000000000 --- a/media-sound/puddletag/puddletag-1.2.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 fdo-mime - -DESCRIPTION="Audio tag editor" -HOMEPAGE="http://docs.puddletag.net/" -SRC_URI="https://github.com/keithgg/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-2 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="acoustid cover musicbrainz quodlibet" - -DEPEND="" -RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg] - >=dev-python/pyparsing-1.5.1[${PYTHON_USEDEP}] - >=media-libs/mutagen-1.21[${PYTHON_USEDEP}] - >=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}] - acoustid? ( >=media-libs/chromaprint-0.6 ) - musicbrainz? ( >=dev-python/python-musicbrainz-0.7.4-r1[${PYTHON_USEDEP}] ) - cover? ( dev-python/pillow[${PYTHON_USEDEP}] ) - quodlibet? ( >=media-sound/quodlibet-2.5[${PYTHON_USEDEP}] ) - >=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}] - >=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]" - -DOCS=(changelog HACKING NEWS THANKS TODO)