Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/qmpdclient: qmpdclient-1.1.1.ebuild ChangeLog
Date: Fri, 26 Jun 2009 10:16:13
Message-Id: E1MK8Tb-0005CW-9h@stork.gentoo.org
1 hwoarang 09/06/26 10:16:11
2
3 Modified: qmpdclient-1.1.1.ebuild ChangeLog
4 Log:
5 Remove make_desktop_entry function
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/qmpdclient/qmpdclient-1.1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.1.ebuild?r1=1.1&r2=1.2
14
15 Index: qmpdclient-1.1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- qmpdclient-1.1.1.ebuild 26 Jun 2009 10:09:53 -0000 1.1
22 +++ qmpdclient-1.1.1.ebuild 26 Jun 2009 10:16:11 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.1.ebuild,v 1.1 2009/06/26 10:09:53 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.1.ebuild,v 1.2 2009/06/26 10:16:11 hwoarang Exp $
28
29 EAPI="2"
30
31 @@ -74,9 +74,6 @@
32 newins icons/qmpdclient${res}.png ${PN}.png || die "Installing icons failed"
33 done
34
35 - make_desktop_entry qmpdclient "QMPDClient" ${PN} \
36 - "Qt;AudioVideo;Audio;" || die "Installing desktop entry failed"
37 -
38 #install translations
39 insinto /usr/share/${PN}/translations/
40 local LANG=
41
42
43
44 1.52 media-sound/qmpdclient/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qmpdclient/ChangeLog?rev=1.52&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qmpdclient/ChangeLog?rev=1.52&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qmpdclient/ChangeLog?r1=1.51&r2=1.52
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v
53 retrieving revision 1.51
54 retrieving revision 1.52
55 diff -u -r1.51 -r1.52
56 --- ChangeLog 26 Jun 2009 10:09:53 -0000 1.51
57 +++ ChangeLog 26 Jun 2009 10:16:11 -0000 1.52
58 @@ -1,6 +1,10 @@
59 # ChangeLog for media-sound/qmpdclient
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.51 2009/06/26 10:09:53 hwoarang Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.52 2009/06/26 10:16:11 hwoarang Exp $
63 +
64 + 26 Jun 2009; Markos Chandras <hwoarang@g.o>
65 + qmpdclient-1.1.1.ebuild:
66 + Remove make_desktop_entry since upstream fixed provides a desktop file
67
68 *qmpdclient-1.1.1 (26 Jun 2009)