summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2007-01-23 17:45:43 +0000
committerPeter Weller <welp@gentoo.org>2007-01-23 17:45:43 +0000
commit507d04754019d6f4edd0c698c15f61f61c2a4eff (patch)
treeb4ba143cc70763035fde52c3bc888594979e614c /xfce-base/xfce4-panel
parentRemoving usage of virtual/x11, and hardcoding in depends. Minor clean ups. (diff)
downloadgentoo-2-507d04754019d6f4edd0c698c15f61f61c2a4eff.tar.gz
gentoo-2-507d04754019d6f4edd0c698c15f61f61c2a4eff.tar.bz2
gentoo-2-507d04754019d6f4edd0c698c15f61f61c2a4eff.zip
Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'xfce-base/xfce4-panel')
-rw-r--r--xfce-base/xfce4-panel/ChangeLog5
-rw-r--r--xfce-base/xfce4-panel/xfce4-panel-4.4.0.ebuild24
2 files changed, 16 insertions, 13 deletions
diff --git a/xfce-base/xfce4-panel/ChangeLog b/xfce-base/xfce4-panel/ChangeLog
index 93768d92fb32..e5b26bf8bae3 100644
--- a/xfce-base/xfce4-panel/ChangeLog
+++ b/xfce-base/xfce4-panel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/xfce4-panel
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.77 2007/01/23 13:27:53 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.78 2007/01/23 17:45:43 welp Exp $
+
+ 23 Jan 2007; Peter Weller <welp@gentoo.org> xfce4-panel-4.4.0.ebuild:
+ Removing usage of virtual/x11, and hardcoding in depends. Minor clean ups.
23 Jan 2007; Joshua Nichols <nichoj@gentoo.org> xfce4-panel-4.4.0.ebuild:
Updated blockers. Now only plugins which are provided by this package are
diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.4.0.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.4.0.ebuild
index 36d6220ddaf2..a2c82988a838 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-4.4.0.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.4.0.ebuild,v 1.2 2007/01/23 13:27:53 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.4.0.ebuild,v 1.3 2007/01/23 17:45:43 welp Exp $
inherit xfce44
@@ -9,27 +9,27 @@ xfce44
DESCRIPTION="Xfce4 panel"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="startup-notification"
+IUSE="debug startup-notification"
-RDEPEND="|| ( ( x11-libs/libX11
+RDEPEND="x11-libs/libX11
x11-libs/libICE
- x11-libs/libSM )
- virtual/x11 )
+ x11-libs/libSM
>=dev-libs/glib-2
>=x11-libs/gtk+-2.6
- >=xfce-base/libxfce4util-${PV}
- >=xfce-base/libxfcegui4-${PV}
- >=xfce-base/xfce-mcs-manager-${PV}
+ >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
+ >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
+ >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION}
media-libs/libpng
- startup-notification? ( >=x11-libs/startup-notification-0.5 )
- >=dev-util/gtk-doc-1
+ startup-notification? ( >=x11-libs/startup-notification-0.5 )"
+DEPEND="${RDEPEND}
!xfce-extra/xfce4-panelmenu
!xfce-extra/xfce4-showdesktop
!xfce-extra/xfce4-systray
!xfce-extra/xfce4-taskbar
!xfce-extra/xfce4-toys
- !xfce-extra/xfce4-windowlist"
+ !xfce-extra/xfce4-windowlist
+ >=dev-util/gtk-doc-1"
-XFCE_CONFIG="$(use_enable startup-notification)"
+XFCE_CONFIG="${XFCE_CONFIG} $(use_enable startup-notification)"
xfce44_core_package