summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-11-14 09:43:26 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-11-14 09:43:26 +0000
commitdb6c9a9365293aa72f1fc5be702bc5c1c51d45d8 (patch)
tree6aba5bc1950d4a8e3ea3fcdba0c7ff1729ea18e6 /xfce-extra
parentVersion bump. (diff)
downloadgentoo-2-db6c9a9365293aa72f1fc5be702bc5c1c51d45d8.tar.gz
gentoo-2-db6c9a9365293aa72f1fc5be702bc5c1c51d45d8.tar.bz2
gentoo-2-db6c9a9365293aa72f1fc5be702bc5c1c51d45d8.zip
New snapshot.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-notifyd/ChangeLog8
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20101114.ebuild (renamed from xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100824.ebuild)21
2 files changed, 19 insertions, 10 deletions
diff --git a/xfce-extra/xfce4-notifyd/ChangeLog b/xfce-extra/xfce4-notifyd/ChangeLog
index e6a60df091d5..d39e4365651f 100644
--- a/xfce-extra/xfce4-notifyd/ChangeLog
+++ b/xfce-extra/xfce4-notifyd/ChangeLog
@@ -1,6 +1,12 @@
# 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.4 2010/08/24 00:08:49 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/ChangeLog,v 1.5 2010/11/14 09:43:26 ssuominen Exp $
+
+*xfce4-notifyd-0.1.0_p20101114 (14 Nov 2010)
+
+ 14 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-notifyd-0.1.0_p20101114.ebuild:
+ New snapshot.
*xfce4-notifyd-0.1.0_p20100824 (24 Aug 2010)
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100824.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20101114.ebuild
index c5651a43336d..d1bdfd4780d6 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20100824.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20101114.ebuild
@@ -1,26 +1,26 @@
# 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_p20100824.ebuild,v 1.2 2010/09/24 14:07:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.1.0_p20101114.ebuild,v 1.1 2010/11/14 09:43:26 ssuominen Exp $
-EAPI=2
+EAPI=3
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"
+SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug libsexy"
-RDEPEND=">=xfce-base/libxfce4util-4.4
- >=xfce-base/libxfce4ui-4.7.0
+RDEPEND="xfce-base/libxfce4util
+ xfce-base/libxfce4ui
xfce-base/xfconf
>=x11-libs/gtk+-2.14:2
- >=sys-apps/dbus-1
- >=dev-libs/dbus-glib-0.72
+ >=sys-apps/dbus-1.4.0
+ >=dev-libs/dbus-glib-0.88
>=gnome-base/libglade-2.6
libsexy? ( >=x11-libs/libsexy-0.1.6 )
!<x11-libs/libnotify-0.4.5
@@ -32,9 +32,12 @@ DEPEND="${RDEPEND}
xfce-base/exo"
pkg_setup() {
- XFCONF="--enable-maintainer-mode
+ XFCONF=(
+ --enable-maintainer-mode
--disable-dependency-tracking
$(use_enable libsexy)
- $(xfconf_use_debug)"
+ $(xfconf_use_debug)
+ )
+
DOCS="AUTHORS ChangeLog NEWS README TODO"
}