summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-07-03 16:01:38 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-07-03 16:01:38 +0000
commitc70ebcc36b9b16b2d694b820325beeecb8ee0f74 (patch)
tree7b4d2253c2fa65b2ef216fb73a8f048f03ded784 /app-leechcraft/lc-hotsensors
parentBump LeechCraft to 0.5.98, thanks to 0xd34df00d. (diff)
downloadgentoo-2-c70ebcc36b9b16b2d694b820325beeecb8ee0f74.tar.gz
gentoo-2-c70ebcc36b9b16b2d694b820325beeecb8ee0f74.tar.bz2
gentoo-2-c70ebcc36b9b16b2d694b820325beeecb8ee0f74.zip
Bump LeechCraft to 0.5.98, thanks to 0xd34df00d.
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-hotsensors')
-rw-r--r--app-leechcraft/lc-hotsensors/ChangeLog8
-rw-r--r--app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.98.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/app-leechcraft/lc-hotsensors/ChangeLog b/app-leechcraft/lc-hotsensors/ChangeLog
index 4180d7dd7980..fa6f87f169d5 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.4 2013/06/11 17:22:27 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v 1.5 2013/07/03 16:01:38 maksbotan Exp $
+
+*lc-hotsensors-0.5.98 (03 Jul 2013)
+
+ 03 Jul 2013; Maxim Koltsov <maksbotan@gentoo.org>
+ +lc-hotsensors-0.5.98.ebuild:
+ Bump LeechCraft to 0.5.98, thanks to 0xd34df00d.
*lc-hotsensors-0.5.97 (11 Jun 2013)
diff --git a/app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.98.ebuild b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.98.ebuild
new file mode 100644
index 000000000000..6fb03864b4f6
--- /dev/null
+++ b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.98.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 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.5.98.ebuild,v 1.1 2013/07/03 16:01:38 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}
+ ~virtual/leechcraft-quark-sideprovider-${PV}
+ dev-qt/qtdeclarative:4
+ x11-libs/qwt:6
+ sys-apps/lm_sensors
+ "
+RDEPEND="${DEPEND}"