diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:45:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-19 21:45:53 +0000 |
commit | b61dc6fc14e990da6a1eaf408a1264a59a58ee96 (patch) | |
tree | eb17464478ade51dc794601a65d8f8579c687973 /xfce-extra/xfce4-sensors-plugin | |
parent | EAPI4, fix homepage (diff) | |
download | historical-b61dc6fc14e990da6a1eaf408a1264a59a58ee96.tar.gz historical-b61dc6fc14e990da6a1eaf408a1264a59a58ee96.tar.bz2 historical-b61dc6fc14e990da6a1eaf408a1264a59a58ee96.zip |
EAPI4
Package-Manager: portage-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.ebuild | 11 |
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() { |