summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-07-24 10:59:45 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-07-24 10:59:45 +0000
commitb1e5f12e4371bdbb6db18cc01d7482240530ee7b (patch)
treedb154f2d408fae5b0d6f81da055184febb3b7941 /x11-misc
parentRemove bashism in initscript. Per bug #278811. Thanks to Michał Górny for t... (diff)
downloadgentoo-2-b1e5f12e4371bdbb6db18cc01d7482240530ee7b.tar.gz
gentoo-2-b1e5f12e4371bdbb6db18cc01d7482240530ee7b.tar.bz2
gentoo-2-b1e5f12e4371bdbb6db18cc01d7482240530ee7b.zip
old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xfce4-notifyd/files/xfce4-notifyd-0.1.0-send-second-arg-notification-closed.patch32
-rw-r--r--x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0-r1.ebuild39
-rw-r--r--x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild33
-rw-r--r--x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild5
4 files changed, 2 insertions, 107 deletions
diff --git a/x11-misc/xfce4-notifyd/files/xfce4-notifyd-0.1.0-send-second-arg-notification-closed.patch b/x11-misc/xfce4-notifyd/files/xfce4-notifyd-0.1.0-send-second-arg-notification-closed.patch
deleted file mode 100644
index 72e15cfb8e2a..000000000000
--- a/x11-misc/xfce4-notifyd/files/xfce4-notifyd-0.1.0-send-second-arg-notification-closed.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Snatched from Debian for compability with libnotify 0.4.5.
-
-diff -ur xfce4-notifyd-0.1.0.orig/xfce4-notifyd/xfce-notify-daemon.c xfce4-notifyd-0.1.0/xfce4-notifyd/xfce-notify-daemon.c
---- xfce4-notifyd-0.1.0.orig/xfce4-notifyd/xfce-notify-daemon.c 2008-09-21 10:28:50.000000000 +0300
-+++ xfce4-notifyd-0.1.0/xfce4-notifyd/xfce-notify-daemon.c 2009-07-22 10:02:12.000000000 +0300
-@@ -125,15 +125,10 @@
- G_SIGNAL_RUN_LAST,
- 0,
- NULL, NULL,
-- g_cclosure_marshal_VOID__UINT,
-- G_TYPE_NONE, 1,
-- G_TYPE_UINT);
--#if 0 /* it seems libnotify doesn't support the close-reason arg */
- xfce_notify_marshal_VOID__UINT_UINT,
- G_TYPE_NONE, 2,
- G_TYPE_UINT,
- G_TYPE_UINT);
--#endif
- signals[SIG_ACTION_INVOKED] = g_signal_new("action-invoked",
- XFCE_TYPE_NOTIFY_DAEMON,
- G_SIGNAL_RUN_LAST,
-@@ -215,9 +210,7 @@
-
- g_tree_remove(daemon->active_notifications, id_p);
- g_signal_emit(G_OBJECT(daemon), signals[SIG_NOTIFICATION_CLOSED], 0,
-- GPOINTER_TO_UINT(id_p));
-- /* NOTE: libnotify doesn't support the close-reason argument to
-- * the signal. not sure why. */
-+ GPOINTER_TO_UINT(id_p), reason);
- }
-
- static void
diff --git a/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0-r1.ebuild b/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0-r1.ebuild
deleted file mode 100644
index 7c94042a58a6..000000000000
--- a/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0-r1.ebuild,v 1.1 2009/07/22 07:07:34 ssuominen Exp $
-
-EAPI=1
-inherit eutils xfce4
-
-XFCE_VERSION=4.6
-
-DESCRIPTION="Xfce4 notification daemon"
-HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd"
-SRC_URI="http://spuriousinterrupt.org/files/${PN}/${P}.tar.bz2"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +libsexy"
-
-RDEPEND="dev-libs/dbus-glib
- gnome-base/libglade
- >=x11-libs/gtk+-2.10:2
- >=xfce-base/libxfce4util-${XFCE_VERSION}
- >=xfce-base/libxfcegui4-${XFCE_VERSION}
- >=xfce-base/xfconf-${XFCE_VERSION}
- libsexy? ( x11-libs/libsexy )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- !<x11-libs/libnotify-0.4.5
- !x11-misc/notification-daemon
- !xfce-extra/notification-daemon-xfce"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- XFCE_CONFIG=" $(use_enable libsexy) --enable-maintainer-mode"
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-send-second-arg-notification-closed.patch
-}
diff --git a/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild b/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild
deleted file mode 100644
index 50ecce31b0f0..000000000000
--- a/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0.ebuild,v 1.3 2009/05/01 04:21:49 darkside Exp $
-
-EAPI=1
-
-inherit xfce4
-
-XFCE_VERSION="4.6"
-
-DESCRIPTION="Xfce4 notification daemon"
-HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd"
-SRC_URI="http://spuriousinterrupt.org/files/${PN}/${P}.tar.bz2"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug libsexy"
-
-RDEPEND="dev-libs/dbus-glib
- gnome-base/libglade
- >=x11-libs/gtk+-2.10:2
- >=xfce-base/libxfce4util-${XFCE_VERSION}
- >=xfce-base/libxfcegui4-${XFCE_VERSION}
- >=xfce-base/xfconf-${XFCE_VERSION}
- libsexy? ( x11-libs/libsexy )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- !x11-misc/notification-daemon
- !xfce-extra/notification-daemon-xfce"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- XFCE_CONFIG=" $(use_enable libsexy) --enable-maintainer-mode"
-}
diff --git a/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild b/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild
index e9dc25bae43d..86c1a23fa00c 100644
--- a/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild
+++ b/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild
@@ -1,14 +1,13 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild,v 1.1 2009/07/22 07:32:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild,v 1.2 2009/07/24 10:59:45 ssuominen Exp $
EAPI=2
inherit autotools
DESCRIPTION="Xfce4 notification daemon"
HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd"
-SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2
- mirror://gentoo/${P}.tar.bz2"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"