diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-24 15:23:51 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-05-24 15:23:51 +0000 |
commit | 3f09ef1ebf7748f2d0d02e0cde677682a6632edd (patch) | |
tree | 744f72ba6e8755f92fe439fe5aefb9f8330343cc /app-leechcraft/lc-sysnotify | |
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')
-rw-r--r-- | app-leechcraft/lc-sysnotify/ChangeLog | 10 | ||||
-rw-r--r-- | app-leechcraft/lc-sysnotify/lc-sysnotify-9999.ebuild | 17 | ||||
-rw-r--r-- | app-leechcraft/lc-sysnotify/metadata.xml | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/app-leechcraft/lc-sysnotify/ChangeLog b/app-leechcraft/lc-sysnotify/ChangeLog new file mode 100644 index 000000000000..80a4a68a0408 --- /dev/null +++ b/app-leechcraft/lc-sysnotify/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-leechcraft/lc-sysnotify +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sysnotify/ChangeLog,v 1.1 2013/05/24 15:23:51 pinkbyte Exp $ + +*lc-sysnotify-9999 (24 May 2013) + + 24 May 2013; Sergey Popov <pinkbyte@gentoo.org> +lc-sysnotify-9999.ebuild, + +metadata.xml: + Initial commit, thanks to 0xd34df00d + 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}" diff --git a/app-leechcraft/lc-sysnotify/metadata.xml b/app-leechcraft/lc-sysnotify/metadata.xml new file mode 100644 index 000000000000..2c857dda08d3 --- /dev/null +++ b/app-leechcraft/lc-sysnotify/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>leechcraft</herd> +</pkgmetadata> |