Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/icemon: icemon-20140102.ebuild ChangeLog
Date: Thu, 02 Jan 2014 13:23:27
Message-Id: 20140102132323.8E4892004C@flycatcher.gentoo.org
1 scarabeus 14/01/02 13:23:23
2
3 Modified: icemon-20140102.ebuild ChangeLog
4 Log:
5 Add missed docbook2X dep for manpage generating.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
8
9 Revision Changes Path
10 1.3 dev-util/icemon/icemon-20140102.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/icemon/icemon-20140102.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/icemon/icemon-20140102.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/icemon/icemon-20140102.ebuild?r1=1.2&r2=1.3
15
16 Index: icemon-20140102.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/icemon/icemon-20140102.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- icemon-20140102.ebuild 2 Jan 2014 13:13:10 -0000 1.2
23 +++ icemon-20140102.ebuild 2 Jan 2014 13:23:23 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/icemon/icemon-20140102.ebuild,v 1.2 2014/01/02 13:13:10 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/icemon/icemon-20140102.ebuild,v 1.3 2014/01/02 13:23:23 scarabeus Exp $
29
30 EAPI=5
31
32 @@ -14,6 +14,9 @@
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35
36 -RDEPEND="${DEPEND}
37 +RDEPEND="
38 sys-devel/icecream
39 "
40 +DEPEND="${RDEPEND}
41 + app-text/docbook2X
42 +"
43
44
45
46 1.3 dev-util/icemon/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/icemon/ChangeLog?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/icemon/ChangeLog?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/icemon/ChangeLog?r1=1.2&r2=1.3
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-util/icemon/ChangeLog,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- ChangeLog 2 Jan 2014 13:13:10 -0000 1.2
59 +++ ChangeLog 2 Jan 2014 13:23:23 -0000 1.3
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-util/icemon
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-util/icemon/ChangeLog,v 1.2 2014/01/02 13:13:10 scarabeus Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-util/icemon/ChangeLog,v 1.3 2014/01/02 13:23:23 scarabeus Exp $
65 +
66 + 02 Jan 2014; Tomáš Chvátal <scarabeus@g.o> icemon-20140102.ebuild:
67 + Add missed docbook2X dep for manpage generating.
68
69 02 Jan 2014; Tomáš Chvátal <scarabeus@g.o> icemon-20140102.ebuild:
70 Drop useless blank line.