diff options
author | 2013-05-24 15:23:51 +0000 | |
---|---|---|
committer | 2013-05-24 15:23:51 +0000 | |
commit | 3f09ef1ebf7748f2d0d02e0cde677682a6632edd (patch) | |
tree | 744f72ba6e8755f92fe439fe5aefb9f8330343cc /app-leechcraft/lc-sysnotify/lc-sysnotify-9999.ebuild | |
parent | Initial commit, thanks to 0xd34df00d (diff) | |
download | gentoo-2-3f09ef1ebf7748f2d0d02e0cde677682a6632edd.tar.gz gentoo-2-3f09ef1ebf7748f2d0d02e0cde677682a6632edd.tar.bz2 gentoo-2-3f09ef1ebf7748f2d0d02e0cde677682a6632edd.zip |
Initial commit, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-leechcraft/lc-sysnotify/lc-sysnotify-9999.ebuild')
-rw-r--r-- | app-leechcraft/lc-sysnotify/lc-sysnotify-9999.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-leechcraft/lc-sysnotify/lc-sysnotify-9999.ebuild b/app-leechcraft/lc-sysnotify/lc-sysnotify-9999.ebuild new file mode 100644 index 000000000000..8add48828a69 --- /dev/null +++ b/app-leechcraft/lc-sysnotify/lc-sysnotify-9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sysnotify/lc-sysnotify-9999.ebuild,v 1.1 2013/05/24 15:23:51 pinkbyte Exp $ + +EAPI="5" + +inherit leechcraft + +DESCRIPTION="Notifications via system libnotify daemon for LeechCraft" + +SLOT="0" +KEYWORDS="" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-qt/qtdbus:4" +RDEPEND="${DEPEND}" |