diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-05-26 20:04:43 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-05-26 20:04:43 +0000 |
commit | 97ed2ec2b64698246c49992faa80dd978029d760 (patch) | |
tree | b889655020e1107e8b2e5288711062bc7226d142 /app-leechcraft | |
parent | Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d (diff) | |
download | gentoo-2-97ed2ec2b64698246c49992faa80dd978029d760.tar.gz gentoo-2-97ed2ec2b64698246c49992faa80dd978029d760.tar.bz2 gentoo-2-97ed2ec2b64698246c49992faa80dd978029d760.zip |
Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-touchstreams/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-touchstreams/lc-touchstreams-0.5.96.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/app-leechcraft/lc-touchstreams/ChangeLog b/app-leechcraft/lc-touchstreams/ChangeLog index 28befb8ba784..3e4928bb9a41 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.2 2013/05/02 15:37:15 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-touchstreams/ChangeLog,v 1.3 2013/05/26 20:04:43 maksbotan Exp $ + +*lc-touchstreams-0.5.96 (26 May 2013) + + 26 May 2013; Maxim Koltsov <maksbotan@gentoo.org> + +lc-touchstreams-0.5.96.ebuild: + Bump LeechCraft suite to 0.5.96, thanks to 0xd34df00d *lc-touchstreams-0.5.95 (02 May 2013) diff --git a/app-leechcraft/lc-touchstreams/lc-touchstreams-0.5.96.ebuild b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.5.96.ebuild new file mode 100644 index 000000000000..90257c09a0f5 --- /dev/null +++ b/app-leechcraft/lc-touchstreams/lc-touchstreams-0.5.96.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.96.ebuild,v 1.1 2013/05/26 20:04:43 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}" |