Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/fprintd: fprintd-0.2.0.ebuild ChangeLog
Date: Mon, 02 May 2011 14:50:25
Message-Id: 20110502145014.39C0320054@flycatcher.gentoo.org
1 halcy0n 11/05/02 14:50:14
2
3 Modified: fprintd-0.2.0.ebuild ChangeLog
4 Log:
5 EPREFIX is already appended when using insinto
6
7 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-auth/fprintd/fprintd-0.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: fprintd-0.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- fprintd-0.2.0.ebuild 27 Oct 2010 12:10:18 -0000 1.1
23 +++ fprintd-0.2.0.ebuild 2 May 2011 14:50:14 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0.ebuild,v 1.1 2010/10/27 12:10:18 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/fprintd-0.2.0.ebuild,v 1.2 2011/05/02 14:50:14 halcy0n Exp $
30
31 EAPI=3
32
33 @@ -52,9 +52,9 @@
34
35 dodoc AUTHORS ChangeLog NEWS README TODO || die
36 if use doc ; then
37 - insinto ${EPREFIX}/usr/share/doc/${PF}/html
38 + insinto /usr/share/doc/${PF}/html
39 doins doc/{fprintd-docs,version}.xml || die
40 - insinto ${EPREFIX}/usr/share/doc/${PF}/html/dbus
41 + insinto /usr/share/doc/${PF}/html/dbus
42 doins doc/dbus/net.reactivated.Fprint.{Device,Manager}.ref.xml || die
43 fi
44 }
45
46
47
48 1.2 sys-auth/fprintd/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/ChangeLog?rev=1.2&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/ChangeLog?rev=1.2&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/fprintd/ChangeLog?r1=1.1&r2=1.2
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v
57 retrieving revision 1.1
58 retrieving revision 1.2
59 diff -u -r1.1 -r1.2
60 --- ChangeLog 27 Oct 2010 12:10:18 -0000 1.1
61 +++ ChangeLog 2 May 2011 14:50:14 -0000 1.2
62 @@ -1,6 +1,9 @@
63 # ChangeLog for sys-auth/fprintd
64 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.1 2010/10/27 12:10:18 xmw Exp $
66 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprintd/ChangeLog,v 1.2 2011/05/02 14:50:14 halcy0n Exp $
68 +
69 + 02 May 2011; Mark Loeser <halcy0n@g.o> fprintd-0.2.0.ebuild:
70 + EPREFIX is already appended when using insinto
71
72 *fprintd-0.2.0 (27 Oct 2010)