diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-05-26 19:42:57 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-05-26 19:42:57 +0000 |
commit | f5976b745e9c8b26e4acb2c126f02979a61f8178 (patch) | |
tree | 5adfa72f77dfe9f25f55816f2019b48b801006a9 /app-leechcraft/lc-hotsensors | |
parent | Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d (diff) | |
download | gentoo-2-f5976b745e9c8b26e4acb2c126f02979a61f8178.tar.gz gentoo-2-f5976b745e9c8b26e4acb2c126f02979a61f8178.tar.bz2 gentoo-2-f5976b745e9c8b26e4acb2c126f02979a61f8178.zip |
Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-hotsensors')
-rw-r--r-- | app-leechcraft/lc-hotsensors/ChangeLog | 9 | ||||
-rw-r--r-- | app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.96.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/app-leechcraft/lc-hotsensors/ChangeLog b/app-leechcraft/lc-hotsensors/ChangeLog index 263767d883bc..462e693f68af 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.2 2013/05/02 15:29:27 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotsensors/ChangeLog,v 1.3 2013/05/26 19:42:57 maksbotan Exp $ + +*lc-hotsensors-0.5.96 (26 May 2013) + + 26 May 2013; Maxim Koltsov <maksbotan@gentoo.org> + +lc-hotsensors-0.5.96.ebuild: + Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d *lc-hotsensors-0.5.95 (02 May 2013) @@ -12,4 +18,3 @@ 30 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> +lc-hotsensors-9999.ebuild, +metadata.xml: Initial commit, thanks to 0xd34df00d - diff --git a/app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.96.ebuild b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.96.ebuild new file mode 100644 index 000000000000..ee692e37e4d5 --- /dev/null +++ b/app-leechcraft/lc-hotsensors/lc-hotsensors-0.5.96.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.96.ebuild,v 1.1 2013/05/26 19:42:57 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}" |