Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/sonata: sonata-1.6.2.1-r1.ebuild ChangeLog
Date: Fri, 27 Jun 2014 16:57:10
Message-Id: 20140627164324.298F12004E@flycatcher.gentoo.org
1 angelos 14/06/27 16:43:24
2
3 Modified: ChangeLog
4 Added: sonata-1.6.2.1-r1.ebuild
5 Log:
6 Fix compatibility with mpd-0.18 (bug #512756), thanks to Israel G. Lugo
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
9
10 Revision Changes Path
11 1.58 media-sound/sonata/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/ChangeLog?rev=1.58&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/ChangeLog?rev=1.58&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/ChangeLog?r1=1.57&r2=1.58
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/sonata/ChangeLog,v
20 retrieving revision 1.57
21 retrieving revision 1.58
22 diff -u -r1.57 -r1.58
23 --- ChangeLog 5 May 2012 08:51:03 -0000 1.57
24 +++ ChangeLog 27 Jun 2014 16:43:23 -0000 1.58
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-sound/sonata
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sonata/ChangeLog,v 1.57 2012/05/05 08:51:03 mgorny Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sonata/ChangeLog,v 1.58 2014/06/27 16:43:23 angelos Exp $
31 +
32 +*sonata-1.6.2.1-r1 (27 Jun 2014)
33 +
34 + 27 Jun 2014; Christoph Mende <angelos@g.o>
35 + +files/sonata-1.6.2.1-mpd18-compat.patch, +sonata-1.6.2.1-r1.ebuild:
36 + Fix compatibility with mpd-0.18 (bug #512756), thanks to Israel G. Lugo
37
38 05 May 2012; Michał Górny <mgorny@g.o> sonata-1.6.2.1.ebuild:
39 dev-util/pkgconfig -> virtual/pkgconfig
40 @@ -227,4 +233,3 @@
41 22 Sep 2006; <ticho@g.o> +metadata.xml, +sonata-0.6.ebuild:
42 Initial import. Closes bug #148590. reported by Fabio Bonfante <blue_fox81
43 at yahoo.it>.
44 -
45
46
47
48 1.1 media-sound/sonata/sonata-1.6.2.1-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/sonata-1.6.2.1-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/sonata/sonata-1.6.2.1-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: sonata-1.6.2.1-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/media-sound/sonata/sonata-1.6.2.1-r1.ebuild,v 1.1 2014/06/27 16:43:23 angelos Exp $
58
59 EAPI=5
60
61 PYTHON_COMPAT=( python2_{6,7} )
62 DISTUTILS_SINGLE_IMPL=true
63
64 inherit distutils-r1
65
66 DESCRIPTION="an elegant GTK+ music client for the Music Player Daemon (MPD)."
67 HOMEPAGE="http://sonata.berlios.de/"
68 SRC_URI="http://codingteam.net/project/${PN}/download/file/${P}.tar.bz2"
69
70 LICENSE="GPL-3"
71 SLOT="0"
72 KEYWORDS="~amd64 ~ppc ~x86"
73 IUSE="dbus lyrics taglib +trayicon"
74
75 RDEPEND=">=dev-python/pygtk-2.12
76 || ( x11-libs/gdk-pixbuf:2[jpeg] x11-libs/gtk+:2[jpeg] )
77 >=dev-python/python-mpd-0.2.1
78 dbus? ( dev-python/dbus-python )
79 lyrics? ( dev-python/zsi )
80 taglib? ( >=dev-python/tagpy-0.93 )
81 trayicon? ( dev-python/egg-python )"
82 DEPEND="${RDEPEND}
83 virtual/pkgconfig"
84
85 DOCS="CHANGELOG README TODO TRANSLATORS"
86 PATCHES=( "${FILESDIR}"/${P}-mpd18-compat.patch )
87
88 src_install() {
89 distutils-r1_src_install
90 rm -rf "${D}"/usr/share/sonata
91 }