Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
Date: Wed, 28 Nov 2012 20:53:17
Message-Id: 20121128205307.77C4E20C65@flycatcher.gentoo.org
1 ulm 12/11/28 20:53:07
2
3 Modified: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog
4 Log:
5 Fix LICENSE, MIT (Expat) license according to COPYING file, bug 444852.
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
8
9 Revision Changes Path
10 1.7 dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?r1=1.6&r2=1.7
15
16 Index: notify-sharp-0.4.0_pre20090305.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- notify-sharp-0.4.0_pre20090305.ebuild 21 May 2012 18:46:24 -0000 1.6
23 +++ notify-sharp-0.4.0_pre20090305.ebuild 28 Nov 2012 20:53:07 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.6 2012/05/21 18:46:24 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.7 2012/11/28 20:53:07 ulm Exp $
29
30 EAPI=4
31 inherit autotools eutils mono
32 @@ -10,9 +10,9 @@
33 DESCRIPTION="a C# client implementation for Desktop Notifications"
34 HOMEPAGE="http://www.ndesk.org/NotifySharp"
35 SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
36 -LICENSE="as-is"
37 -SLOT="0"
38
39 +LICENSE="MIT"
40 +SLOT="0"
41 KEYWORDS="amd64 ppc x86"
42 IUSE="doc"
43
44
45
46
47 1.19 dev-dotnet/notify-sharp/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.19&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.19&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?r1=1.18&r2=1.19
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v
56 retrieving revision 1.18
57 retrieving revision 1.19
58 diff -u -r1.18 -r1.19
59 --- ChangeLog 21 May 2012 18:46:24 -0000 1.18
60 +++ ChangeLog 28 Nov 2012 20:53:07 -0000 1.19
61 @@ -1,6 +1,10 @@
62 # ChangeLog for dev-dotnet/notify-sharp
63 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.18 2012/05/21 18:46:24 xarthisius Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.19 2012/11/28 20:53:07 ulm Exp $
66 +
67 + 28 Nov 2012; Ulrich Müller <ulm@g.o>
68 + notify-sharp-0.4.0_pre20090305.ebuild:
69 + Fix LICENSE, MIT (Expat) license according to COPYING file, bug 444852.
70
71 21 May 2012; Kacper Kowalik <xarthisius@g.o>
72 notify-sharp-0.4.0_pre20090305.ebuild: