Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-hotsensors: lc-hotsensors-0.5.96.ebuild ChangeLog
Date: Sun, 26 May 2013 19:43:00
Message-Id: 20130526194257.3AF322171D@flycatcher.gentoo.org
1 maksbotan 13/05/26 19:42:57
2
3 Modified: ChangeLog
4 Added: lc-hotsensors-0.5.96.ebuild
5 Log:
6 Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d
7
8 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
9
10 Revision Changes Path
11 1.3 app-leechcraft/lc-hotsensors/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 2 May 2013 15:29:27 -0000 1.2
24 +++ ChangeLog 26 May 2013 19:42:57 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-leechcraft/lc-hotsensors
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v 1.2 2013/05/02 15:29:27 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v 1.3 2013/05/26 19:42:57 maksbotan Exp $
30 +
31 +*lc-hotsensors-0.5.96 (26 May 2013)
32 +
33 + 26 May 2013; Maxim Koltsov <maksbotan@g.o>
34 + +lc-hotsensors-0.5.96.ebuild:
35 + Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d
36
37 *lc-hotsensors-0.5.95 (02 May 2013)
38
39 @@ -12,4 +18,3 @@
40 30 Apr 2013; Sergey Popov <pinkbyte@g.o> +lc-hotsensors-9999.ebuild,
41 +metadata.xml:
42 Initial commit, thanks to 0xd34df00d
43 -
44
45
46
47 1.1 app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.96.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.96.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.96.ebuild?rev=1.1&content-type=text/plain
51
52 Index: lc-hotsensors-0.5.96.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.96.ebuild,v 1.1 2013/05/26 19:42:57 maksbotan Exp $
57
58 EAPI="5"
59
60 inherit leechcraft
61
62 DESCRIPTION="Temperature sensors monitor plugin for LeechCraft"
63
64 # We should define license for this plugin explicitly
65 LICENSE="GPL-3"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="debug"
69
70 DEPEND="~app-leechcraft/lc-core-${PV}
71 ~virtual/leechcraft-quark-sideprovider-${PV}
72 dev-qt/qtdeclarative:4
73 x11-libs/qwt:6
74 sys-apps/lm_sensors
75 "
76 RDEPEND="${DEPEND}"