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