summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-04-04 13:18:51 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2011-04-04 13:19:51 +0200
commit474139ec7fd773b01451c9e957e52dfbe37dfd03 (patch)
tree07c5765e9581507686bead4fb3a3c658fcbddb2d /x11-misc
parentUse Adwaita as metacity theme in fallback mode (diff)
downloadgnome-474139ec7fd773b01451c9e957e52dfbe37dfd03.tar.gz
gnome-474139ec7fd773b01451c9e957e52dfbe37dfd03.tar.bz2
gnome-474139ec7fd773b01451c9e957e52dfbe37dfd03.zip
x11-misc/notification-daemon: QAed
* update dependencies according to configure.ac * sync with gentoo-x86 changes (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/notification-daemon/Manifest12
-rw-r--r--x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild26
2 files changed, 25 insertions, 13 deletions
diff --git a/x11-misc/notification-daemon/Manifest b/x11-misc/notification-daemon/Manifest
index 8788608b..9c30f157 100644
--- a/x11-misc/notification-daemon/Manifest
+++ b/x11-misc/notification-daemon/Manifest
@@ -1,2 +1,12 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
DIST notification-daemon-0.7.1.tar.bz2 318745 RMD160 330c4556c00e69464be0a0da6bfc7bc3916e4a9c SHA1 f20c3eaa3a2b21b6ab6a725c8354a1aba6fa6a9e SHA256 d26bf9021b3ae708d36e55437642a89d6b81693fe39d27c5d1ec869e22697b8b
-EBUILD notification-daemon-0.7.1.ebuild 923 RMD160 1ac4e78339b9b94cc8b04b4638f19011497ab44b SHA1 cc3002279317f210b1a1289f9856e7cb9ac3e395 SHA256 92a3300f82e7cbe23c1313f0280716f838df38f0237a6d301556aaa9c624ed18
+EBUILD notification-daemon-0.7.1.ebuild 877 RMD160 1466917b605f0767292995c8df49bf22b1035e8d SHA1 c587fb7df33baa8389668ed873191edc31a06824 SHA256 e6c35b4ef7a124e3126b65000acc9373bcf24bc3529490b2d81957a738ed0ddd
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEARECAAYFAk2ZqRoACgkQ1fmVwcYIWAbTxQCdFwAkn/+U6MQF3EN4MlL7CrZG
+Y8cAoNhDMFzMoyZ2B4UOMukJA8b8xHd3
+=LhbB
+-----END PGP SIGNATURE-----
diff --git a/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild b/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
index 1276a00b..4a27a586 100644
--- a/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
+++ b/x11-misc/notification-daemon/notification-daemon-0.7.1.ebuild
@@ -1,33 +1,35 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.4.0-r1.ebuild,v 1.10 2010/03/26 16:45:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.5.0.ebuild,v 1.1 2011/01/24 23:22:25 eva Exp $
EAPI="3"
+GCONF_DEBUG="no"
inherit gnome2
-DESCRIPTION="Notifications daemon"
+DESCRIPTION="Notification daemon"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
COMMON_DEPEND="
- >=dev-libs/glib-2.18.0
- >=x11-libs/gtk+-2.18.0:2
- >=gnome-base/gconf-2
- >=dev-libs/dbus-glib-0.78
+ >=dev-libs/glib-2.27:2
+ >=x11-libs/gtk+-2.91:3
>=sys-apps/dbus-1
>=media-libs/libcanberra-0.4[gtk3]
- x11-libs/libwnck
+ x11-libs/libnotify
x11-libs/libX11
- x11-libs/libnotify"
+"
DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40.0
- >=sys-devel/gettext-0.11"
+ >=dev-util/intltool-0.40
+ >=sys-devel/gettext-0.14
+"
RDEPEND="${COMMON_DEPEND}
- !xfce-extra/xfce4-notifyd"
+ !xfce-extra/xfce4-notifyd
+ !x11-misc/notify-osd
+"
DOCS="AUTHORS ChangeLog NEWS"