Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-hotsensors: lc-hotsensors-9999.ebuild ChangeLog
Date: Tue, 03 Dec 2013 17:35:33
Message-Id: 20131203173526.AD1CF2004B@flycatcher.gentoo.org
1 pinkbyte 13/12/03 17:35:26
2
3 Modified: lc-hotsensors-9999.ebuild ChangeLog
4 Log:
5 Correct QWT dependency, thanks to 0xd34df00d
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.2 app-leechcraft/lc-hotsensors/lc-hotsensors-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-9999.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-9999.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-9999.ebuild?r1=1.1&r2=1.2
15
16 Index: lc-hotsensors-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-9999.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lc-hotsensors-9999.ebuild 30 Apr 2013 08:01:26 -0000 1.1
23 +++ lc-hotsensors-9999.ebuild 3 Dec 2013 17:35:26 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-9999.ebuild,v 1.1 2013/04/30 08:01:26 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-9999.ebuild,v 1.2 2013/12/03 17:35:26 pinkbyte Exp $
29
30 EAPI="5"
31
32 @@ -14,10 +14,9 @@
33 KEYWORDS=""
34 IUSE="debug"
35
36 -DEPEND="~app-leechcraft/lc-core-${PV}
37 +DEPEND="~app-leechcraft/lc-core-${PV}[qwt]
38 ~virtual/leechcraft-quark-sideprovider-${PV}
39 dev-qt/qtdeclarative:4
40 - x11-libs/qwt:6
41 sys-apps/lm_sensors
42 "
43 RDEPEND="${DEPEND}"
44
45
46
47 1.8 app-leechcraft/lc-hotsensors/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog?rev=1.8&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog?rev=1.8&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog?r1=1.7&r2=1.8
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v
56 retrieving revision 1.7
57 retrieving revision 1.8
58 diff -u -r1.7 -r1.8
59 --- ChangeLog 24 Sep 2013 15:44:38 -0000 1.7
60 +++ ChangeLog 3 Dec 2013 17:35:26 -0000 1.8
61 @@ -1,6 +1,9 @@
62 # ChangeLog for app-leechcraft/lc-hotsensors
63 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v 1.7 2013/09/24 15:44:38 maksbotan Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v 1.8 2013/12/03 17:35:26 pinkbyte Exp $
66 +
67 + 03 Dec 2013; Sergey Popov <pinkbyte@g.o> lc-hotsensors-9999.ebuild:
68 + Correct QWT dependency, thanks to 0xd34df00d
69
70 *lc-hotsensors-0.6.0 (24 Sep 2013)