diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:56:39 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-01-08 09:56:39 +0000 |
commit | 927a6003f62ebb42011e93da232732579375c85e (patch) | |
tree | 7517660a832e167876d78eac25db212b4cd583c6 /app-leechcraft/lc-touchstreams | |
parent | Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-927a6003f62ebb42011e93da232732579375c85e.tar.gz gentoo-2-927a6003f62ebb42011e93da232732579375c85e.tar.bz2 gentoo-2-927a6003f62ebb42011e93da232732579375c85e.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/lc-touchstreams')
-rw-r--r-- | app-leechcraft/lc-touchstreams/ChangeLog | 10 | ||||
-rw-r--r-- | app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.60.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/app-leechcraft/lc-touchstreams/ChangeLog b/app-leechcraft/lc-touchstreams/ChangeLog index 41cfe0c0fda8..f3b23bee05b1 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.8 2013/10/02 08:28:53 maksbotan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-touchstreams/ChangeLog,v 1.9 2014/01/08 09:56:39 maksbotan Exp $ + +*lc-touchstreams-0.6.60 (08 Jan 2014) + + 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> + +lc-touchstreams-0.6.60.ebuild: + Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. 02 Oct 2013; Maxim Koltsov <maksbotan@gentoo.org> lc-touchstreams-9999.ebuild: Add dev-libs/qjson dependency to lc-touchstreams-9999, thanks to 0d34df00d diff --git a/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.60.ebuild b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.60.ebuild new file mode 100644 index 000000000000..40848e50b07b --- /dev/null +++ b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.6.60.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 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.6.60.ebuild,v 1.1 2014/01/08 09:56:39 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-libs/qjson + dev-qt/qtwebkit:4" +RDEPEND="${DEPEND}" |