summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:14:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:14:02 +0000
commit99ca070972cd8a615ab975d6957cbf59de44dca5 (patch)
treebad1f41760364f5770c1dfe96aca49e645c3032f /xfce-extra/xfce4-wavelan-plugin
parentVersion bump. (diff)
downloadhistorical-99ca070972cd8a615ab975d6957cbf59de44dca5.tar.gz
historical-99ca070972cd8a615ab975d6957cbf59de44dca5.tar.bz2
historical-99ca070972cd8a615ab975d6957cbf59de44dca5.zip
EAPI4
Package-Manager: portage-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 )
}