diff options
author | 2014-04-10 17:54:36 +0000 | |
---|---|---|
committer | 2014-04-10 17:54:36 +0000 | |
commit | a477bd9be44c52b47c9992b76924806368360c42 (patch) | |
tree | 587da6f30b9695600154520457901d4ef6eb1f8b /app-leechcraft | |
parent | Bump LeechCraft to 0.5.65, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-a477bd9be44c52b47c9992b76924806368360c42.tar.gz gentoo-2-a477bd9be44c52b47c9992b76924806368360c42.tar.bz2 gentoo-2-a477bd9be44c52b47c9992b76924806368360c42.zip |
Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-hotsensors/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.65.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/app-leechcraft/lc-hotsensors/ChangeLog b/app-leechcraft/lc-hotsensors/ChangeLog index 63bb8e500e33..6c87e972e52d 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v 1.11 2014/04/03 08:19:30 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v 1.12 2014/04/10 17:54:36 maksbotan Exp $ + +*lc-hotsensors-0.6.65 (10 Apr 2014) + + 10 Apr 2014; Maxim Koltsov <maksbotan@gentoo.org> + +lc-hotsensors-0.6.65.ebuild: + Bump LeechCraft to 0.5.65, thanks to 0xd34df00d. 03 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> lc-hotsensors-0.6.60.ebuild: x86 stable wrt bug #500914 diff --git a/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.65.ebuild b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.65.ebuild new file mode 100644 index 000000000000..7997235dc124 --- /dev/null +++ b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.6.65.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.65.ebuild,v 1.1 2014/04/10 17:54:36 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}" |