summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:48:10 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:48:10 +0000
commitdbcc28490c6e4cdff0cfce2439ce5309e59af0fa (patch)
treedea098a87fd125e860f9314695ad340bef27e4d6 /xfce-extra/xfce4-notes-plugin
parentEAPI4 (diff)
downloadgentoo-2-dbcc28490c6e4cdff0cfce2439ce5309e59af0fa.tar.gz
gentoo-2-dbcc28490c6e4cdff0cfce2439ce5309e59af0fa.tar.bz2
gentoo-2-dbcc28490c6e4cdff0cfce2439ce5309e59af0fa.zip
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-notes-plugin')
-rw-r--r--xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild23
1 files changed, 8 insertions, 15 deletions
diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild
index da84d654bcb3..4140daee81fe 100644
--- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild
+++ b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.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-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild,v 1.10 2011/04/23 17:41:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild,v 1.11 2011/05/19 20:48:10 ssuominen Exp $
-EAPI=3
+EAPI=4
inherit xfconf
DESCRIPTION="Xfce4 panel sticky notes plugin"
@@ -16,23 +16,16 @@ IUSE=""
RDEPEND=">=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.18:2
- >=xfce-base/libxfcegui4-4.4
- >=xfce-base/libxfce4util-4.4
- >=xfce-base/xfce4-panel-4.4
- >=xfce-base/xfconf-4.6
+ >=xfce-base/libxfcegui4-4.8
+ >=xfce-base/libxfce4util-4.8
+ >=xfce-base/xfce4-panel-4.8
+ >=xfce-base/xfconf-4.8
dev-libs/libunique:1"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
pkg_setup() {
- # $(xfconf_use_debug) removed because the package is still using
- # deprecated libxfcegui4 functions. restore when the package has
- # been migrated to libxfce4ui.
- XFCONF=(
- --disable-dependency-tracking
- --disable-static
- )
-
- DOCS="AUTHORS ChangeLog NEWS README"
+ XFCONF=( --disable-static )
+ DOCS=( AUTHORS ChangeLog NEWS README )
}