Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/plasmaboard: ChangeLog plasmaboard-0.91.ebuild
Date: Mon, 31 Jan 2011 06:15:40
Message-Id: 20110131061530.1B46C20054@flycatcher.gentoo.org
1 tampakrap 11/01/31 06:15:30
2
3 Modified: ChangeLog plasmaboard-0.91.ebuild
4 Log:
5 EAPI3, use array for DOCS
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 kde-misc/plasmaboard/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasmaboard/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasmaboard/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasmaboard/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-misc/plasmaboard/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 5 Dec 2009 15:40:41 -0000 1.1
23 +++ ChangeLog 31 Jan 2011 06:15:30 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for kde-misc/plasmaboard
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmaboard/ChangeLog,v 1.1 2009/12/05 15:40:41 ssuominen Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmaboard/ChangeLog,v 1.2 2011/01/31 06:15:30 tampakrap Exp $
30 +
31 + 31 Jan 2011; Theo Chatzimichos <tampakrap@g.o>
32 + plasmaboard-0.91.ebuild:
33 + EAPI3, use array for DOCS
34
35 *plasmaboard-0.91 (05 Dec 2009)
36
37
38
39
40 1.2 kde-misc/plasmaboard/plasmaboard-0.91.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasmaboard/plasmaboard-0.91.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasmaboard/plasmaboard-0.91.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasmaboard/plasmaboard-0.91.ebuild?r1=1.1&r2=1.2
45
46 Index: plasmaboard-0.91.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/kde-misc/plasmaboard/plasmaboard-0.91.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- plasmaboard-0.91.ebuild 5 Dec 2009 15:40:41 -0000 1.1
53 +++ plasmaboard-0.91.ebuild 31 Jan 2011 06:15:30 -0000 1.2
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmaboard/plasmaboard-0.91.ebuild,v 1.1 2009/12/05 15:40:41 ssuominen Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasmaboard/plasmaboard-0.91.ebuild,v 1.2 2011/01/31 06:15:30 tampakrap Exp $
60
61 -EAPI=2
62 +EAPI=3
63 inherit kde4-base
64
65 DESCRIPTION="A virtual keyboard for your desktop"
66 @@ -16,4 +16,4 @@
67
68 S=${WORKDIR}/${PN}
69
70 -DOCS="AUTHORS README"
71 +DOCS=( AUTHORS README )