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 metadata.xml ChangeLog
Date: Tue, 30 Apr 2013 08:01:31
Message-Id: 20130430080126.6FBB42171D@flycatcher.gentoo.org
1 pinkbyte 13/04/30 08:01:26
2
3 Added: lc-hotsensors-9999.ebuild metadata.xml ChangeLog
4 Log:
5 Initial commit, thanks to 0xd34df00d
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.1 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.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-9999.ebuild?rev=1.1&content-type=text/plain
14
15 Index: lc-hotsensors-9999.ebuild
16 ===================================================================
17 # Copyright 1999-2013 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-9999.ebuild,v 1.1 2013/04/30 08:01:26 pinkbyte Exp $
20
21 EAPI="5"
22
23 inherit leechcraft
24
25 DESCRIPTION="Temperature sensors monitor plugin for LeechCraft"
26
27 # We should define license for this plugin explicitly
28 LICENSE="GPL-3"
29 SLOT="0"
30 KEYWORDS=""
31 IUSE="debug"
32
33 DEPEND="~app-leechcraft/lc-core-${PV}
34 ~virtual/leechcraft-quark-sideprovider-${PV}
35 dev-qt/qtdeclarative:4
36 x11-libs/qwt:6
37 sys-apps/lm_sensors
38 "
39 RDEPEND="${DEPEND}"
40
41
42
43 1.1 app-leechcraft/lc-hotsensors/metadata.xml
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/metadata.xml?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/metadata.xml?rev=1.1&content-type=text/plain
47
48 Index: metadata.xml
49 ===================================================================
50 <?xml version="1.0" encoding="UTF-8"?>
51 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 <pkgmetadata>
53 <herd>leechcraft</herd>
54 </pkgmetadata>
55
56
57
58 1.1 app-leechcraft/lc-hotsensors/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog?rev=1.1&content-type=text/plain
62
63 Index: ChangeLog
64 ===================================================================
65 # ChangeLog for app-leechcraft/lc-hotsensors
66 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v 1.1 2013/04/30 08:01:26 pinkbyte Exp $
68
69 *lc-hotsensors-9999 (30 Apr 2013)
70
71 30 Apr 2013; Sergey Popov <pinkbyte@g.o> +lc-hotsensors-9999.ebuild,
72 +metadata.xml:
73 Initial commit, thanks to 0xd34df00d