diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-04-08 15:07:39 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-04-08 15:07:39 +0000 |
commit | cf0e47e3b712daac2b3700d36a0ad3c898c17219 (patch) | |
tree | f36a122029e1dbc2cf6cbce92d87e84294fba412 /rox-base/tasktray | |
parent | sparc stable wrt #215746 (diff) | |
download | gentoo-2-cf0e47e3b712daac2b3700d36a0ad3c898c17219.tar.gz gentoo-2-cf0e47e3b712daac2b3700d36a0ad3c898c17219.tar.bz2 gentoo-2-cf0e47e3b712daac2b3700d36a0ad3c898c17219.zip |
Version cleanup so older gnome-python-desktop versions can be removed (Bug 215624)
(Portage version: 2.1.4.1)
Diffstat (limited to 'rox-base/tasktray')
-rw-r--r-- | rox-base/tasktray/ChangeLog | 8 | ||||
-rw-r--r-- | rox-base/tasktray/files/TaskTray-0.5.3-libwnck-2.20.patch | 29 | ||||
-rw-r--r-- | rox-base/tasktray/tasktray-0.5.3-r1.ebuild | 26 | ||||
-rw-r--r-- | rox-base/tasktray/tasktray-0.5.3.ebuild | 21 |
4 files changed, 7 insertions, 77 deletions
diff --git a/rox-base/tasktray/ChangeLog b/rox-base/tasktray/ChangeLog index 47611bc38848..2c1d417a2225 100644 --- a/rox-base/tasktray/ChangeLog +++ b/rox-base/tasktray/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for rox-base/tasktray # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/tasktray/ChangeLog,v 1.24 2008/04/08 14:59:54 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/tasktray/ChangeLog,v 1.25 2008/04/08 15:07:39 lack Exp $ + + 08 Apr 2008; Jim Ramsay <lack@gentoo.org> + -files/TaskTray-0.5.3-libwnck-2.20.patch, -tasktray-0.5.3.ebuild, + -tasktray-0.5.3-r1.ebuild: + Version cleanup so older gnome-python-desktop versions can be removed (Bug + 215624) 08 Apr 2008; Jim Ramsay <lack@gentoo.org> tasktray-0.6.4.ebuild: Stable amd64, bug 215624 diff --git a/rox-base/tasktray/files/TaskTray-0.5.3-libwnck-2.20.patch b/rox-base/tasktray/files/TaskTray-0.5.3-libwnck-2.20.patch deleted file mode 100644 index e3c2c9d49419..000000000000 --- a/rox-base/tasktray/files/TaskTray-0.5.3-libwnck-2.20.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- TaskTray-orig/AppletRun 2007-06-29 16:06:19.000000000 -0400 -+++ TaskTray/AppletRun 2007-11-25 14:42:27.000000000 -0500 -@@ -12,7 +12,7 @@ - def debug(message): - sys.stderr.write(str(message) + "\n") - --def active_workspace_changed(screen): -+def active_workspace_changed(screen, dummy=None): - """Called when the active workspace has changed. Hides icons of that don't - have windows open on the new workspace and updates the tooltips of all other - icons.""" -@@ -80,7 +80,7 @@ - else: - icon.add_window(window) - icon.show_or_hide() -- window.connect("workspace_changed", active_workspace_changed) -+ window.connect("workspace_changed", active_workspace_changed,window) - window.connect("name_changed", window_name_changed) - window.connect("icon_changed", window_icon_changed) - window.connect("state_changed", window_state_changed) -@@ -117,7 +117,7 @@ - return (window.get_workspace() == screen.get_active_workspace() - or window.is_pinned()) - --def active_window_changed(screen): -+def active_window_changed(screen,dummy=None): - """Called when the active window has changed. If the new active window - belongs to a different app, it is enlarged and the old one is resized to - normal size.""" diff --git a/rox-base/tasktray/tasktray-0.5.3-r1.ebuild b/rox-base/tasktray/tasktray-0.5.3-r1.ebuild deleted file mode 100644 index fd86db651052..000000000000 --- a/rox-base/tasktray/tasktray-0.5.3-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/tasktray/tasktray-0.5.3-r1.ebuild,v 1.1 2007/11/26 13:10:52 lack Exp $ - -ROX_LIB_VER=1.9.6 -inherit rox - -MY_PN="TaskTray" -DESCRIPTION="TaskTray is a rox panel applet to show running applications." -HOMEPAGE="http://rox4debian.berlios.de" -SRC_URI="ftp://ftp.berlios.de/pub/rox4debian/apps/${MY_PN}-${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-python/gnome-python-desktop-2.12" - -APPNAME="${MY_PN}" -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}/${MY_PN}-${PV}-libwnck-2.20.patch" -} diff --git a/rox-base/tasktray/tasktray-0.5.3.ebuild b/rox-base/tasktray/tasktray-0.5.3.ebuild deleted file mode 100644 index bc58a8f3d8bb..000000000000 --- a/rox-base/tasktray/tasktray-0.5.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/tasktray/tasktray-0.5.3.ebuild,v 1.6 2007/11/26 13:10:52 lack Exp $ - -ROX_LIB_VER=1.9.6 -inherit rox - -MY_PN="TaskTray" -DESCRIPTION="TaskTray is a rox panel applet to show running applications." -HOMEPAGE="http://rox4debian.berlios.de" -SRC_URI="ftp://ftp.berlios.de/pub/rox4debian/apps/${MY_PN}-${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~sparc x86" -IUSE="" - -RDEPEND="<dev-python/gnome-python-desktop-2.20" - -APPNAME="${MY_PN}" -S="${WORKDIR}" |