Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libexplain: libexplain-1.3.ebuild ChangeLog
Date: Tue, 28 Jul 2015 14:38:22
Message-Id: 20150728143816.6312FC1@oystercatcher.gentoo.org
1 jlec 15/07/28 14:38:16
2
3 Modified: libexplain-1.3.ebuild ChangeLog
4 Log:
5 Add missing dep, bug #554936
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
8
9 Revision Changes Path
10 1.5 dev-libs/libexplain/libexplain-1.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.3.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.3.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.3.ebuild?r1=1.4&r2=1.5
15
16 Index: libexplain-1.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.3.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- libexplain-1.3.ebuild 8 Jun 2014 11:03:35 -0000 1.4
23 +++ libexplain-1.3.ebuild 28 Jul 2015 14:38:16 -0000 1.5
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/dev-libs/libexplain/libexplain-1.3.ebuild,v 1.4 2014/06/08 11:03:35 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.3.ebuild,v 1.5 2015/07/28 14:38:16 jlec Exp $
30
31 EAPI=5
32
33 @@ -24,10 +24,8 @@
34 sys-process/lsof"
35 DEPEND="${RDEPEND}
36 >=sys-kernel/linux-headers-2.6.35
37 - doc? (
38 - app-text/ghostscript-gpl
39 - sys-apps/groff
40 - )
41 + app-text/ghostscript-gpl
42 + sys-apps/groff
43 "
44
45 DOCS=( README )
46
47
48
49 1.34 dev-libs/libexplain/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.34&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.34&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?r1=1.33&r2=1.34
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v
58 retrieving revision 1.33
59 retrieving revision 1.34
60 diff -u -r1.33 -r1.34
61 --- ChangeLog 3 Nov 2014 11:57:10 -0000 1.33
62 +++ ChangeLog 28 Jul 2015 14:38:16 -0000 1.34
63 @@ -1,6 +1,9 @@
64 # ChangeLog for dev-libs/libexplain
65 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.33 2014/11/03 11:57:10 jlec Exp $
67 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.34 2015/07/28 14:38:16 jlec Exp $
69 +
70 + 28 Jul 2015; Justin Lecher <jlec@g.o> libexplain-1.3.ebuild:
71 + Add missing dep, bug #554936
72
73 03 Nov 2014; Justin Lecher <jlec@g.o> libexplain-1.4.ebuild:
74 Always build docs, #527992