Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/zanshin: zanshin-0.2.1-r1.ebuild ChangeLog
Date: Fri, 21 Mar 2014 19:20:29
Message-Id: 20140321191605.7E35E2004E@flycatcher.gentoo.org
1 johu 14/03/21 19:16:05
2
3 Modified: ChangeLog
4 Added: zanshin-0.2.1-r1.ebuild
5 Log:
6 Revision bump to EAPI 5.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
9
10 Revision Changes Path
11 1.10 kde-misc/zanshin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/zanshin/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/zanshin/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/zanshin/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/zanshin/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 19 Apr 2012 05:48:12 -0000 1.9
24 +++ ChangeLog 21 Mar 2014 19:16:05 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for kde-misc/zanshin
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/zanshin/ChangeLog,v 1.9 2012/04/19 05:48:12 johu Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/zanshin/ChangeLog,v 1.10 2014/03/21 19:16:05 johu Exp $
31 +
32 +*zanshin-0.2.1-r1 (21 Mar 2014)
33 +
34 + 21 Mar 2014; Johannes Huber <johu@g.o> +zanshin-0.2.1-r1.ebuild:
35 + Revision bump to EAPI 5.
36
37 19 Apr 2012; Johannes Huber <johu@g.o> -zanshin-0.2.0.ebuild:
38 Remove old.
39 @@ -45,4 +50,3 @@
40 +zanshin-0.1.81.ebuild, +metadata.xml:
41 New application, bug 373135. Thanks to Matija "hook" Å uklje for the initial
42 ebuild.
43 -
44
45
46
47 1.1 kde-misc/zanshin/zanshin-0.2.1-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/zanshin/zanshin-0.2.1-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/zanshin/zanshin-0.2.1-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: zanshin-0.2.1-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/kde-misc/zanshin/zanshin-0.2.1-r1.ebuild,v 1.1 2014/03/21 19:16:05 johu Exp $
57
58 EAPI=5
59
60 VIRTUALX_REQUIRED="test"
61 inherit kde4-base
62
63 DESCRIPTION="Todo management application for KDE"
64 HOMEPAGE="http://zanshin.kde.org/"
65 SRC_URI="http://files.kde.org/${PN}/${P}.tar.bz2"
66
67 LICENSE="|| ( GPL-2 GPL-3 )"
68 SLOT="4"
69 KEYWORDS="~amd64 ~x86"
70 IUSE="debug"
71
72 RDEPEND="
73 $(add_kdebase_dep kdepim-runtime '' 4.6.0)
74 dev-libs/boost
75 "
76 DEPEND=${RDEPEND}