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/kopete-antispam: ChangeLog kopete-antispam-0.5.ebuild
Date: Mon, 31 Jan 2011 05:39:49
Message-Id: 20110131053938.7A19B20054@flycatcher.gentoo.org
1 tampakrap 11/01/31 05:39:38
2
3 Modified: ChangeLog kopete-antispam-0.5.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.5 kde-misc/kopete-antispam/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kopete-antispam/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kopete-antispam/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kopete-antispam/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 3 Nov 2009 09:15:26 -0000 1.4
23 +++ ChangeLog 31 Jan 2011 05:39:38 -0000 1.5
24 @@ -1,6 +1,10 @@
25 # ChangeLog for kde-misc/kopete-antispam
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/ChangeLog,v 1.4 2009/11/03 09:15:26 abcd Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/ChangeLog,v 1.5 2011/01/31 05:39:38 tampakrap Exp $
30 +
31 + 31 Jan 2011; Theo Chatzimichos <tampakrap@g.o>
32 + kopete-antispam-0.5.ebuild:
33 + EAPI3, slotmove to 4
34
35 03 Nov 2009; Jonathan Callen <abcd@g.o>
36 -kopete-antispam-0.4.ebuild, -files/kopete-antispam-0.4-fixlink.patch:
37
38
39
40 1.2 kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild?r1=1.1&r2=1.2
45
46 Index: kopete-antispam-0.5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- kopete-antispam-0.5.ebuild 27 Mar 2009 21:57:10 -0000 1.1
53 +++ kopete-antispam-0.5.ebuild 31 Jan 2011 05:39:38 -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/kopete-antispam/kopete-antispam-0.5.ebuild,v 1.1 2009/03/27 21:57:10 hwoarang Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kopete-antispam/kopete-antispam-0.5.ebuild,v 1.2 2011/01/31 05:39:38 tampakrap Exp $
60
61 -EAPI="2"
62 +EAPI=3
63
64 inherit kde4-base
65
66 @@ -14,11 +14,13 @@
67 SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
68
69 LICENSE="GPL-2"
70 -SLOT="0"
71 +SLOT="4"
72 KEYWORDS="~amd64 ~x86"
73 IUSE=""
74
75 -DEPEND=">=kde-base/kopete-${KDE_MINIMAL}"
76 +DEPEND="
77 + $(add_kdebase_dep kopete)
78 +"
79 RDEPEND="${DEPEND}"
80
81 S="${WORKDIR}/${MY_P}"