| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-advancednotifications/leechcraft-advancednotifications-9999.ebuild,v 1.4 2012/07/15 16:02:44 kensington Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
|
| 7 |
inherit leechcraft
|
| 8 |
|
| 9 |
DESCRIPTION="Flexible and customizable notifications framework for LeechCraft."
|
| 10 |
|
| 11 |
SLOT="0"
|
| 12 |
KEYWORDS="~amd64 ~x86"
|
| 13 |
IUSE="debug"
|
| 14 |
|
| 15 |
DEPEND="~net-misc/leechcraft-core-${PV}
|
| 16 |
x11-libs/qt-declarative:4"
|
| 17 |
RDEPEND="${DEPEND}"
|
| 18 |
|
| 19 |
pkg_postinst() {
|
| 20 |
einfo "Advanced Notifications supports playing sounds on various"
|
| 21 |
einfo "events. Install some media playback plugin to enjoy this"
|
| 22 |
einfo "feature (media-video/leechcraft-lmp will do, for example)."
|
| 23 |
}
|