]> Pileus Git - ~andy/sunrise/commitdiff
x11-misc/sw-notify-send: Drop unnecessary libnotify RDEPEND.
authorMichał Górny <mgorny@gentoo.org>
Sat, 15 May 2010 13:51:31 +0000 (13:51 +0000)
committerMichał Górny <mgorny@gentoo.org>
Sat, 15 May 2010 13:51:31 +0000 (13:51 +0000)
svn path=/sunrise/; revision=10558

x11-misc/sw-notify-send/ChangeLog
x11-misc/sw-notify-send/Manifest
x11-misc/sw-notify-send/sw-notify-send-0.1.ebuild

index fdd4e2f492747db252a5d6052331087f6a1f8482..9d1fc095d7b0e45b5d8b9a785630ff4cc5456ee0 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  15 May 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
+  sw-notify-send-0.1.ebuild:
+  Drop unnecessary libnotify RDEPEND.
+
   09 May 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
   +sw-notify-send-0.1.ebuild, +metadata.xml:
   New ebuild for bug #318961, a system-wide notify-send wrapper.
index b525c5e0e458d60d6078bb49d6390fe9fe173d02..aaf3b2cede50fa11c9c24dfbbf0207a9802c4d09 100644 (file)
@@ -1,4 +1,4 @@
 DIST sw-notify-send-0.1.c.bz2 1732 RMD160 e43ac679a5da4ae467917f3fa48171046513e8df SHA1 1d38b31510710abdb30cf1bd523890e48bf74d5f SHA256 e58a66d3bd419287ea47d507027c0b08cd1451dc4c88bb70f6810ae2734596b8
-EBUILD sw-notify-send-0.1.ebuild 574 RMD160 23111cb4ae84d6124b40294d314a9db2ca12d474 SHA1 06b9155d77fa32a026e3d7601ae2100b89934ae6 SHA256 bc1415626022284d4bcabfffc5114ae392a94f8f046bf79cf7c97db1d0f7f7c6
-MISC ChangeLog 299 RMD160 806be8dfc064e90a6fc2db8ea5f4e6c0b52351c7 SHA1 28e857af565e3a45d0789eee9ee93de4c2915968 SHA256 2e66e5ea7eb4e3709ac8dfbba3511e269b31da0b7d64c963b31990ad7899a3d8
+EBUILD sw-notify-send-0.1.ebuild 849 RMD160 4ed1b10407c4f7adbe9fdb8e8463729fdd4dbbc7 SHA1 46a8982c4b4b4c536e8b29617ed2d40cce4471eb SHA256 e54d40d5cf31d94f885e206b1025bc3cf4642774cde755a1de29d82085091b2c
+MISC ChangeLog 431 RMD160 b7ec18eed15dd9d24e8fdc54e17594c4b6d606fc SHA1 3e0cc2b12c98677337606da2d7fb94d2c2f766fc SHA256 4781607a77c60d3150ca2fe9b41b47bb55f8927da943067a15bcf9e0c73486b1
 MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
index 249b8556d0789ba532882781791c1d18c70972ce..072a7cb90d489b361eb1490dc8460f2f2b00b1f1 100644 (file)
@@ -14,8 +14,12 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="sys-process/procps"
-RDEPEND="${DEPEND}
-       x11-libs/libnotify"
+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.
 
 src_compile() {
        "$(tc-getCC)" ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} ${P}.c -o ${PN} -lproc || die