From 74432da5b0dae19270817a57871d986649892954 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Thu, 20 Mar 2014 22:00:38 +0000 Subject: Revision bump to EAPI 5. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD) --- kde-misc/hdaps_monitor/ChangeLog | 10 +++++++--- kde-misc/hdaps_monitor/hdaps_monitor-0.3-r1.ebuild | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 kde-misc/hdaps_monitor/hdaps_monitor-0.3-r1.ebuild 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 +hdaps_monitor-0.3-r1.ebuild: + Revision bump to EAPI 5. 26 Mar 2012; Tomáš Chvátal hdaps_monitor-0.3.ebuild: Stabilise 0.3 on amd64 and x86. @@ -17,4 +22,3 @@ 18 Nov 2009; Samuli Suominen +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" -- cgit v1.2.3-65-gdbad