diff options
author | 2014-08-03 18:55:53 +0000 | |
---|---|---|
committer | 2014-08-03 18:55:53 +0000 | |
commit | 3282b8a3cdc226e8106cf86b3101b04805aec6e0 (patch) | |
tree | e31b60e39183b65ef1ccb9aa680c3f3ce6de58c5 /app-leechcraft/lc-lemon | |
parent | Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-3282b8a3cdc226e8106cf86b3101b04805aec6e0.tar.gz gentoo-2-3282b8a3cdc226e8106cf86b3101b04805aec6e0.tar.bz2 gentoo-2-3282b8a3cdc226e8106cf86b3101b04805aec6e0.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/lc-lemon')
-rw-r--r-- | app-leechcraft/lc-lemon/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-lemon/lc-lemon-0.6.70.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/app-leechcraft/lc-lemon/ChangeLog b/app-leechcraft/lc-lemon/ChangeLog index 3a7974f37956..0968b2b0c86b 100644 --- a/app-leechcraft/lc-lemon/ChangeLog +++ b/app-leechcraft/lc-lemon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-lemon # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lemon/ChangeLog,v 1.11 2014/04/10 17:57:36 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lemon/ChangeLog,v 1.12 2014/08/03 18:55:53 maksbotan Exp $ + +*lc-lemon-0.6.70 (03 Aug 2014) + + 03 Aug 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-lemon-0.6.70.ebuild: + Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. *lc-lemon-0.6.65 (10 Apr 2014) diff --git a/app-leechcraft/lc-lemon/lc-lemon-0.6.70.ebuild b/app-leechcraft/lc-lemon/lc-lemon-0.6.70.ebuild new file mode 100644 index 000000000000..65dbd80d7c1d --- /dev/null +++ b/app-leechcraft/lc-lemon/lc-lemon-0.6.70.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lemon/lc-lemon-0.6.70.ebuild,v 1.1 2014/08/03 18:55:53 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Network monitor plugin for LeechCraft" + +SLOT="0" +KEYWORDS=" ~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + ~virtual/leechcraft-quark-sideprovider-${PV} + dev-qt/qtbearer:4 + dev-qt/qtdeclarative:4 + dev-libs/libnl:3 + x11-libs/qwt:6 + " +RDEPEND="${DEPEND}" |