Gentoo Archives: gentoo-commits

From: Daniel Pielmeier <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
Date: Sun, 08 Jul 2018 10:33:30
Message-Id: 1531045910.e474f3fb4f1a6826cae4bbc5629b9e3a33cd63e8.billie@gentoo
1 commit: e474f3fb4f1a6826cae4bbc5629b9e3a33cd63e8
2 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 8 10:31:50 2018 +0000
4 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 8 10:31:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e474f3fb
7
8 media-sound/puddletag: Remove last rited package.
9
10 Closes: https://bugs.gentoo.org/649112
11
12 media-sound/puddletag/Manifest | 1 -
13 media-sound/puddletag/metadata.xml | 18 ----------------
14 media-sound/puddletag/puddletag-1.2.0.ebuild | 31 ----------------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
18 deleted file mode 100644
19 index 59a1ea8a487..00000000000
20 --- a/media-sound/puddletag/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST puddletag-1.2.0.tar.gz 1231226 BLAKE2B 3555bb8fe06acf95106a0dc59dd617d9fba7075dbe97c2fba18a24a663cb9d9ae010718fc07d57823acccdb528c078a8edbb9d38829468582b8791d5debdae42 SHA512 4fd57f3e89c01e2914c3cf2e08760752ab5454c15c66c97fb1b42165fd27893d240762ac3591bc5165a31d03ef7fbf8d411c4cd989e07dcc69f43f5e87e89611
24
25 diff --git a/media-sound/puddletag/metadata.xml b/media-sound/puddletag/metadata.xml
26 deleted file mode 100644
27 index dd26272a674..00000000000
28 --- a/media-sound/puddletag/metadata.xml
29 +++ /dev/null
30 @@ -1,18 +0,0 @@
31 -<?xml version='1.0' encoding='UTF-8'?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 - <maintainer type="person">
35 - <email>billie@g.o</email>
36 - <name>Daniel Pielmeier</name>
37 - </maintainer>
38 - <use>
39 - <flag name="cover"> Enables editing of FLAC cover art</flag>
40 - <flag name="musicbrainz"> Enables support for musicbrainz, needs <pkg>dev-python/python-musicbrainz</pkg></flag>
41 - <flag name="quodlibet">Enables support for editing <pkg>media-sound/quodlibet</pkg> databases</flag>
42 - <flag name="acoustid">Use <pkg>media-libs/chromaprint</pkg> for acoustic fingerprinting</flag>
43 - </use>
44 - <upstream>
45 - <remote-id type="sourceforge">puddletag</remote-id>
46 - <remote-id type="github">keithgg/puddletag</remote-id>
47 - </upstream>
48 -</pkgmetadata>
49
50 diff --git a/media-sound/puddletag/puddletag-1.2.0.ebuild b/media-sound/puddletag/puddletag-1.2.0.ebuild
51 deleted file mode 100644
52 index 263adc18efa..00000000000
53 --- a/media-sound/puddletag/puddletag-1.2.0.ebuild
54 +++ /dev/null
55 @@ -1,31 +0,0 @@
56 -# Copyright 1999-2016 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=6
60 -
61 -PYTHON_COMPAT=( python2_7 )
62 -
63 -inherit distutils-r1 fdo-mime
64 -
65 -DESCRIPTION="Audio tag editor"
66 -HOMEPAGE="http://docs.puddletag.net/"
67 -SRC_URI="https://github.com/keithgg/${PN}/releases/download/v${PV}/${P}.tar.gz"
68 -
69 -LICENSE="GPL-2 GPL-3"
70 -SLOT="0"
71 -KEYWORDS="~amd64 ~x86"
72 -IUSE="acoustid cover musicbrainz quodlibet"
73 -
74 -DEPEND=""
75 -RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg]
76 - >=dev-python/pyparsing-1.5.1[${PYTHON_USEDEP}]
77 - >=media-libs/mutagen-1.21[${PYTHON_USEDEP}]
78 - >=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}]
79 - acoustid? ( >=media-libs/chromaprint-0.6 )
80 - musicbrainz? ( >=dev-python/python-musicbrainz-0.7.4-r1[${PYTHON_USEDEP}] )
81 - cover? ( dev-python/pillow[${PYTHON_USEDEP}] )
82 - quodlibet? ( >=media-sound/quodlibet-2.5[${PYTHON_USEDEP}] )
83 - >=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}]
84 - >=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]"
85 -
86 -DOCS=(changelog HACKING NEWS THANKS TODO)