summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-01-16 18:56:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-01-16 18:56:44 +0000
commit1c002e666f97b106d306d842c1f219076bd50bb0 (patch)
treea201616e529faa4f2c6e7e4ff2c82c09184a1720 /xfce-extra/xfce4-notifyd
parentamd64/x86 stable wrt #349053 (diff)
downloadgentoo-2-1c002e666f97b106d306d842c1f219076bd50bb0.tar.gz
gentoo-2-1c002e666f97b106d306d842c1f219076bd50bb0.tar.bz2
gentoo-2-1c002e666f97b106d306d842c1f219076bd50bb0.zip
amd64/x86 stable wrt #349053
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-notifyd')
-rw-r--r--xfce-extra/xfce4-notifyd/ChangeLog8
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.ebuild40
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0-r1.ebuild16
3 files changed, 14 insertions, 50 deletions
diff --git a/xfce-extra/xfce4-notifyd/ChangeLog b/xfce-extra/xfce4-notifyd/ChangeLog
index 38f04714d5ef..ab0d88022ef6 100644
--- a/xfce-extra/xfce4-notifyd/ChangeLog
+++ b/xfce-extra/xfce4-notifyd/ChangeLog
@@ -1,6 +1,10 @@
# 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.7 2010/12/02 17:08:36 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.8 2011/01/16 18:56:44 ssuominen Exp $
+
+ 16 Jan 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-notifyd-0.2.0-r1.ebuild:
+ amd64/x86 stable wrt #349053
*xfce4-notifyd-0.2.0-r1 (02 Dec 2010)
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.ebuild
deleted file mode 100644
index ac49e411bc55..000000000000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100326.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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_p20100326.ebuild,v 1.4 2010/05/27 02:41:25 darkside Exp $
-
-EAPI=2
-EAUTORECONF=yes
-inherit xfconf
-
-DESCRIPTION="A simple notification daemon for Xfce4"
-HOMEPAGE="http://spuriousinterrupt.org/projects/xfce4-notifyd"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug libsexy"
-
-RDEPEND=">=xfce-base/libxfce4util-4.4
- >=xfce-base/libxfcegui4-4.5.3
- >=xfce-base/xfconf-0.1
- >=x11-libs/gtk+-2.10:2
- >=sys-apps/dbus-1
- >=dev-libs/dbus-glib-0.72
- >=gnome-base/libglade-2.6
- libsexy? ( >=x11-libs/libsexy-0.1.6 )
- !<x11-libs/libnotify-0.4.5
- !x11-misc/notification-daemon"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext
- xfce-base/exo"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- XFCONF="--enable-maintainer-mode
- --disable-dependency-tracking
- $(use_enable libsexy)
- $(xfconf_use_debug)"
-}
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0-r1.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0-r1.ebuild
index ca2cfd471c28..867c42c6eb6e 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0-r1.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0-r1.ebuild
@@ -1,24 +1,24 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.2.0-r1.ebuild,v 1.1 2010/12/02 17:08:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.0-r1.ebuild,v 1.2 2011/01/16 18:56:44 ssuominen Exp $
EAPI=3
inherit xfconf
-DESCRIPTION="A simple notification daemon for Xfce4"
+DESCRIPTION="Xfce's notification daemon"
HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug"
-RDEPEND="xfce-base/libxfce4util
- xfce-base/libxfce4ui
- xfce-base/xfconf
+RDEPEND=">=xfce-base/libxfce4util-4.8
+ >=xfce-base/libxfce4ui-4.8
+ >=xfce-base/xfconf-4.8
>=x11-libs/gtk+-2.14:2
- >=sys-apps/dbus-1.4.0
+ >=sys-apps/dbus-1.4.1
>=dev-libs/dbus-glib-0.88
!<x11-libs/libnotify-0.4.5
!x11-misc/notification-daemon"