From 1730d99ebed4d2799a5f1b7219f7d25047c99d8f Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Thu, 19 May 2011 21:40:13 +0000 Subject: EAPI4 (Portage version: 2.2.0_alpha33/cvs/Linux x86_64) --- .../xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'xfce-extra') diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild index 00aa2bd1cfa4..750f4273933a 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild,v 1.5 2011/03/22 20:57:53 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild,v 1.6 2011/05/19 21:40:13 ssuominen Exp $ -EAPI=3 +EAPI=4 EAUTORECONF=yes inherit flag-o-matic xfconf @@ -19,7 +19,7 @@ RDEPEND=">=x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.4 >=xfce-base/libxfcegui4-4.4 >=xfce-base/xfce4-panel-4.4 - libnotify? ( >=x11-libs/libnotify-0.4 ) + libnotify? ( >=x11-libs/libnotify-0.7 ) lm_sensors? ( >=sys-apps/lm_sensors-3.1.0 ) hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )" DEPEND="${RDEPEND} @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { - has_version ">=x11-libs/libnotify-0.7" && append-cppflags -DHAVE_LIBNOTIFY_07 + append-cppflags -DHAVE_LIBNOTIFY_07 PATCHES=( "${FILESDIR}"/${P}-missing_includedir.patch @@ -37,7 +37,6 @@ pkg_setup() { ) XFCONF=( - --disable-dependency-tracking --disable-static $(use_enable hddtemp) $(use_enable hddtemp netcat) @@ -55,7 +54,7 @@ pkg_setup() { ) fi - DOCS="AUTHORS ChangeLog NEWS NOTES README TODO" + DOCS=( AUTHORS ChangeLog NEWS NOTES README TODO ) } src_prepare() { -- cgit v1.2.3-65-gdbad