summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-19 21:40:13 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-19 21:40:13 +0000
commit1730d99ebed4d2799a5f1b7219f7d25047c99d8f (patch)
tree4734fcef5939dcb6dd850926f79f97793f91a550 /xfce-extra/xfce4-sensors-plugin
parentEAPI4, fix homepage (diff)
downloadgentoo-2-1730d99ebed4d2799a5f1b7219f7d25047c99d8f.tar.gz
gentoo-2-1730d99ebed4d2799a5f1b7219f7d25047c99d8f.tar.bz2
gentoo-2-1730d99ebed4d2799a5f1b7219f7d25047c99d8f.zip
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin')
-rw-r--r--xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0-r1.ebuild11
1 files changed, 5 insertions, 6 deletions
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() {