summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2014-01-08 09:47:20 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2014-01-08 09:47:20 +0000
commit8ee599bea61b221b2ed61c939cb0f330c66ece2d (patch)
treef561da6e316052486a36fbb00f6affd4f01a91f6 /app-leechcraft/lc-hotsensors
parentBump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (diff)
downloadgentoo-2-8ee599bea61b221b2ed61c939cb0f330c66ece2d.tar.gz
gentoo-2-8ee599bea61b221b2ed61c939cb0f330c66ece2d.tar.bz2
gentoo-2-8ee599bea61b221b2ed61c939cb0f330c66ece2d.zip
Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-hotsensors')
-rw-r--r--app-leechcraft/lc-hotsensors/ChangeLog10
-rw-r--r--app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.60.ebuild22
2 files changed, 30 insertions, 2 deletions
diff --git a/app-leechcraft/lc-hotsensors/ChangeLog b/app-leechcraft/lc-hotsensors/ChangeLog
index 62fef7b2274c..5fd657996821 100644
--- a/app-leechcraft/lc-hotsensors/ChangeLog
+++ b/app-leechcraft/lc-hotsensors/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-leechcraft/lc-hotsensors
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v 1.8 2013/12/03 17:35:26 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v 1.9 2014/01/08 09:47:20 maksbotan Exp $
+
+*lc-hotsensors-0.6.60 (08 Jan 2014)
+
+ 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org>
+ +lc-hotsensors-0.6.60.ebuild:
+ Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d.
03 Dec 2013; Sergey Popov <pinkbyte@gentoo.org> lc-hotsensors-9999.ebuild:
Correct QWT dependency, thanks to 0xd34df00d
diff --git a/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.60.ebuild b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.60.ebuild
new file mode 100644
index 000000000000..a5b97f97ef69
--- /dev/null
+++ b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.60.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.60.ebuild,v 1.1 2014/01/08 09:47:20 maksbotan Exp $
+
+EAPI="5"
+
+inherit leechcraft
+
+DESCRIPTION="Temperature sensors monitor plugin for LeechCraft"
+
+# We should define license for this plugin explicitly
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="~app-leechcraft/lc-core-${PV}[qwt]
+ ~virtual/leechcraft-quark-sideprovider-${PV}
+ dev-qt/qtdeclarative:4
+ sys-apps/lm_sensors
+ "
+RDEPEND="${DEPEND}"