Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/groff: groff-1.22.3.ebuild ChangeLog
Date: Fri, 06 Mar 2015 11:47:25
Message-Id: 20150306114719.334FE13295@oystercatcher.gentoo.org
1 vapier 15/03/06 11:47:19
2
3 Modified: groff-1.22.3.ebuild ChangeLog
4 Log:
5 Do not delete mom-pdf.pdf based on USE=examples #516732 by Dave Kemper.
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.2 sys-apps/groff/groff-1.22.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.22.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.22.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/groff-1.22.3.ebuild?r1=1.1&r2=1.2
15
16 Index: groff-1.22.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.22.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- groff-1.22.3.ebuild 19 Nov 2014 10:32:20 -0000 1.1
23 +++ groff-1.22.3.ebuild 6 Mar 2015 11:47:19 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.22.3.ebuild,v 1.1 2014/11/19 10:32:20 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.22.3.ebuild,v 1.2 2015/03/06 11:47:19 vapier Exp $
30
31 EAPI="4"
32
33 @@ -74,8 +74,5 @@
34 dosym eqn /usr/bin/geqn
35 dosym tbl /usr/bin/gtbl
36
37 - if ! use examples ; then
38 - rm -rf "${ED}"/usr/share/doc/${PF}/examples
39 - rm -f "${ED}"/usr/share/doc/${PF}/pdf/mom-pdf.pdf
40 - fi
41 + use examples || rm -rf "${ED}"/usr/share/doc/${PF}/examples
42 }
43
44
45
46 1.145 sys-apps/groff/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?rev=1.145&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?rev=1.145&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/groff/ChangeLog?r1=1.144&r2=1.145
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v
55 retrieving revision 1.144
56 retrieving revision 1.145
57 diff -u -r1.144 -r1.145
58 --- ChangeLog 19 Nov 2014 10:32:20 -0000 1.144
59 +++ ChangeLog 6 Mar 2015 11:47:19 -0000 1.145
60 @@ -1,6 +1,9 @@
61 # ChangeLog for sys-apps/groff
62 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.144 2014/11/19 10:32:20 polynomial-c Exp $
64 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.145 2015/03/06 11:47:19 vapier Exp $
66 +
67 + 06 Mar 2015; Mike Frysinger <vapier@g.o> groff-1.22.3.ebuild:
68 + Do not delete mom-pdf.pdf based on USE=examples #516732 by Dave Kemper.
69
70 *groff-1.22.3 (19 Nov 2014)