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/ario: ario-1.5.1.ebuild ChangeLog
Date: Sat, 22 Mar 2014 12:16:04
Message-Id: 20140322121559.B9BF72004F@flycatcher.gentoo.org
1 angelos 14/03/22 12:15:59
2
3 Modified: ario-1.5.1.ebuild ChangeLog
4 Log:
5 Add missing libgcrypt dependency (bug #472028)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
8
9 Revision Changes Path
10 1.8 media-sound/ario/ario-1.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ario-1.5.1.ebuild?r1=1.7&r2=1.8
15
16 Index: ario-1.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ario-1.5.1.ebuild 27 May 2012 17:38:58 -0000 1.7
23 +++ ario-1.5.1.ebuild 22 Mar 2014 12:15:59 -0000 1.8
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.1.ebuild,v 1.7 2012/05/27 17:38:58 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.1.ebuild,v 1.8 2014/03/22 12:15:59 angelos Exp $
30
31 -EAPI=4
32 +EAPI=5
33 GNOME2_LA_PUNT=yes
34 PYTHON_DEPEND="python? 2"
35
36 @@ -18,6 +18,7 @@
37 IUSE="audioscrobbler dbus debug +idle libnotify nls python taglib zeroconf"
38
39 RDEPEND=">=dev-libs/glib-2.14:2
40 + dev-libs/libgcrypt:0=
41 dev-libs/libunique:1
42 dev-libs/libxml2:2
43 media-libs/libmpdclient
44
45
46
47 1.32 media-sound/ario/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?rev=1.32&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?rev=1.32&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ario/ChangeLog?r1=1.31&r2=1.32
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
56 retrieving revision 1.31
57 retrieving revision 1.32
58 diff -u -r1.31 -r1.32
59 --- ChangeLog 27 May 2012 17:38:58 -0000 1.31
60 +++ ChangeLog 22 Mar 2014 12:15:59 -0000 1.32
61 @@ -1,6 +1,10 @@
62 # ChangeLog for media-sound/ario
63 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.31 2012/05/27 17:38:58 angelos Exp $
65 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.32 2014/03/22 12:15:59 angelos Exp $
67 +
68 + 22 Mar 2014; Christoph Mende <angelos@g.o>
69 + -files/ario-1.5-libnotify-0.7.patch, ario-1.5.1.ebuild:
70 + Add missing libgcrypt dependency (bug #472028)
71
72 27 May 2012; Christoph Mende <angelos@g.o> ario-1.5.1.ebuild:
73 Allow any python-2 version instead of just 2.7
74 @@ -122,4 +126,3 @@
75
76 30 Jun 2008; Christoph Mende <angelos@g.o> +ario-1.1.ebuild:
77 Initial import, bug 221073
78 -