summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-leechcraft')
-rw-r--r--app-leechcraft/lc-sysnotify/ChangeLog10
-rw-r--r--app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.60.ebuild17
2 files changed, 24 insertions, 3 deletions
diff --git a/app-leechcraft/lc-sysnotify/ChangeLog b/app-leechcraft/lc-sysnotify/ChangeLog
index 80a4a68a0408..a86e40577854 100644
--- a/app-leechcraft/lc-sysnotify/ChangeLog
+++ b/app-leechcraft/lc-sysnotify/ChangeLog
@@ -1,10 +1,14 @@
# 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 $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sysnotify/ChangeLog,v 1.2 2014/01/08 09:55:48 maksbotan Exp $
+
+*lc-sysnotify-0.6.60 (08 Jan 2014)
+
+ 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-sysnotify-0.6.60.ebuild:
+ Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d.
*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-0.6.60.ebuild b/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.60.ebuild
new file mode 100644
index 000000000000..752957a29b99
--- /dev/null
+++ b/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.60.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.60.ebuild,v 1.1 2014/01/08 09:55:48 maksbotan Exp $
+
+EAPI="5"
+
+inherit leechcraft
+
+DESCRIPTION="Notifications via system libnotify daemon for LeechCraft"
+
+SLOT="0"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="~app-leechcraft/lc-core-${PV}
+ dev-qt/qtdbus:4"
+RDEPEND="${DEPEND}"