Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/ccal: ccal-0.6.ebuild
Date: Fri, 01 Jan 2010 18:03:20
Message-Id: E1NQlqE-0001NK-Oq@stork.gentoo.org
1 ssuominen 10/01/01 18:03:14
2
3 Modified: ccal-0.6.ebuild
4 Log:
5 Quoting
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 app-misc/ccal/ccal-0.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ccal/ccal-0.6.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ccal/ccal-0.6.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/ccal/ccal-0.6.ebuild?r1=1.8&r2=1.9
14
15 Index: ccal-0.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/ccal/ccal-0.6.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ccal-0.6.ebuild 28 Jan 2007 05:00:00 -0000 1.8
22 +++ ccal-0.6.ebuild 1 Jan 2010 18:03:14 -0000 1.9
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ccal/ccal-0.6.ebuild,v 1.8 2007/01/28 05:00:00 genone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ccal/ccal-0.6.ebuild,v 1.9 2010/01/01 18:03:14 ssuominen Exp $
29
30 DESCRIPTION="Curses-based calendar/journal/diary/todo utility"
31 HOMEPAGE="http://www.jamiehillman.co.uk/ccal/"
32 @@ -17,7 +17,7 @@
33
34 src_install() {
35 newbin ${P}.py ${PN} || die "dobin failed"
36 - dohtml ${FILESDIR}/instructions.htm || die "dohtml failed"
37 + dohtml "${FILESDIR}"/instructions.htm || die "dohtml failed"
38 }
39
40 pkg_postinst() {