Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/qchartdiary: ChangeLog qchartdiary-0.6.4.1-r2.ebuild qchartdiary-0.6.4.1-r1.ebuild
Date: Fri, 01 Jan 2010 11:32:59
Message-Id: E1NQfkS-0003CU-Or@stork.gentoo.org
1 hwoarang 10/01/01 11:32:52
2
3 Modified: ChangeLog
4 Added: qchartdiary-0.6.4.1-r2.ebuild
5 Removed: qchartdiary-0.6.4.1-r1.ebuild
6 Log:
7 Revbump to install binary correctly. Fixes bug #299187
8 (Portage version: 2.2_rc61/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 app-office/qchartdiary/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/qchartdiary/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/qchartdiary/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/qchartdiary/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/qchartdiary/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 26 Dec 2009 10:55:11 -0000 1.2
24 +++ ChangeLog 1 Jan 2010 11:32:52 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-office/qchartdiary
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/ChangeLog,v 1.2 2009/12/26 10:55:11 hwoarang Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/ChangeLog,v 1.3 2010/01/01 11:32:52 hwoarang Exp $
31 +
32 +*qchartdiary-0.6.4.1-r2 (01 Jan 2010)
33 +
34 + 01 Jan 2010; <hwoarang@g.o> -qchartdiary-0.6.4.1-r1.ebuild,
35 + +qchartdiary-0.6.4.1-r2.ebuild:
36 + Revbump to install binary correctly. Fixes bug #299187
37
38 *qchartdiary-0.6.4.1-r1 (26 Dec 2009)
39
40
41
42
43 1.1 app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: qchartdiary-0.6.4.1-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild,v 1.1 2010/01/01 11:32:52 hwoarang Exp $
53
54 EAPI="2"
55
56 inherit qt4-r2
57
58 MY_PN="QChartDiary"
59
60 DESCRIPTION="Free Qt4 diary/agenda application"
61 HOMEPAGE="http://qt-apps.org/content/show.php?content=99294"
62 SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-src.tar.gz"
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="debug"
68
69 DEPEND="x11-libs/qt-gui:4
70 x11-libs/qt-sql:4"
71 RDEPEND="${DEPEND}"
72
73 S="${WORKDIR}/${MY_PN}"
74
75 DOCS="AUTHORS CHANGELOG README"
76
77 src_prepare() {
78 sed -i "s/doc\/${MY_PN}/doc\/${PF}/" ${MY_PN}.pro \
79 || die "failed to fix documentation path"
80 qt4-r2_src_prepare
81 }
82
83 src_install() {
84 qt4-r2_src_install
85 dobin ${MY_PN} || die "dobin failed"
86 }