diff options
Diffstat (limited to 'x11-misc/sw-notify-send')
-rw-r--r-- | x11-misc/sw-notify-send/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest index faba77b3c92..9eb82a78331 100644 --- a/x11-misc/sw-notify-send/Manifest +++ b/x11-misc/sw-notify-send/Manifest @@ -1,2 +1 @@ -DIST sw-notify-send-0.1.1.tar.bz2 54661 SHA256 b178554b2359ccad72aefff3c986356b96a541602d08b819565dd8d91ca3e4d4 DIST tinynotify-send-1.2.1.tar.bz2 266078 SHA256 72c5f4451348b0a06dd57efb5de75273e47f7e35ae04df9a3dd1c64be1e71e65 SHA512 f416db09fa95f04d771610af7ae8953192027b8606c53f54efe514c4d33b59e8dc362676004a036c2dd7e7c7cf03b077ee9b753839efbcb181c5724f43efa58d WHIRLPOOL 2e82b67111db19aa52e293feea167e53ef73bf04a043049543082cf9eea64f75bbfe9788e323dd19d081b5cab43ff469e370810fd6bbc70707329cacfb560411 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 deleted file mode 100644 index f1a686cf783..00000000000 --- a/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 -inherit autotools-utils - -DESCRIPTION="A system-wide notification wrapper for notify-send" -HOMEPAGE="https://github.com/mgorny/sw-notify-send/" -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="sys-process/procps" -DEPEND="${RDEPEND}" - -# The lack of x11-libs/libnotify RDEPEND is intentional as: -# 1) The notification daemon may be running in a libnotify-enabled -# chroot system, while keeping the host system libnotify-free (in this -# case sw-notify-send enters the chroot first); -# 2) Having any kind of a notification daemon implies having libnotify -# installed. And if none is running, notify-send is not called anyway. - -DOCS=( README ) |