diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-12-29 22:32:50 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-12-29 22:32:50 +0000 |
commit | c0f027fa8fe88a128bae1dba575699f09b23cc9e (patch) | |
tree | 7d6f1eabda574c18b5aed4a1296da0002a3046c2 /xfce-base | |
parent | Drop logrotate support as default configuration uses system logger and people... (diff) | |
download | gentoo-2-c0f027fa8fe88a128bae1dba575699f09b23cc9e.tar.gz gentoo-2-c0f027fa8fe88a128bae1dba575699f09b23cc9e.tar.bz2 gentoo-2-c0f027fa8fe88a128bae1dba575699f09b23cc9e.zip |
Updated blocked packages to account for missing plugins from the list, plugins now included with the panel or elsewhere, and plugins which haven\'t been updated.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfce4-panel/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/xfce4-panel/xfce4-panel-4.3.99.2.ebuild | 16 |
2 files changed, 19 insertions, 5 deletions
diff --git a/xfce-base/xfce4-panel/ChangeLog b/xfce-base/xfce4-panel/ChangeLog index 7950f34ae3ee..8250c52caa65 100644 --- a/xfce-base/xfce4-panel/ChangeLog +++ b/xfce-base/xfce4-panel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfce4-panel # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.74 2006/12/12 02:35:24 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.75 2006/12/29 22:32:50 nichoj Exp $ + + 29 Dec 2006; Joshua Nichols <nichoj@gentoo.org> + xfce4-panel-4.3.99.2.ebuild: + Updated blocked packages to account for missing plugins from the list, + plugins now included with the panel or elsewhere, and plugins which haven't + been updated. 12 Dec 2006; Joshua Nichols <nichoj@gentoo.org> -xfce4-panel-4.2.1.1.ebuild, -xfce4-panel-4.2.2.ebuild, diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.3.99.2.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.3.99.2.ebuild index 17d9c5d15793..6b6316abcb4e 100644 --- a/xfce-base/xfce4-panel/xfce4-panel-4.3.99.2.ebuild +++ b/xfce-base/xfce4-panel/xfce4-panel-4.3.99.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.3.99.2.ebuild,v 1.1 2006/12/05 17:03:12 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.3.99.2.ebuild,v 1.2 2006/12/29 22:32:50 nichoj Exp $ inherit xfce44 @@ -36,13 +36,21 @@ RDEPEND="|| ( ( x11-libs/libX11 !<xfce-extra/xfce4-mount-0.4 !<xfce-extra/xfce4-netload-0.4 !<xfce-extra/xfce4-notes-0.11 - !<xfce-extra/xfce4-sensors-0.8 + !xfce-extra/xfce4-panelmenu + !<xfce-extra/xfce4-quicklauncher-1.9 + !<xfce-extra/xfce4-sensors-0.10 + !xfce-extra/xfce4-showdesktop !<xfce-extra/xfce4-systemload-0.4 + !xfce-extra/xfce4-systray + !xfce-extra/xfce4-taskbar + !xfce-extra/xfce4-taskmanager + !xfce-extra/xfce4-toys !<xfce-extra/xfce4-wavelan-0.5 !<xfce-extra/xfce4-weather-0.5 !<xfce-extra/xfce4-websearch-0.2 - !<xfce-extra/xfce4-windowlist-0.2 - !<xfce-extra/xfce4-xmms-0.4" + !xfce-extra/xfce4-windowlist + !<xfce-extra/xfce4-xmms-0.4 + !<xfce-extra/xfce4-xkb-0.4" XFCE_CONFIG="$(use_enable startup-notification)" |