Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/puddletag: ChangeLog puddletag-1.0.3.ebuild
Date: Sun, 23 Mar 2014 10:47:53
Message-Id: 20140323104747.7069F2004F@flycatcher.gentoo.org
1 billie 14/03/23 10:47:47
2
3 Modified: ChangeLog
4 Added: puddletag-1.0.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
9
10 Revision Changes Path
11 1.35 media-sound/puddletag/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/ChangeLog?rev=1.35&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/ChangeLog?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/ChangeLog?r1=1.34&r2=1.35
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- ChangeLog 30 Nov 2013 15:07:12 -0000 1.34
24 +++ ChangeLog 23 Mar 2014 10:47:47 -0000 1.35
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/puddletag
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.34 2013/11/30 15:07:12 billie Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.35 2014/03/23 10:47:47 billie Exp $
31 +
32 +*puddletag-1.0.3 (23 Mar 2014)
33 +
34 + 23 Mar 2014; Daniel Pielmeier <billie@g.o> +puddletag-1.0.3.ebuild:
35 + Version bump.
36
37 30 Nov 2013; Daniel Pielmeier <billie@g.o> -puddletag-1.0.1-r1.ebuild:
38 Remove old.
39
40
41
42 1.1 media-sound/puddletag/puddletag-1.0.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/puddletag-1.0.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/puddletag-1.0.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: puddletag-1.0.3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/puddletag-1.0.3.ebuild,v 1.1 2014/03/23 10:47:47 billie Exp $
52
53 EAPI=5
54
55 PYTHON_COMPAT=( python2_7 )
56
57 inherit distutils-r1 fdo-mime
58
59 DESCRIPTION="Audio tag editor"
60 HOMEPAGE="http://puddletag.sourceforge.net/"
61 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
62
63 LICENSE="GPL-2 GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="acoustid cover musicbrainz quodlibet"
67
68 DEPEND=""
69 RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg]
70 >=dev-python/pyparsing-1.5.1[${PYTHON_USEDEP}]
71 >=media-libs/mutagen-1.21[${PYTHON_USEDEP}]
72 >=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}]
73 acoustid? ( >=media-libs/chromaprint-0.6 )
74 musicbrainz? ( >=dev-python/python-musicbrainz-0.7.4-r1[${PYTHON_USEDEP}] )
75 cover? ( virtual/python-imaging[${PYTHON_USEDEP}] )
76 quodlibet? ( >=media-sound/quodlibet-2.5[${PYTHON_USEDEP}] )
77 >=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}]
78 >=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]"
79
80 DOCS=( changelog HACKING NEWS README THANKS TODO)