Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-server-console: vmware-server-console-1.0.4.56528.ebuild vmware-server-console-1.0.3.44356.ebuild ChangeLog
Date: Fri, 29 Feb 2008 17:43:28
Message-Id: E1JV9GX-0006Ac-MB@stork.gentoo.org
1 carlo 08/02/29 17:43:25
2
3 Modified: vmware-server-console-1.0.4.56528.ebuild
4 vmware-server-console-1.0.3.44356.ebuild ChangeLog
5 Log:
6 Remove icon extension from desktop entry to match Icon Theme Specification.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 app-emulation/vmware-server-console/vmware-server-console-1.0.4.56528.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.4.56528.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.4.56528.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.4.56528.ebuild?r1=1.4&r2=1.5
15
16 Index: vmware-server-console-1.0.4.56528.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.4.56528.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- vmware-server-console-1.0.4.56528.ebuild 24 Feb 2008 09:36:03 -0000 1.4
23 +++ vmware-server-console-1.0.4.56528.ebuild 29 Feb 2008 17:43:25 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.4.56528.ebuild,v 1.4 2008/02/24 09:36:03 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.4.56528.ebuild,v 1.5 2008/02/29 17:43:25 carlo Exp $
29
30 # Unlike many other binary packages the user doesn't need to agree to a licence
31 # to download VMWare. The agreeing to a licence is part of the configure step
32 @@ -76,7 +76,7 @@
33 echo 'libdir = "'${VMWARE_INSTALL_DIR}'/lib"' > etc/config
34 vmware_src_install
35
36 - make_desktop_entry ${PN} "VMWare Remote Console" ${PN}.png System
37 + make_desktop_entry ${PN} "VMWare Remote Console" ${PN} System
38
39 dodir /usr/bin
40 dosym ${VMWARE_INSTALL_DIR}/bin/${PN} /usr/bin/${PN}
41
42
43
44 1.6 app-emulation/vmware-server-console/vmware-server-console-1.0.3.44356.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.3.44356.ebuild?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.3.44356.ebuild?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.3.44356.ebuild?r1=1.5&r2=1.6
49
50 Index: vmware-server-console-1.0.3.44356.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.3.44356.ebuild,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- vmware-server-console-1.0.3.44356.ebuild 25 Nov 2007 13:04:43 -0000 1.5
57 +++ vmware-server-console-1.0.3.44356.ebuild 29 Feb 2008 17:43:25 -0000 1.6
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2007 Gentoo Foundation
60 +# Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.3.44356.ebuild,v 1.5 2007/11/25 13:04:43 ikelos Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.3.44356.ebuild,v 1.6 2008/02/29 17:43:25 carlo Exp $
64
65 # Unlike many other binary packages the user doesn't need to agree to a licence
66 # to download VMWare. The agreeing to a licence is part of the configure step
67 @@ -71,7 +71,7 @@
68 echo 'libdir = "'${VMWARE_INSTALL_DIR}'/lib"' > etc/config
69 vmware_src_install
70
71 - make_desktop_entry ${PN} "VMWare Remote Console" ${PN}.png System
72 + make_desktop_entry ${PN} "VMWare Remote Console" ${PN} System
73
74 dodir /usr/bin
75 dosym ${VMWARE_INSTALL_DIR}/bin/${PN} /usr/bin/${PN}
76
77
78
79 1.24 app-emulation/vmware-server-console/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/ChangeLog?rev=1.24&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/ChangeLog?rev=1.24&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/ChangeLog?r1=1.23&r2=1.24
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v
88 retrieving revision 1.23
89 retrieving revision 1.24
90 diff -u -r1.23 -r1.24
91 --- ChangeLog 24 Feb 2008 09:36:03 -0000 1.23
92 +++ ChangeLog 29 Feb 2008 17:43:25 -0000 1.24
93 @@ -1,6 +1,11 @@
94 # ChangeLog for app-emulation/vmware-server-console
95 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v 1.23 2008/02/24 09:36:03 opfer Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v 1.24 2008/02/29 17:43:25 carlo Exp $
98 +
99 + 29 Feb 2008; Carsten Lohrke <carlo@g.o>
100 + vmware-server-console-1.0.3.44356.ebuild,
101 + vmware-server-console-1.0.4.56528.ebuild:
102 + Remove icon extension from desktop entry to match Icon Theme Specification.
103
104 24 Feb 2008; Christian Faulhammer <opfer@g.o>
105 vmware-server-console-1.0.4.56528.ebuild:
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list