diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-06-11 17:46:11 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-06-11 17:46:11 +0000 |
commit | b9f6ef6f8949ce44e7ef33067d27209bb3aacf21 (patch) | |
tree | 74ee47049a18a7bb46313a56a1f244ee99c321d4 /app-leechcraft/lc-touchstreams | |
parent | Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-b9f6ef6f8949ce44e7ef33067d27209bb3aacf21.tar.gz gentoo-2-b9f6ef6f8949ce44e7ef33067d27209bb3aacf21.tar.bz2 gentoo-2-b9f6ef6f8949ce44e7ef33067d27209bb3aacf21.zip |
Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-touchstreams')
-rw-r--r-- | app-leechcraft/lc-touchstreams/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-touchstreams/lc-touchstreams-0.5.97.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/app-leechcraft/lc-touchstreams/ChangeLog b/app-leechcraft/lc-touchstreams/ChangeLog index 3e4928bb9a41..99280255262d 100644 --- a/app-leechcraft/lc-touchstreams/ChangeLog +++ b/app-leechcraft/lc-touchstreams/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-leechcraft/lc-touchstreams # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-touchstreams/ChangeLog,v 1.3 2013/05/26 20:04:43 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-touchstreams/ChangeLog,v 1.4 2013/06/11 17:46:11 maksbotan Exp $ + +*lc-touchstreams-0.5.97 (11 Jun 2013) + + 11 Jun 2013; Maxim Koltsov <maksbotan@gentoo.org> + +lc-touchstreams-0.5.97.ebuild: + Bump LeechCraft suite to 0.5.97, thanks to 0xd34df00d. *lc-touchstreams-0.5.96 (26 May 2013) diff --git a/app-leechcraft/lc-touchstreams/lc-touchstreams-0.5.97.ebuild b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.5.97.ebuild new file mode 100644 index 000000000000..5c58881f16d3 --- /dev/null +++ b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.5.97.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-touchstreams/lc-touchstreams-0.5.97.ebuild,v 1.1 2013/06/11 17:46:11 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="VKontakte music source plugin for LeechCraft" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV} + >=dev-libs/boost-1.52.0 + dev-qt/qtwebkit:4" +RDEPEND="${DEPEND}" |