summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2007-02-28 23:09:18 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2007-02-28 23:09:18 +0000
commit47ec570d04391ca05a8f2f0f7ec7686868759d70 (patch)
treee3d4a8c33294c19ac33d6fd1764cbd9879943ee1 /x11-misc
parentStable on alpha wrt bug #165555 (diff)
downloadgentoo-2-47ec570d04391ca05a8f2f0f7ec7686868759d70.tar.gz
gentoo-2-47ec570d04391ca05a8f2f0f7ec7686868759d70.tar.bz2
gentoo-2-47ec570d04391ca05a8f2f0f7ec7686868759d70.zip
version bump from usptream
(Portage version: 2.1.2-r12)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/notification-daemon/ChangeLog8
-rw-r--r--x11-misc/notification-daemon/files/digest-notification-daemon-0.3.73
-rw-r--r--x11-misc/notification-daemon/notification-daemon-0.3.7.ebuild29
3 files changed, 39 insertions, 1 deletions
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 <compnerd@gentoo.org>
+ +notification-daemon-0.3.7.ebuild:
+ Version bump from upstream
24 Jan 2007; Saleem Abdulrasool <compnerd@gentoo.org>
-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.90 >=sys-apps/dbus-0.60 )
+ )
+ x11-libs/libwnck"
+DEPEND="${RDEPEND}
+ =sys-devel/automake-1.9*
+ >=sys-devel/gettext-0.14"
+
+DOCS="AUTHORS ChangeLog NEWS"