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-base/kdeaccounts-plugin: ChangeLog kdeaccounts-plugin-4.5.1.ebuild
Date: Sun, 05 Sep 2010 23:37:51
Message-Id: 20100905233748.3844320051@flycatcher.gentoo.org
1 tampakrap 10/09/05 23:37:48
2
3 Modified: ChangeLog
4 Added: kdeaccounts-plugin-4.5.1.ebuild
5 Log:
6 Version bump KDE SC 4.5.1
7
8 (Portage version: 2.2_rc75/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.64 kde-base/kdeaccounts-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog?rev=1.64&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog?rev=1.64&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog?r1=1.63&r2=1.64
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v
20 retrieving revision 1.63
21 retrieving revision 1.64
22 diff -u -r1.63 -r1.64
23 --- ChangeLog 9 Aug 2010 17:34:38 -0000 1.63
24 +++ ChangeLog 5 Sep 2010 23:37:48 -0000 1.64
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-base/kdeaccounts-plugin
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v 1.63 2010/08/09 17:34:38 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v 1.64 2010/09/05 23:37:48 tampakrap Exp $
30 +
31 +*kdeaccounts-plugin-4.5.1 (05 Sep 2010)
32 +
33 + 05 Sep 2010; Theo Chatzimichos <tampakrap@g.o>
34 + +kdeaccounts-plugin-4.5.1.ebuild:
35 + Version bump
36
37 09 Aug 2010; Tomáš Chvátal <scarabeus@g.o>
38 kdeaccounts-plugin-4.4.5.ebuild:
39
40
41
42 1.1 kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.5.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.5.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.5.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kdeaccounts-plugin-4.5.1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.5.1.ebuild,v 1.1 2010/09/05 23:37:48 tampakrap Exp $
52
53 EAPI="3"
54
55 KMNAME="kdesdk"
56 inherit kde4-meta
57
58 DESCRIPTION="Addressbook Plugin that puts names/email addresses of all KDE SVN accounts into an addressbook"
59 KEYWORDS=""
60 IUSE="debug"
61
62 DEPEND="
63 $(add_kdebase_dep kdepimlibs)
64 "
65 RDEPEND="${DEPEND}"