diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-01-24 03:48:35 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-01-24 03:48:35 +0000 |
commit | 9a83d9dea01d906cd8967ef3508a32ddf18af8d2 (patch) | |
tree | 79cd672c4147eabd770f7eb505b6670fc4b44d7b /x11-misc/notification-daemon | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-9a83d9dea01d906cd8967ef3508a32ddf18af8d2.tar.gz gentoo-2-9a83d9dea01d906cd8967ef3508a32ddf18af8d2.tar.bz2 gentoo-2-9a83d9dea01d906cd8967ef3508a32ddf18af8d2.zip |
cleanup old versions
(Portage version: 2.1.2-r2)
Diffstat (limited to 'x11-misc/notification-daemon')
9 files changed, 8 insertions, 188 deletions
diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog index d4b64ce0012e..63790db71968 100644 --- a/x11-misc/notification-daemon/ChangeLog +++ b/x11-misc/notification-daemon/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/notification-daemon # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.35 2007/01/24 03:42:04 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.36 2007/01/24 03:48:35 compnerd Exp $ + + 24 Jan 2007; Saleem Abdulrasool <compnerd@gentoo.org> + -files/notification-daemon-0.3.5-icon-data.patch, + -files/notification-daemon-0.3.5-unrealize-in-destroy.patch, + -notification-daemon-0.3.5.ebuild, -notification-daemon-0.3.5-r2.ebuild, + -notification-daemon-0.3.6.ebuild: + cleanup old versions now that we have a new stable version 24 Jan 2007; Saleem Abdulrasool <compnerd@gentoo.org> notification-daemon-0.3.6-r1.ebuild: diff --git a/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.5 b/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.5 deleted file mode 100644 index b466389ed87e..000000000000 --- a/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7977c4c15139f9d53ddbfa8af707270f notification-daemon-0.3.5.tar.gz 383582 -RMD160 5251ce4dcc2ae3cc637077ea71eb65a17c9102b4 notification-daemon-0.3.5.tar.gz 383582 -SHA256 83a15eb99bb7a895d52e31be1c1548789a8bc29e83d30e758cf034a6627a1184 notification-daemon-0.3.5.tar.gz 383582 diff --git a/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.5-r2 b/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.5-r2 deleted file mode 100644 index b466389ed87e..000000000000 --- a/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.5-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7977c4c15139f9d53ddbfa8af707270f notification-daemon-0.3.5.tar.gz 383582 -RMD160 5251ce4dcc2ae3cc637077ea71eb65a17c9102b4 notification-daemon-0.3.5.tar.gz 383582 -SHA256 83a15eb99bb7a895d52e31be1c1548789a8bc29e83d30e758cf034a6627a1184 notification-daemon-0.3.5.tar.gz 383582 diff --git a/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.6 b/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.6 deleted file mode 100644 index 36df99fe7642..000000000000 --- a/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a5a9aa63205e624da8468e35722b08bf notification-daemon-0.3.6.tar.gz 402426 -RMD160 f673127a3724cebbf9c91a1e457b15288cd86cce notification-daemon-0.3.6.tar.gz 402426 -SHA256 a187976c1957a7a0e17014ed97cbb4341f6898d5f60301f1b0c37e52188ebd13 notification-daemon-0.3.6.tar.gz 402426 diff --git a/x11-misc/notification-daemon/files/notification-daemon-0.3.5-icon-data.patch b/x11-misc/notification-daemon/files/notification-daemon-0.3.5-icon-data.patch deleted file mode 100644 index 7546f1c603f9..000000000000 --- a/x11-misc/notification-daemon/files/notification-daemon-0.3.5-icon-data.patch +++ /dev/null @@ -1,62 +0,0 @@ -diff -Naur notification-daemon-0.3.5.orig/src/daemon.c notification-daemon-0.3.5/src/daemon.c ---- notification-daemon-0.3.5.orig/src/daemon.c 2006-04-26 10:32:50.000000000 +0200 -+++ notification-daemon-0.3.5/src/daemon.c 2006-06-18 05:07:47.000000000 +0200 -@@ -399,14 +399,54 @@ - GValueArray *image_struct; - GValue *value; - GArray *tmp_array; -+ GType type = G_VALUE_TYPE (icon_data); -+ -+ static const GType types[] = { -+ G_TYPE_INT, -+ G_TYPE_INT, -+ G_TYPE_INT, -+ G_TYPE_BOOLEAN, -+ G_TYPE_INT, -+ G_TYPE_INT -+ }; -+ -+ -+ if (dbus_g_type_is_struct (type)) -+ { -+ int n; -+ -+ if (dbus_g_type_get_struct_size (type) < 7) -+ { -+ g_warning("_notify_daemon_process_icon_data expected 7 data members, got only %d", dbus_g_type_get_struct_size (type)); -+ return FALSE; -+ } -+ -+ for (n = 0; n < G_N_ELEMENTS (types); ++n) -+ { -+ GType check = dbus_g_type_get_struct_member_type (type, n); -+ if (check != types[n]) -+ { -+ g_warning("_notify_daemon_process_icon_data expected '%s' at position %d, but got '%s'", -+ g_type_name (types[n]), n, g_type_name (check)); -+ return FALSE; -+ } - -- if (!G_VALUE_HOLDS(icon_data, G_TYPE_VALUE_ARRAY)) -+ /* We must check this separately as it's not a constant and can't be part of the types[] array */ -+ if (dbus_g_type_get_struct_member_type (type, 6) != DBUS_TYPE_G_UCHAR_ARRAY) -+ { -+ g_warning("_notify_daemon_process_icon_data expected '%s' at position %d, but got '%s'", -+ g_type_name (DBUS_TYPE_G_UCHAR_ARRAY), 6, g_type_name (dbus_g_type_get_struct_member_type (type,6))); -+ return FALSE; -+ } -+ } -+ } -+ else - { -- g_warning("_notify_daemon_process_icon_data expected a " -- "GValue of type GValueArray"); -- return FALSE; -+ g_warning("_notify_daemon_process_icon_data got wrong data"); -+ return FALSE; - } - -+ - image_struct = (GValueArray *)g_value_get_boxed(icon_data); - value = g_value_array_get_nth(image_struct, 0); - diff --git a/x11-misc/notification-daemon/files/notification-daemon-0.3.5-unrealize-in-destroy.patch b/x11-misc/notification-daemon/files/notification-daemon-0.3.5-unrealize-in-destroy.patch deleted file mode 100644 index ed066e709d93..000000000000 --- a/x11-misc/notification-daemon/files/notification-daemon-0.3.5-unrealize-in-destroy.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- notification-daemon-0.3.5/src/daemon.c 2006/07/25 23:15:28 1.1 -+++ notification-daemon-0.3.5/src/daemon.c 2006/07/25 23:17:19 -@@ -658,6 +658,9 @@ _remove_bubble_from_poptart_stack(GtkWin - priv->poptart_stack = g_slist_remove_link(priv->poptart_stack, - remove_link); - } -+ -+ if (GTK_WIDGET_REALIZED (GTK_WIDGET (nw))) -+ gtk_widget_unrealize (GTK_WIDGET (nw)); - } - - static void diff --git a/x11-misc/notification-daemon/notification-daemon-0.3.5-r2.ebuild b/x11-misc/notification-daemon/notification-daemon-0.3.5-r2.ebuild deleted file mode 100644 index 669b3eea529c..000000000000 --- a/x11-misc/notification-daemon/notification-daemon-0.3.5-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.3.5-r2.ebuild,v 1.4 2006/10/30 18:16:06 compnerd Exp $ - -inherit gnome2 eutils - -DESCRIPTION="Notifications daemon" -HOMEPAGE="http://www.galago-project.org/" -SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-libs/glib-2.4.0 - >=x11-libs/gtk+-2.4.0 - >=gnome-base/gconf-2.4.0 - >=x11-libs/libsexy-0.1.3 - || ( - >=dev-libs/dbus-glib-0.71 - ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.36 ) - ) - x11-libs/libwnck - dev-libs/popt" -RDEPEND="${DEPEND} - >=sys-devel/gettext-0.14" - -DOCS="AUTHORS ChangeLog NEWS" - -src_unpack() { - gnome2_src_unpack - - epatch ${FILESDIR}/${PN}-0.3.5-icon-data.patch - epatch ${FILESDIR}/${PN}-0.3.5-unrealize-in-destroy.patch -} diff --git a/x11-misc/notification-daemon/notification-daemon-0.3.5.ebuild b/x11-misc/notification-daemon/notification-daemon-0.3.5.ebuild deleted file mode 100644 index 29f05a540bde..000000000000 --- a/x11-misc/notification-daemon/notification-daemon-0.3.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.3.5.ebuild,v 1.10 2006/10/30 18:16:06 compnerd Exp $ - -inherit gnome2 - -DESCRIPTION="Notifications daemon" -HOMEPAGE="http://www.galago-project.org/" -SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND=">=dev-libs/glib-2.4.0 - >=x11-libs/gtk+-2.4.0 - >=gnome-base/gconf-2.4.0 - >=x11-libs/libsexy-0.1.3 - || ( - >=dev-libs/dbus-glib-0.71 - ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.36 ) - ) - x11-libs/libwnck - dev-libs/popt" -RDEPEND="${DEPEND} - >=sys-devel/gettext-0.14" - -DOCS="AUTHORS ChangeLog NEWS" diff --git a/x11-misc/notification-daemon/notification-daemon-0.3.6.ebuild b/x11-misc/notification-daemon/notification-daemon-0.3.6.ebuild deleted file mode 100644 index e8c44716069d..000000000000 --- a/x11-misc/notification-daemon/notification-daemon-0.3.6.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.3.6.ebuild,v 1.5 2006/11/07 08:24:02 cardoe Exp $ - -inherit gnome2 eutils - -DESCRIPTION="Notifications daemon" -HOMEPAGE="http://www.galago-project.org/" -SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-libs/glib-2.4.0 - >=x11-libs/gtk+-2.4.0 - >=gnome-base/gconf-2.4.0 - >=x11-libs/libsexy-0.1.3 - || ( - >=dev-libs/dbus-glib-0.71 - ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.60 ) - ) - x11-libs/libwnck - dev-libs/popt" -RDEPEND="${DEPEND} - >=sys-devel/gettext-0.14" - -DOCS="AUTHORS ChangeLog NEWS" - -src_unpack() { - unpack ${A} - cd "${S}" - - # fix for dbus-binding-tool now requireding --prefix - # previous behavior just left "anonymous" names which was bad - # so this is a needed fix - epatch "${FILESDIR}"/${PN}-0.3.6-binding-tool.patch -} |