summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/puddletag')
-rw-r--r--media-sound/puddletag/Manifest1
-rw-r--r--media-sound/puddletag/metadata.xml18
-rw-r--r--media-sound/puddletag/puddletag-1.2.0.ebuild31
3 files changed, 0 insertions, 50 deletions
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
deleted file mode 100644
index 59a1ea8a4876..000000000000
--- 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 dd26272a674e..000000000000
--- a/media-sound/puddletag/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>billie@gentoo.org</email>
- <name>Daniel Pielmeier</name>
- </maintainer>
- <use>
- <flag name="cover"> Enables editing of FLAC cover art</flag>
- <flag name="musicbrainz"> Enables support for musicbrainz, needs <pkg>dev-python/python-musicbrainz</pkg></flag>
- <flag name="quodlibet">Enables support for editing <pkg>media-sound/quodlibet</pkg> databases</flag>
- <flag name="acoustid">Use <pkg>media-libs/chromaprint</pkg> for acoustic fingerprinting</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">puddletag</remote-id>
- <remote-id type="github">keithgg/puddletag</remote-id>
- </upstream>
-</pkgmetadata>
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 263adc18efad..000000000000
--- 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)