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-office/taskcoach: ChangeLog taskcoach-0.69.1.ebuild taskcoach-0.68.0.ebuild taskcoach-0.69.0.ebuild
Date: Fri, 29 Feb 2008 17:47:27
Message-Id: E1JV9KO-0006GN-HA@stork.gentoo.org
1 carlo 08/02/29 17:47:24
2
3 Modified: ChangeLog taskcoach-0.69.1.ebuild
4 taskcoach-0.68.0.ebuild taskcoach-0.69.0.ebuild
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.4 app-office/taskcoach/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 15 Feb 2008 15:52:11 -0000 1.3
23 +++ ChangeLog 29 Feb 2008 17:47:23 -0000 1.4
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-office/taskcoach
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.3 2008/02/15 15:52:11 caster Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.4 2008/02/29 17:47:23 carlo Exp $
29 +
30 + 29 Feb 2008; Carsten Lohrke <carlo@g.o> taskcoach-0.68.0.ebuild,
31 + taskcoach-0.69.0.ebuild, taskcoach-0.69.1.ebuild:
32 + Remove icon extension from desktop entry to match Icon Theme Specification.
33
34 *taskcoach-0.69.1 (15 Feb 2008)
35
36
37
38
39 1.2 app-office/taskcoach/taskcoach-0.69.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.69.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.69.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.69.1.ebuild?r1=1.1&r2=1.2
44
45 Index: taskcoach-0.69.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.69.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- taskcoach-0.69.1.ebuild 15 Feb 2008 15:52:11 -0000 1.1
52 +++ taskcoach-0.69.1.ebuild 29 Feb 2008 17:47:23 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.69.1.ebuild,v 1.1 2008/02/15 15:52:11 caster Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.69.1.ebuild,v 1.2 2008/02/29 17:47:23 carlo Exp $
58
59 inherit distutils eutils
60
61 @@ -30,5 +30,5 @@
62 rm "${D}/usr/bin/taskcoach.pyw" || die
63
64 doicon "${WORKDIR}/${PN}-icon/${PN}.png" || die
65 - make_desktop_entry ${PN} "Task Coach" ${PN}.png Office || die
66 + make_desktop_entry ${PN} "Task Coach" ${PN} Office || die
67 }
68
69
70
71 1.2 app-office/taskcoach/taskcoach-0.68.0.ebuild
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.68.0.ebuild?rev=1.2&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.68.0.ebuild?rev=1.2&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.68.0.ebuild?r1=1.1&r2=1.2
76
77 Index: taskcoach-0.68.0.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.68.0.ebuild,v
80 retrieving revision 1.1
81 retrieving revision 1.2
82 diff -u -r1.1 -r1.2
83 --- taskcoach-0.68.0.ebuild 2 Jan 2008 18:57:05 -0000 1.1
84 +++ taskcoach-0.68.0.ebuild 29 Feb 2008 17:47:23 -0000 1.2
85 @@ -1,6 +1,6 @@
86 # Copyright 1999-2008 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.68.0.ebuild,v 1.1 2008/01/02 18:57:05 caster Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.68.0.ebuild,v 1.2 2008/02/29 17:47:23 carlo Exp $
90
91 inherit distutils eutils
92
93 @@ -30,5 +30,5 @@
94 rm "${D}/usr/bin/taskcoach.pyw" || die
95
96 doicon "${WORKDIR}/${PN}-icon/${PN}.png" || die
97 - make_desktop_entry ${PN} "Task Coach" ${PN}.png Office || die
98 + make_desktop_entry ${PN} "Task Coach" ${PN} Office || die
99 }
100
101
102
103 1.2 app-office/taskcoach/taskcoach-0.69.0.ebuild
104
105 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.69.0.ebuild?rev=1.2&view=markup
106 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.69.0.ebuild?rev=1.2&content-type=text/plain
107 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/taskcoach/taskcoach-0.69.0.ebuild?r1=1.1&r2=1.2
108
109 Index: taskcoach-0.69.0.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.69.0.ebuild,v
112 retrieving revision 1.1
113 retrieving revision 1.2
114 diff -u -r1.1 -r1.2
115 --- taskcoach-0.69.0.ebuild 9 Feb 2008 22:44:08 -0000 1.1
116 +++ taskcoach-0.69.0.ebuild 29 Feb 2008 17:47:23 -0000 1.2
117 @@ -1,6 +1,6 @@
118 # Copyright 1999-2008 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.69.0.ebuild,v 1.1 2008/02/09 22:44:08 caster Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.69.0.ebuild,v 1.2 2008/02/29 17:47:23 carlo Exp $
122
123 inherit distutils eutils
124
125 @@ -30,5 +30,5 @@
126 rm "${D}/usr/bin/taskcoach.pyw" || die
127
128 doicon "${WORKDIR}/${PN}-icon/${PN}.png" || die
129 - make_desktop_entry ${PN} "Task Coach" ${PN}.png Office || die
130 + make_desktop_entry ${PN} "Task Coach" ${PN} Office || die
131 }
132
133
134
135 --
136 gentoo-commits@l.g.o mailing list