# ChangeLog for rox-base/tasktray
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/tasktray/ChangeLog,v 1.12 2007/04/23 06:58:52 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/rox-base/tasktray/ChangeLog,v 1.13 2007/04/25 21:23:40 lack Exp $
+
+ 25 Apr 2007; Jim Ramsay <lack@gentoo.org>
+ -files/tasktray-0.3.7-theme_not_set.patch, -tasktray-0.3.6.ebuild,
+ -tasktray-0.3.7-r1.ebuild, -tasktray-0.3.8.ebuild, -tasktray-0.4.1.ebuild:
+ Version Cleanup
23 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
tasktray-0.4.2.1.ebuild:
+++ /dev/null
-MD5 16541ba5a51530fe331e541203fdc598 TaskTray-0.3.6.tgz 22218
-RMD160 56ae95d5168c69513e6cbc73b62fd61dbe6d288a TaskTray-0.3.6.tgz 22218
-SHA256 3dd1b7dfbf65dce34d07959040873172d267b5f108e39e0f5687480214e80bc1 TaskTray-0.3.6.tgz 22218
+++ /dev/null
-MD5 c5dbccf1f2790a3d40c0eb967afdfded TaskTray-0.3.7.tgz 23028
-RMD160 60184e0364e814737683ffe9fcdb81f599dce430 TaskTray-0.3.7.tgz 23028
-SHA256 eb5d6fceb7477b45a4aab5b2e2ee59a18403902d05d82b6637a9b345d1650adc TaskTray-0.3.7.tgz 23028
+++ /dev/null
-MD5 e2898d38e16981e7c42d05577debdef8 TaskTray-0.3.8.tgz 21423
-RMD160 9779320e4b1b355e290b4190241117a649f8340b TaskTray-0.3.8.tgz 21423
-SHA256 22600aa00f7e7f34dfc05e8579f6f4a9e9666c0dea243371a37c5f5121c9eb21 TaskTray-0.3.8.tgz 21423
+++ /dev/null
-MD5 8a37f74dc5eaf216a081c8271a6ade61 TaskTray-0.4.1.tgz 35070
-RMD160 b30f4503de4432b4e5b36b8102fc6e8d57415729 TaskTray-0.4.1.tgz 35070
-SHA256 ccd347084ba11c9fc972ea12ac5588eede7ee4ef0cf26ad5adb0db9acf6eeb6e TaskTray-0.4.1.tgz 35070
+++ /dev/null
---- TaskTray/AppletRun.orig 2006-11-20 13:38:01.000000000 -0600
-+++ TaskTray/AppletRun 2006-11-20 13:38:53.000000000 -0600
-@@ -326,6 +326,8 @@
- def reload_icons(ign):
- rox_options = options.OptionGroup('ROX-Filer', 'Options', 'rox.sourceforge.net')
- rox_o_icon_theme = options.Option('icon_theme', 'ROX', rox_options)
-+ if rox_o_icon_theme.value is None:
-+ rox_o_icon_theme.value = ""
- icon_theme = g.IconTheme()
- icon_theme.set_custom_theme(rox_o_icon_theme.value)
- for class_group in icons.keys():
-@@ -357,6 +359,8 @@
- icon_theme = g.IconTheme()
- rox_options = options.OptionGroup('ROX-Filer', 'Options', 'rox.sourceforge.net')
- rox_o_icon_theme = options.Option('icon_theme', 'ROX', rox_options)
-+if rox_o_icon_theme.value is None:
-+ rox_o_icon_theme.value = ""
- icon_theme.set_custom_theme(rox_o_icon_theme.value)
- debug("Icon Theme: %s" % rox_o_icon_theme.value)
- #rox_options.add_notify(rox_options_changed)
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/tasktray/tasktray-0.3.6.ebuild,v 1.2 2006/11/20 18:16:24 opfer 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="x86"
-IUSE=""
-
-RDEPEND=">=dev-python/gnome-python-desktop-2.12"
-
-APPNAME="${MY_PN}"
-S="${WORKDIR}"
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/rox-base/tasktray/tasktray-0.3.7-r1.ebuild,v 1.1 2006/11/20 20:25:46 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="~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/gnome-python-desktop-2.12"
-
-APPNAME="${MY_PN}"
-S="${WORKDIR}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch "${FILESDIR}"/${P}-theme_not_set.patch
-}
+++ /dev/null
-# 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.3.8.ebuild,v 1.2 2007/02/09 22:04:45 opfer 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="x86"
-IUSE=""
-
-RDEPEND=">=dev-python/gnome-python-desktop-2.12"
-
-APPNAME="${MY_PN}"
-S="${WORKDIR}"
-
+++ /dev/null
-# 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.4.1.ebuild,v 1.1 2007/03/27 21:39:36 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="~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/gnome-python-desktop-2.12"
-
-APPNAME="${MY_PN}"
-S="${WORKDIR}"
-