| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-misc/sw-notify-send/sw-notify-send-0.1.1.ebuild,v 1.1 2011/01/14 13:36:28 mgorny Exp $
|
| 4 |
|
| 5 |
EAPI=3
|
| 6 |
inherit autotools-utils
|
| 7 |
|
| 8 |
DESCRIPTION="A system-wide notification wrapper for notify-send"
|
| 9 |
HOMEPAGE="https://github.com/mgorny/sw-notify-send/"
|
| 10 |
SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
|
| 11 |
|
| 12 |
LICENSE="BSD"
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="~amd64"
|
| 15 |
IUSE=""
|
| 16 |
|
| 17 |
RDEPEND="sys-process/procps"
|
| 18 |
DEPEND="${RDEPEND}"
|
| 19 |
|
| 20 |
# The lack of x11-libs/libnotify RDEPEND is intentional as:
|
| 21 |
# 1) The notification daemon may be running in a libnotify-enabled
|
| 22 |
# chroot system, while keeping the host system libnotify-free (in this
|
| 23 |
# case sw-notify-send enters the chroot first);
|
| 24 |
# 2) Having any kind of a notification daemon implies having libnotify
|
| 25 |
# installed. And if none is running, notify-send is not called anyway.
|
| 26 |
|
| 27 |
DOCS=( README )
|