summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-12-10 17:54:21 +0000
committerMichał Górny <mgorny@gentoo.org>2010-12-10 17:54:21 +0000
commit262ba9f049a7660f3dfca8f86b1332ec376fbbf6 (patch)
tree4759de8ccc5293a1d4c69842289c095f832434bb /x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild
parentdev-util/bin_replace_string: New ebuild bin_replace_string-0.2 for bug 347997. (diff)
downloadsunrise-262ba9f049a7660f3dfca8f86b1332ec376fbbf6.tar.gz
sunrise-262ba9f049a7660f3dfca8f86b1332ec376fbbf6.tar.bz2
sunrise-262ba9f049a7660f3dfca8f86b1332ec376fbbf6.zip
x11-misc/sw-notify-send: Version bump with autotools use and a small segv-fix.
(Portage version: 2.2.0_alpha7_p6/git/Linux x86_64, signed Manifest commit with key 05DE07BB) svn path=/sunrise/; revision=11599
Diffstat (limited to 'x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild')
-rw-r--r--x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild
new file mode 100644
index 000000000..282e361e1
--- /dev/null
+++ b/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit base
+
+DESCRIPTION="A system-wide notification wrapper for notify-send"
+HOMEPAGE="http://github.com/mgorny/sw-notify-send/"
+SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sys-process/procps"
+RDEPEND="${DEPEND}"
+
+# The lack of x11-libs/libnotify RDEPEND is intentional. The tool supports
+# calling 'notify-send' from within a chroot running libnotify-enabled system
+# where the host system is libnotify-free. Not to mention that running
+# a libnotify notification daemon implies having libnotify installed.
+
+DOCS=( README )