summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:09:22 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:09:22 +0000
commit8191bd102171cce92295344a458a3b0e565a3d47 (patch)
tree74d0dc52d9a2735b5834eeebf336dfd366c4e242 /xfce-extra/xfce4-wavelan-plugin
parentStable on amd64 wrt bug #367575 (diff)
downloadgentoo-2-8191bd102171cce92295344a458a3b0e565a3d47.tar.gz
gentoo-2-8191bd102171cce92295344a458a3b0e565a3d47.tar.bz2
gentoo-2-8191bd102171cce92295344a458a3b0e565a3d47.zip
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-wavelan-plugin')
-rw-r--r--xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild22
1 files changed, 8 insertions, 14 deletions
diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild
index 718a9241544d..7f4b45ab80d5 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.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-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild,v 1.6 2011/03/29 13:17:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.6.ebuild,v 1.7 2011/05/19 20:09:22 ssuominen Exp $
-EAPI=3
+EAPI=4
inherit xfconf
DESCRIPTION="Wireless monitor panel plugin"
@@ -14,20 +14,14 @@ SLOT="0"
KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
IUSE=""
-RDEPEND=">=xfce-base/xfce4-panel-4.3.20
- >=xfce-base/libxfcegui4-4.3.20
- >=xfce-base/libxfce4util-4.3.20
+RDEPEND=">=xfce-base/xfce4-panel-4.8
+ >=xfce-base/libxfcegui4-4.8
+ >=xfce-base/libxfce4util-4.8
>=x11-libs/gtk+-2.6:2"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool"
+ dev-util/intltool
+ dev-util/pkgconfig"
pkg_setup() {
- # $(xfconf_use_debug) removed because the package is still using
- # libxfcegui4. restore when ported to libxfce4ui.
- XFCONF=(
- --disable-dependency-tracking
- )
-
- DOCS="AUTHORS ChangeLog NEWS README THANKS"
+ DOCS=( AUTHORS ChangeLog NEWS README THANKS )
}