diff options
author | 2013-07-03 16:19:40 +0000 | |
---|---|---|
committer | 2013-07-03 16:19:40 +0000 | |
commit | fc078327442848fb03831bed3b1e2590d937610d (patch) | |
tree | 8581db6ade844ee788c4f7518c908a83c39e13e6 /app-leechcraft/lc-touchstreams | |
parent | Bump LeechCraft to 0.5.98, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-fc078327442848fb03831bed3b1e2590d937610d.tar.gz gentoo-2-fc078327442848fb03831bed3b1e2590d937610d.tar.bz2 gentoo-2-fc078327442848fb03831bed3b1e2590d937610d.zip |
Bump LeechCraft to 0.5.98, thanks to 0xd34df00d.
(Portage version: 2.1.12.10/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.98.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/app-leechcraft/lc-touchstreams/ChangeLog b/app-leechcraft/lc-touchstreams/ChangeLog index 99280255262d..49e7d7ba629b 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.4 2013/06/11 17:46:11 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-touchstreams/ChangeLog,v 1.5 2013/07/03 16:19:40 maksbotan Exp $ + +*lc-touchstreams-0.5.98 (03 Jul 2013) + + 03 Jul 2013; Maxim Koltsov <maksbotan@gentoo.org> + +lc-touchstreams-0.5.98.ebuild: + Bump LeechCraft to 0.5.98, thanks to 0xd34df00d. *lc-touchstreams-0.5.97 (11 Jun 2013) diff --git a/app-leechcraft/lc-touchstreams/lc-touchstreams-0.5.98.ebuild b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.5.98.ebuild new file mode 100644 index 000000000000..3eb9746c70ce --- /dev/null +++ b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.5.98.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.98.ebuild,v 1.1 2013/07/03 16:19:40 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}" |