diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 19:03:58 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 19:03:58 +0000 |
commit | 7ca58cc87c00812f404f9c77a1665fef5287860b (patch) | |
tree | 36c945b4397db7b7112445c7bd6e63a2b538f58c /app-leechcraft | |
parent | Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-7ca58cc87c00812f404f9c77a1665fef5287860b.tar.gz gentoo-2-7ca58cc87c00812f404f9c77a1665fef5287860b.tar.bz2 gentoo-2-7ca58cc87c00812f404f9c77a1665fef5287860b.zip |
Bump LeechCraft to 0.6.70, thanks to 0xd34df00d.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-sysnotify/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.70.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-leechcraft/lc-sysnotify/ChangeLog b/app-leechcraft/lc-sysnotify/ChangeLog index 0ef0fcdf3146..8603800c4170 100644 --- a/app-leechcraft/lc-sysnotify/ChangeLog +++ b/app-leechcraft/lc-sysnotify/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-sysnotify # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sysnotify/ChangeLog,v 1.5 2014/04/10 18:03:19 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-sysnotify/ChangeLog,v 1.6 2014/08/03 19:03:58 maksbotan Exp $ + +*lc-sysnotify-0.6.70 (03 Aug 2014) + + 03 Aug 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-sysnotify-0.6.70.ebuild: + Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. *lc-sysnotify-0.6.65 (10 Apr 2014) diff --git a/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.70.ebuild b/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.70.ebuild new file mode 100644 index 000000000000..eb1d5c80ae63 --- /dev/null +++ b/app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.70.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.70.ebuild,v 1.1 2014/08/03 19:03:58 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}" |