Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/alsamixergui: alsamixergui-0.9.0.1.2-r4.ebuild ChangeLog
Date: Fri, 29 Feb 2008 19:57:58
Message-Id: E1JVBMh-00017g-5N@stork.gentoo.org
1 carlo 08/02/29 19:57:55
2
3 Modified: alsamixergui-0.9.0.1.2-r4.ebuild ChangeLog
4 Log:
5 Remove icon extension from desktop entry to match Icon Theme Specification.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.12 media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild?r1=1.11&r2=1.12
14
15 Index: alsamixergui-0.9.0.1.2-r4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- alsamixergui-0.9.0.1.2-r4.ebuild 11 Feb 2007 18:08:33 -0000 1.11
22 +++ alsamixergui-0.9.0.1.2-r4.ebuild 29 Feb 2008 19:57:54 -0000 1.12
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild,v 1.11 2007/02/11 18:08:33 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2-r4.ebuild,v 1.12 2008/02/29 19:57:54 carlo Exp $
29
30 IUSE=""
31
32 @@ -41,5 +41,5 @@
33 make DESTDIR="${D}" install || die
34 dodoc README AUTHORS ChangeLog
35 newicon src/images/alsalogo.xpm ${PN}.xpm
36 - make_desktop_entry alsamixergui "Alsa Mixer GUI" ${PN}.xpm
37 + make_desktop_entry alsamixergui "Alsa Mixer GUI" ${PN}
38 }
39
40
41
42 1.27 media-sound/alsamixergui/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsamixergui/ChangeLog?rev=1.27&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsamixergui/ChangeLog?rev=1.27&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsamixergui/ChangeLog?r1=1.26&r2=1.27
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/ChangeLog,v
51 retrieving revision 1.26
52 retrieving revision 1.27
53 diff -u -r1.26 -r1.27
54 --- ChangeLog 11 Feb 2007 18:08:33 -0000 1.26
55 +++ ChangeLog 29 Feb 2008 19:57:54 -0000 1.27
56 @@ -1,6 +1,10 @@
57 # ChangeLog for media-sound/alsamixergui
58 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/ChangeLog,v 1.26 2007/02/11 18:08:33 flameeyes Exp $
60 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/ChangeLog,v 1.27 2008/02/29 19:57:54 carlo Exp $
62 +
63 + 29 Feb 2008; Carsten Lohrke <carlo@g.o>
64 + alsamixergui-0.9.0.1.2-r4.ebuild:
65 + Remove icon extension from desktop entry to match Icon Theme Specification.
66
67 11 Feb 2007; Diego Pettenò <flameeyes@g.o>
68 alsamixergui-0.9.0.1.2-r4.ebuild:
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list