1 |
# Copyright 1999-2011 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-0.4.90.ebuild,v 1.1 2011/09/14 17:01:03 maksbotan Exp $ |
4 |
|
5 |
EAPI="2" |
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 |
RDEPEND="${DEPEND}" |
17 |
|
18 |
pkg_postinst() { |
19 |
einfo "Advanced Notifications supports playing sounds on various" |
20 |
einfo "events. Install some media playback plugin to enjoy this" |
21 |
einfo "feature (media-video/leechcraft-lmp will do, for example)." |
22 |
} |