diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-09-24 15:44:52 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-09-24 15:44:52 +0000 |
commit | 2f288e30537b6d5992055f757ed201c17f30dd51 (patch) | |
tree | ba016d080296fb5cbbd09eaf5170ecefdf730409 /app-leechcraft/lc-hotstreams | |
parent | Bump LeechCraft to 0.6.0 (diff) | |
download | gentoo-2-2f288e30537b6d5992055f757ed201c17f30dd51.tar.gz gentoo-2-2f288e30537b6d5992055f757ed201c17f30dd51.tar.bz2 gentoo-2-2f288e30537b6d5992055f757ed201c17f30dd51.zip |
Bump LeechCraft to 0.6.0
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-hotstreams')
-rw-r--r-- | app-leechcraft/lc-hotstreams/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-leechcraft/lc-hotstreams/ChangeLog b/app-leechcraft/lc-hotstreams/ChangeLog index 83559f7b6788..12a5e72894ec 100644 --- a/app-leechcraft/lc-hotstreams/ChangeLog +++ b/app-leechcraft/lc-hotstreams/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-hotstreams # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotstreams/ChangeLog,v 1.6 2013/07/18 12:44:04 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotstreams/ChangeLog,v 1.7 2013/09/24 15:44:52 maksbotan Exp $ + +*lc-hotstreams-0.6.0 (24 Sep 2013) + + 24 Sep 2013; Maxim Koltsov <maksbotan@gentoo.org> +lc-hotstreams-0.6.0.ebuild: + Bump LeechCraft to 0.6.0 *lc-hotstreams-0.5.99 (18 Jul 2013) diff --git a/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.0.ebuild b/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.0.ebuild new file mode 100644 index 000000000000..5b2538ad6ae4 --- /dev/null +++ b/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.0.ebuild,v 1.1 2013/09/24 15:44:52 maksbotan Exp $ + +EAPI="4" + +inherit eutils leechcraft toolchain-funcs + +DESCRIPTION="Provides some cool radio streams to music players like LMP" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="~app-leechcraft/lc-core-${PV} + dev-libs/qjson" +RDEPEND="${DEPEND}" |