From 47ec570d04391ca05a8f2f0f7ec7686868759d70 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 28 Feb 2007 23:09:18 +0000 Subject: version bump from usptream (Portage version: 2.1.2-r12) --- x11-misc/notification-daemon/ChangeLog | 8 +++++- .../files/digest-notification-daemon-0.3.7 | 3 +++ .../notification-daemon-0.3.7.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 x11-misc/notification-daemon/files/digest-notification-daemon-0.3.7 create mode 100644 x11-misc/notification-daemon/notification-daemon-0.3.7.ebuild (limited to 'x11-misc') diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog index 63790db71968..2bbcf4870a61 100644 --- a/x11-misc/notification-daemon/ChangeLog +++ b/x11-misc/notification-daemon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/notification-daemon # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.36 2007/01/24 03:48:35 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.37 2007/02/28 23:09:18 compnerd Exp $ + +*notification-daemon-0.3.7 (28 Feb 2007) + + 28 Feb 2007; Saleem Abdulrasool + +notification-daemon-0.3.7.ebuild: + Version bump from upstream 24 Jan 2007; Saleem Abdulrasool -files/notification-daemon-0.3.5-icon-data.patch, diff --git a/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.7 b/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.7 new file mode 100644 index 000000000000..f954b8f4835f --- /dev/null +++ b/x11-misc/notification-daemon/files/digest-notification-daemon-0.3.7 @@ -0,0 +1,3 @@ +MD5 7fa369bff1031acbe4ca41f03bee7d02 notification-daemon-0.3.7.tar.gz 412184 +RMD160 04a226d939f6985ee73e4d603a95598cc8eff221 notification-daemon-0.3.7.tar.gz 412184 +SHA256 53d2f92c3d14423b49c2ff077855cf3987d38def963c82fd26fba5de379ca540 notification-daemon-0.3.7.tar.gz 412184 diff --git a/x11-misc/notification-daemon/notification-daemon-0.3.7.ebuild b/x11-misc/notification-daemon/notification-daemon-0.3.7.ebuild new file mode 100644 index 000000000000..3c9135f893b4 --- /dev/null +++ b/x11-misc/notification-daemon/notification-daemon-0.3.7.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 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.3.7.ebuild,v 1.1 2007/02/28 23:09:18 compnerd Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Notifications daemon" +HOMEPAGE="http://www.galago-project.org/" +SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.4.0 + >=x11-libs/gtk+-2.4.0 + >=gnome-base/gconf-2.4.0 + >=x11-libs/libsexy-0.1.3 + || ( + >=dev-libs/dbus-glib-0.71 + ( =sys-apps/dbus-0.60 ) + ) + x11-libs/libwnck" +DEPEND="${RDEPEND} + =sys-devel/automake-1.9* + >=sys-devel/gettext-0.14" + +DOCS="AUTHORS ChangeLog NEWS" -- cgit v1.2.3-65-gdbad