diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-09-24 15:55:12 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-09-24 15:55:12 +0000 |
commit | 211623c2becf2b2d7a87e05efe82f32821559b1a (patch) | |
tree | 304f45d8d9ba4fcbfd2d6e2188840f66a59d9cfd /virtual/leechcraft-notifier | |
parent | Bump LeechCraft to 0.6.0 (diff) | |
download | gentoo-2-211623c2becf2b2d7a87e05efe82f32821559b1a.tar.gz gentoo-2-211623c2becf2b2d7a87e05efe82f32821559b1a.tar.bz2 gentoo-2-211623c2becf2b2d7a87e05efe82f32821559b1a.zip |
Bump LeechCraft to 0.6.0
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'virtual/leechcraft-notifier')
-rw-r--r-- | virtual/leechcraft-notifier/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/leechcraft-notifier/leechcraft-notifier-0.6.0.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/virtual/leechcraft-notifier/ChangeLog b/virtual/leechcraft-notifier/ChangeLog index 6556a342014a..d9673e69ac03 100644 --- a/virtual/leechcraft-notifier/ChangeLog +++ b/virtual/leechcraft-notifier/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/leechcraft-notifier # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-notifier/ChangeLog,v 1.6 2013/07/18 12:55:23 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-notifier/ChangeLog,v 1.7 2013/09/24 15:55:12 maksbotan Exp $ + +*leechcraft-notifier-0.6.0 (24 Sep 2013) + + 24 Sep 2013; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-notifier-0.6.0.ebuild: + Bump LeechCraft to 0.6.0 *leechcraft-notifier-0.5.99 (18 Jul 2013) diff --git a/virtual/leechcraft-notifier/leechcraft-notifier-0.6.0.ebuild b/virtual/leechcraft-notifier/leechcraft-notifier-0.6.0.ebuild new file mode 100644 index 000000000000..11b114ec45ef --- /dev/null +++ b/virtual/leechcraft-notifier/leechcraft-notifier-0.6.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/leechcraft-notifier/leechcraft-notifier-0.6.0.ebuild,v 1.1 2013/09/24 15:55:12 maksbotan Exp $ + +EAPI="5" + +DESCRIPTION="Virtual for LeechCraft plugins capable of visually notifying the user" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="|| ( app-leechcraft/lc-kinotify app-leechcraft/lc-dbusmanager )" +DEPEND="" |