Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/znotes: znotes-0.4.5.ebuild ChangeLog
Date: Mon, 30 Jan 2012 07:49:46
Message-Id: 20120130074935.5166C2004B@flycatcher.gentoo.org
1 johu 12/01/30 07:49:35
2
3 Modified: ChangeLog
4 Added: znotes-0.4.5.ebuild
5 Log:
6 Version bump wrt bug #400717. Thanks to kensingtion <gentoo@×××××××××××××××.com>.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux i686)
9
10 Revision Changes Path
11 1.8 app-editors/znotes/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/znotes/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/znotes/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/znotes/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/znotes/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 21 Jul 2011 00:35:39 -0000 1.7
24 +++ ChangeLog 30 Jan 2012 07:49:35 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-editors/znotes
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/ChangeLog,v 1.7 2011/07/21 00:35:39 chiiph Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/ChangeLog,v 1.8 2012/01/30 07:49:35 johu Exp $
31 +
32 +*znotes-0.4.5 (30 Jan 2012)
33 +
34 + 30 Jan 2012; Johannes Huber <johu@g.o> +znotes-0.4.5.ebuild:
35 + Version bump wrt bug #400717. Thanks to kensingtion
36 + <gentoo@×××××××××××××××.com>.
37
38 *znotes-0.4.4 (21 Jul 2011)
39
40
41
42
43 1.1 app-editors/znotes/znotes-0.4.5.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/znotes/znotes-0.4.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/znotes/znotes-0.4.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: znotes-0.4.5.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/znotes-0.4.5.ebuild,v 1.1 2012/01/30 07:49:35 johu Exp $
53
54 EAPI=4
55 inherit qt4-r2
56
57 DESCRIPTION="Simple Notes"
58 HOMEPAGE="http://znotes.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND="x11-libs/qt-core:4
67 x11-libs/qt-gui:4"
68 RDEPEND="${DEPEND}"
69
70 DOCS="CHANGELOG THANKS"
71
72 src_configure() {
73 lrelease znotes.pro || die "lrelease failed"
74 qt4-r2_src_configure
75 }