diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:55:48 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:55:48 +0000 |
commit | ad51edd656e68659c8b7296939a3dbd56aade0c7 (patch) | |
tree | 58768311e05306cbca47f1a4e1cef3dd8ce77a6a /app-leechcraft | |
parent | Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-ad51edd656e68659c8b7296939a3dbd56aade0c7.tar.gz gentoo-2-ad51edd656e68659c8b7296939a3dbd56aade0c7.tar.bz2 gentoo-2-ad51edd656e68659c8b7296939a3dbd56aade0c7.zip |
Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-sysnotify/ChangeLog | 10 | ||||
-rw-r--r-- | app-leechcraft/lc-sysnotify/lc-sysnotify-0.6.60.ebuild | 17 |
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}" |