summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-10-15 21:52:14 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-10-15 21:52:14 +0000
commit6916bea7e4d92b7d0599ea4a5a0cb30e8f22b076 (patch)
tree7154ae6cc2bdb88e2f2c8e96e71376e7f23c138d /x11-libs/libnotify
parentversion bump from upstream (diff)
downloadgentoo-2-6916bea7e4d92b7d0599ea4a5a0cb30e8f22b076.tar.gz
gentoo-2-6916bea7e4d92b7d0599ea4a5a0cb30e8f22b076.tar.bz2
gentoo-2-6916bea7e4d92b7d0599ea4a5a0cb30e8f22b076.zip
version bump from upstream
(Portage version: 2.1.2_pre3-r1)
Diffstat (limited to 'x11-libs/libnotify')
-rw-r--r--x11-libs/libnotify/ChangeLog7
-rw-r--r--x11-libs/libnotify/files/digest-libnotify-0.4.33
-rw-r--r--x11-libs/libnotify/libnotify-0.4.3.ebuild26
3 files changed, 35 insertions, 1 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog
index abb782d30f57..35a192303636 100644
--- a/x11-libs/libnotify/ChangeLog
+++ b/x11-libs/libnotify/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libnotify
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.19 2006/10/11 09:54:06 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.20 2006/10/15 21:52:14 compnerd Exp $
+
+*libnotify-0.4.3 (15 Oct 2006)
+
+ 15 Oct 2006; <compnerd@gentoo.org> +libnotify-0.4.3.ebuild:
+ version bump from upstream
11 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> libnotify-0.4.2.ebuild:
Add ~ia64 keyword, bug 147751.
diff --git a/x11-libs/libnotify/files/digest-libnotify-0.4.3 b/x11-libs/libnotify/files/digest-libnotify-0.4.3
new file mode 100644
index 000000000000..e5a7a285cc73
--- /dev/null
+++ b/x11-libs/libnotify/files/digest-libnotify-0.4.3
@@ -0,0 +1,3 @@
+MD5 5c81a26b461b2abd4c02a918b8486539 libnotify-0.4.3.tar.gz 389402
+RMD160 c4e42c9407b57633b87ad088a8cb7795b253e5e6 libnotify-0.4.3.tar.gz 389402
+SHA256 15b0492ac252f6e8ce57c106bda0722413196d16d198c97f20a05908d1b977af libnotify-0.4.3.tar.gz 389402
diff --git a/x11-libs/libnotify/libnotify-0.4.3.ebuild b/x11-libs/libnotify/libnotify-0.4.3.ebuild
new file mode 100644
index 000000000000..64e8a95bfb57
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.4.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.3.ebuild,v 1.1 2006/10/15 21:52:14 compnerd Exp $
+
+inherit eutils
+
+DESCRIPTION="Notifications library"
+HOMEPAGE="http://www.galago-project.org/"
+SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
+IUSE="doc"
+
+RDEPEND=">=x11-libs/gtk+-2.6
+ >=dev-libs/glib-2.6
+ >=sys-apps/dbus-0.60
+ x11-misc/notification-daemon"
+DEPEND="${RDEPEND}
+ doc? ( >=dev-util/gtk-doc-1.4 )"
+
+src_install() {
+ make install DESTDIR="${D}" || die "make install failed"
+ dodoc AUTHORS ChangeLog NEWS
+}