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/quickaccess: ChangeLog quickaccess-0.8.1.ebuild
Date: Mon, 31 Jan 2011 06:28:59
Message-Id: 20110131062847.B437020054@flycatcher.gentoo.org
1 tampakrap 11/01/31 06:28:47
2
3 Modified: ChangeLog quickaccess-0.8.1.ebuild
4 Log:
5 EAPI3, slotmove to 4
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 kde-misc/quickaccess/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/quickaccess/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/quickaccess/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/quickaccess/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-misc/quickaccess/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 11 May 2010 16:19:11 -0000 1.1
23 +++ ChangeLog 31 Jan 2011 06:28:47 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for kde-misc/quickaccess
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/quickaccess/ChangeLog,v 1.1 2010/05/11 16:19:11 spatz Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/quickaccess/ChangeLog,v 1.2 2011/01/31 06:28:47 tampakrap Exp $
30 +
31 + 31 Jan 2011; Theo Chatzimichos <tampakrap@g.o>
32 + quickaccess-0.8.1.ebuild:
33 + EAPI3, slotmove to 4
34
35 *quickaccess-0.8.1 (11 May 2010)
36
37
38
39
40 1.2 kde-misc/quickaccess/quickaccess-0.8.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/quickaccess/quickaccess-0.8.1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/quickaccess/quickaccess-0.8.1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/quickaccess/quickaccess-0.8.1.ebuild?r1=1.1&r2=1.2
45
46 Index: quickaccess-0.8.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/kde-misc/quickaccess/quickaccess-0.8.1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- quickaccess-0.8.1.ebuild 11 May 2010 16:19:11 -0000 1.1
53 +++ quickaccess-0.8.1.ebuild 31 Jan 2011 06:28:47 -0000 1.2
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2010 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/quickaccess/quickaccess-0.8.1.ebuild,v 1.1 2010/05/11 16:19:11 spatz Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/quickaccess/quickaccess-0.8.1.ebuild,v 1.2 2011/01/31 06:28:47 tampakrap Exp $
60
61 -EAPI="2"
62 +EAPI=3
63
64 inherit kde4-base
65
66 @@ -15,12 +15,12 @@
67
68 LICENSE="GPL-3"
69 KEYWORDS="~amd64 ~x86"
70 -SLOT="0"
71 +SLOT="4"
72 IUSE="debug"
73
74 RDEPEND="
75 !kde-plasmoids/quickaccess
76 - >=kde-base/plasma-workspace-${KDE_MINIMAL}
77 + $(add_kdebase_dep plasma-workspace)
78 "
79
80 S="${WORKDIR}/${MY_PN}-${PV}"