diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-20 22:00:38 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-20 22:00:38 +0000 |
commit | 74432da5b0dae19270817a57871d986649892954 (patch) | |
tree | 4393429bb330fcc3daa941bb41ba612af4bc095c /kde-misc | |
parent | Bump to EAPI 5. (diff) | |
download | gentoo-2-74432da5b0dae19270817a57871d986649892954.tar.gz gentoo-2-74432da5b0dae19270817a57871d986649892954.tar.bz2 gentoo-2-74432da5b0dae19270817a57871d986649892954.zip |
Revision bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/hdaps_monitor/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/hdaps_monitor/hdaps_monitor-0.3-r1.ebuild | 19 |
2 files changed, 26 insertions, 3 deletions
diff --git a/kde-misc/hdaps_monitor/ChangeLog b/kde-misc/hdaps_monitor/ChangeLog index d0fceb1f8afe..dcabd8b3278f 100644 --- a/kde-misc/hdaps_monitor/ChangeLog +++ b/kde-misc/hdaps_monitor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-misc/hdaps_monitor -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/hdaps_monitor/ChangeLog,v 1.4 2012/03/26 07:24:43 scarabeus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/hdaps_monitor/ChangeLog,v 1.5 2014/03/20 22:00:38 johu Exp $ + +*hdaps_monitor-0.3-r1 (20 Mar 2014) + + 20 Mar 2014; Johannes Huber <johu@gentoo.org> +hdaps_monitor-0.3-r1.ebuild: + Revision bump to EAPI 5. 26 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> hdaps_monitor-0.3.ebuild: Stabilise 0.3 on amd64 and x86. @@ -17,4 +22,3 @@ 18 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> +hdaps_monitor-0.3.ebuild: Initial commit wrt #293319, thanks to Andreas Thalhammer for reporting. - diff --git a/kde-misc/hdaps_monitor/hdaps_monitor-0.3-r1.ebuild b/kde-misc/hdaps_monitor/hdaps_monitor-0.3-r1.ebuild new file mode 100644 index 000000000000..5d7527ab4cbf --- /dev/null +++ b/kde-misc/hdaps_monitor/hdaps_monitor-0.3-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/hdaps_monitor/hdaps_monitor-0.3-r1.ebuild,v 1.1 2014/03/20 22:00:38 johu Exp $ + +EAPI=5 +inherit kde4-base + +DESCRIPTION="KDE-based monitor for the IBM HDAPS system" +HOMEPAGE="http://www.kde-look.org/content/show.php/HDAPS+monitor?content=103481" +SRC_URI="http://www.kde-look.org/CONTENT/content-files/103481-${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="$(add_kdebase_dep plasma-workspace)" +RDEPEND="${DEPEND} + app-laptop/hdapsd" |