Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/orage: ChangeLog orage-4.8.3.ebuild
Date: Wed, 06 Jun 2012 21:12:47
Message-Id: 20120606211231.A1CAA2004B@flycatcher.gentoo.org
1 darkside 12/06/06 21:12:31
2
3 Modified: ChangeLog orage-4.8.3.ebuild
4 Log:
5 Fix installation offset for bug 419823 by Palmer Dabbelt
6
7 (Portage version: 2.1.10.62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.64 app-office/orage/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?rev=1.64&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?rev=1.64&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/ChangeLog?r1=1.63&r2=1.64
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v
19 retrieving revision 1.63
20 retrieving revision 1.64
21 diff -u -r1.63 -r1.64
22 --- ChangeLog 3 May 2012 20:00:39 -0000 1.63
23 +++ ChangeLog 6 Jun 2012 21:12:31 -0000 1.64
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-office/orage
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.63 2012/05/03 20:00:39 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/ChangeLog,v 1.64 2012/06/06 21:12:31 darkside Exp $
29 +
30 + 06 Jun 2012; Jeremy Olexa <darkside@g.o> orage-4.8.3.ebuild:
31 + Fix installation offset for bug 419823 by Palmer Dabbelt
32
33 03 May 2012; Jeff Horelick <jdhore@g.o> orage-4.8.3.ebuild:
34 dev-util/pkgconfig -> virtual/pkgconfig
35
36
37
38 1.8 app-office/orage/orage-4.8.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.3.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.3.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/orage/orage-4.8.3.ebuild?r1=1.7&r2=1.8
43
44 Index: orage-4.8.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.3.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- orage-4.8.3.ebuild 3 May 2012 20:00:39 -0000 1.7
51 +++ orage-4.8.3.ebuild 6 Jun 2012 21:12:31 -0000 1.8
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.3.ebuild,v 1.7 2012/05/03 20:00:39 jdhore Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.3.ebuild,v 1.8 2012/06/06 21:12:31 darkside Exp $
57
58 EAPI=4
59 inherit multilib xfconf
60 @@ -44,8 +44,8 @@
61
62 src_install() {
63 xfconf_src_install \
64 - docdir=/usr/share/doc/${PF}/html \
65 - imagesdir=/usr/share/doc/${PF}/html/images
66 + docdir="${EPREFIX}"/usr/share/doc/${PF}/html \
67 + imagesdir="${EPREFIX}"/usr/share/doc/${PF}/html/images
68
69 # Create compability symlink for retarded path hardcoding in src/{mainbox,parameters}.c
70 dosym /usr/share/doc/${PF}/html /usr/share/${PN}/doc/C