Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/apcupsd: ChangeLog apcupsd-3.14.5.ebuild
Date: Mon, 19 Jan 2009 15:52:15
Message-Id: E1LOwQ8-0003t8-PI@stork.gentoo.org
1 flameeyes 09/01/19 15:52:12
2
3 Modified: ChangeLog apcupsd-3.14.5.ebuild
4 Log:
5 Add dependency over dvipdfm, thanks to the reporter and Jeremy (darkside) in bug #255386.
6 (Portage version: 2.2_rc22/cvs/Linux 2.6.28-gentoo x86_64)
7
8 Revision Changes Path
9 1.41 sys-power/apcupsd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.41&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?rev=1.41&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/ChangeLog?r1=1.40&r2=1.41
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v
18 retrieving revision 1.40
19 retrieving revision 1.41
20 diff -u -r1.40 -r1.41
21 --- ChangeLog 17 Jan 2009 13:08:17 -0000 1.40
22 +++ ChangeLog 19 Jan 2009 15:52:12 -0000 1.41
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-power/apcupsd
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.40 2009/01/17 13:08:17 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.41 2009/01/19 15:52:12 flameeyes Exp $
28 +
29 + 19 Jan 2009; Diego E. Pettenò <flameeyes@g.o>
30 + apcupsd-3.14.5.ebuild:
31 + Add dependency over dvipdfm, thanks to the reporter and Jeremy (darkside)
32 + in bug #255386.
33
34 17 Jan 2009; Diego E. Pettenò <flameeyes@g.o>
35 apcupsd-3.14.5.ebuild:
36
37
38
39 1.4 sys-power/apcupsd/apcupsd-3.14.5.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.5.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.5.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.5.ebuild?r1=1.3&r2=1.4
44
45 Index: apcupsd-3.14.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.5.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- apcupsd-3.14.5.ebuild 17 Jan 2009 13:08:17 -0000 1.3
52 +++ apcupsd-3.14.5.ebuild 19 Jan 2009 15:52:12 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.5.ebuild,v 1.3 2009/01/17 13:08:17 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.5.ebuild,v 1.4 2009/01/19 15:52:12 flameeyes Exp $
58
59 WEBAPP_MANUAL_SLOT="yes"
60 WEBAPP_OPTIONAL="yes"
61 @@ -16,7 +16,8 @@
62 IUSE="doc snmp usb cgi nls gnome"
63
64 DEPEND="doc? ( virtual/latex-base
65 - dev-tex/latex2html )
66 + dev-tex/latex2html
67 + app-text/dvipdfm )
68 cgi? ( >=media-libs/gd-1.8.4
69 ${WEBAPP_DEPEND} )
70 nls? ( sys-devel/gettext )