From 49c622ff3b9d006a2cbc1ef758be2c2dae99b635 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Fri, 26 Mar 2010 16:27:39 +0000 Subject: Revision bump and use xfconf.eclass. (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force) --- xfce-extra/xfce4-notifyd/ChangeLog | 46 ++++++++++++++++++++ xfce-extra/xfce4-notifyd/metadata.xml | 8 ++++ .../xfce4-notifyd-0.1.0_p20090722.ebuild | 50 ++++++++++++++++++++++ .../xfce4-notifyd-0.1.0_p20100326.ebuild | 40 +++++++++++++++++ 4 files changed, 144 insertions(+) create mode 100644 xfce-extra/xfce4-notifyd/ChangeLog create mode 100644 xfce-extra/xfce4-notifyd/metadata.xml create mode 100644 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild create mode 100644 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.ebuild (limited to 'xfce-extra/xfce4-notifyd') diff --git a/xfce-extra/xfce4-notifyd/ChangeLog b/xfce-extra/xfce4-notifyd/ChangeLog new file mode 100644 index 000000000000..1fb6114dabcf --- /dev/null +++ b/xfce-extra/xfce4-notifyd/ChangeLog @@ -0,0 +1,46 @@ +# ChangeLog for xfce-extra/xfce4-notifyd +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.1 2010/03/26 16:27:39 ssuominen Exp $ + +*xfce4-notifyd-0.1.0_p20100326 (26 Mar 2010) + + 26 Mar 2010; Samuli Suominen + +xfce4-notifyd-0.1.0_p20100326.ebuild: + Revision bump and use xfconf.eclass. + + 27 Sep 2009; Markus Meier + xfce4-notifyd-0.1.0_p20090722.ebuild: + amd64/x86 stable, bug #286072 + + 23 Sep 2009; Samuli Suominen + xfce4-notifyd-0.1.0_p20090722.ebuild: + DEPEND and RDEPEND xfce-base/exo wrt #284276, thanks to Thomas Kritzinger + for reporting. + +*xfce4-notifyd-0.1.0_p20090722 (22 Jul 2009) + + 22 Jul 2009; Samuli Suominen + +xfce4-notifyd-0.1.0_p20090722.ebuild: + Version bump (snapshot). + +*xfce4-notifyd-0.1.0-r1 (22 Jul 2009) + + 22 Jul 2009; Samuli Suominen + +xfce4-notifyd-0.1.0-r1.ebuild, + +files/xfce4-notifyd-0.1.0-send-second-arg-notification-closed.patch: + Send second argument (close) to libnotify for compability with 0.4.5. + + 01 May 2009; Jeremy Olexa + xfce4-notifyd-0.1.0.ebuild: + Move use_enable out of global scope + + 03 Apr 2009; xfce4-notifyd-0.1.0.ebuild: + Block x11-misc/notification-daemon as it provides the same D-Bus service. + A prerequisite to resolving bug #260686 by Joshua Rich. + +*xfce4-notifyd-0.1.0 (10 Mar 2009) + + 10 Mar 2009; Christoph Mende + +xfce4-notifyd-0.1.0.ebuild: + Initial import + diff --git a/xfce-extra/xfce4-notifyd/metadata.xml b/xfce-extra/xfce4-notifyd/metadata.xml new file mode 100644 index 000000000000..3cc1424f7391 --- /dev/null +++ b/xfce-extra/xfce4-notifyd/metadata.xml @@ -0,0 +1,8 @@ + + + + xfce + + Enable support for x11-libs/libsexy + + diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild new file mode 100644 index 000000000000..24c6de0820e3 --- /dev/null +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20090722.ebuild,v 1.1 2010/03/26 16:27:39 ssuominen Exp $ + +EAPI=2 +inherit autotools + +DESCRIPTION="Xfce4 notification daemon" +HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="debug nls +libsexy" + +RDEPEND=">=dev-libs/dbus-glib-0.72 + >=gnome-base/libglade-2.6 + >=x11-libs/gtk+-2.10:2 + >=xfce-base/libxfce4util-4.6 + >=xfce-base/libxfcegui4-4.6 + >=xfce-base/xfconf-4.6 + xfce-base/exo + libsexy? ( >=x11-libs/libsexy-0.1.6 )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/xfce4-dev-tools + nls? ( dev-util/intltool + sys-devel/gettext ) + !