diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-12-13 19:35:19 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-12-13 19:35:19 +0000 |
commit | 7269bf4c5152075aee6d9f78f37eadbbc0eaf7a8 (patch) | |
tree | fb0ecfeea29327b4ccb636d4637ab43949927fff /x11-misc/notification-daemon/files | |
parent | prune unused versions (diff) | |
download | gentoo-2-7269bf4c5152075aee6d9f78f37eadbbc0eaf7a8.tar.gz gentoo-2-7269bf4c5152075aee6d9f78f37eadbbc0eaf7a8.tar.bz2 gentoo-2-7269bf4c5152075aee6d9f78f37eadbbc0eaf7a8.zip |
prune unused versions
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'x11-misc/notification-daemon/files')
-rw-r--r-- | x11-misc/notification-daemon/files/digest-notification-daemon-0.3.6-r1 | 3 | ||||
-rw-r--r-- | x11-misc/notification-daemon/files/notification-daemon-0.3.6-binding-tool.patch | 46 |
2 files changed, 0 insertions, 49 deletions
diff --git a/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.6-r1 b/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.6-r1 deleted file mode 100644 index 36df99fe7642..000000000000 --- a/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.6-r1 +++ /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.6-binding-tool.patch b/x11-misc/notification-daemon/files/notification-daemon-0.3.6-binding-tool.patch deleted file mode 100644 index 7651b2c1282e..000000000000 --- a/x11-misc/notification-daemon/files/notification-daemon-0.3.6-binding-tool.patch +++ /dev/null @@ -1,46 +0,0 @@ -Index: AUTHORS -=================================================================== ---- AUTHORS (revision 2880) -+++ AUTHORS (revision 2938) -@@ -7,4 +7,5 @@ - felix@hsgheli.de - Ed Catmur <ed@catmur.co.uk> -+ Pawel Worach <pawel.worach@gmail.com> - - Translators: -Index: ChangeLog -=================================================================== ---- ChangeLog (revision 2928) -+++ ChangeLog (revision 2938) -@@ -1,2 +1,9 @@ -+Sun Nov 05 12:12:35 PST 2006 Christian Hammond <chipx86@chipx86.com> -+ -+ * src/daemon/Makefile.am: -+ * src/daemon/daemon.c: -+ - Patch by Pawel Worach to fix the dbus-binding-tool usage to be -+ compatible with dbus-glib 0.72. This closes bug #95. -+ - Sun Oct 08 17:10:57 EDT 2006 Christian Hammond <chipx86@chipx86.com> - -Index: src/daemon/Makefile.am -=================================================================== ---- src/Makefile.am (revision 2927) -+++ src/Makefile.am (revision 2938) -@@ -14,5 +14,5 @@ - - notificationdaemon-dbus-glue.h: notificationdaemon.xml -- dbus-binding-tool --mode=glib-server \ -+ dbus-binding-tool --mode=glib-server --prefix=notification_daemon \ - $(srcdir)/notificationdaemon.xml > notificationdaemon-dbus-glue.h - -Index: src/daemon/daemon.c -=================================================================== ---- src/daemon.c (revision 2927) -+++ src/daemon.c (revision 2938) -@@ -1090,5 +1090,5 @@ - - dbus_g_object_type_install_info(NOTIFY_TYPE_DAEMON, -- &dbus_glib__object_info); -+ &dbus_glib_notification_daemon_object_info); - - bus_proxy = dbus_g_proxy_new_for_name(connection, |