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.1.ebuild ChangeLog
Date: Tue, 01 Jul 2008 11:34:25
Message-Id: E1KDe7n-0003vX-QQ@stork.gentoo.org
1 angelos 08/07/01 11:34:19
2
3 Modified: ario-1.1.ebuild ChangeLog
4 Log:
5 Added gnome2_icon_cache_update to postinst and postrm, bug 230299
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/ario/ario-1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ario-1.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ario-1.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ario-1.1.ebuild?r1=1.1&r2=1.2
14
15 Index: ario-1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ario-1.1.ebuild 30 Jun 2008 15:40:49 -0000 1.1
22 +++ ario-1.1.ebuild 1 Jul 2008 11:34:19 -0000 1.2
23 @@ -1,8 +1,9 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.1.ebuild,v 1.1 2008/06/30 15:40:49 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.1.ebuild,v 1.2 2008/07/01 11:34:19 angelos Exp $
28
29 EAPI=1
30 +inherit gnome2-utils
31
32 DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
33 HOMEPAGE="http://ario-player.sourceforge.net"
34 @@ -40,3 +41,11 @@
35 emake DESTDIR="${D}" install || die "install failed"
36 dodoc AUTHORS ChangeLog NEWS README TODO
37 }
38 +
39 +pkg_postinst() {
40 + gnome2_icon_cache_update
41 +}
42 +
43 +pkg_postrm() {
44 + gnome2_icon_cache_update
45 +}
46
47
48
49 1.2 media-sound/ario/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ChangeLog?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ChangeLog?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ChangeLog?r1=1.1&r2=1.2
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- ChangeLog 30 Jun 2008 15:40:49 -0000 1.1
62 +++ ChangeLog 1 Jul 2008 11:34:19 -0000 1.2
63 @@ -1,6 +1,9 @@
64 # ChangeLog for media-sound/ario
65 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.1 2008/06/30 15:40:49 angelos Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.2 2008/07/01 11:34:19 angelos Exp $
68 +
69 + 01 Jul 2008; Christoph Mende <angelos@g.o> ario-1.1.ebuild:
70 + Added gnome2_icon_cache_update to postinst and postrm, bug 230299
71
72 *ario-1.1 (30 Jun 2008)
73
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list