diff options
author | 2014-04-10 17:54:51 +0000 | |
---|---|---|
committer | 2014-04-10 17:54:51 +0000 | |
commit | 416e250118c27d3a9038abfb0ca33879aab43756 (patch) | |
tree | d70441c881a39b93a1007732afbbd858e6bdc303 /app-leechcraft | |
parent | Bump LeechCraft to 0.5.65, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-416e250118c27d3a9038abfb0ca33879aab43756.tar.gz gentoo-2-416e250118c27d3a9038abfb0ca33879aab43756.tar.bz2 gentoo-2-416e250118c27d3a9038abfb0ca33879aab43756.zip |
Bump LeechCraft to 0.5.65, thanks to 0xd34df00d.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-hotstreams/ChangeLog | 8 | ||||
-rw-r--r-- | app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.65.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/app-leechcraft/lc-hotstreams/ChangeLog b/app-leechcraft/lc-hotstreams/ChangeLog index 71702c62a36d..aea4f1bac551 100644 --- a/app-leechcraft/lc-hotstreams/ChangeLog +++ b/app-leechcraft/lc-hotstreams/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-leechcraft/lc-hotstreams # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotstreams/ChangeLog,v 1.10 2014/04/03 08:20:05 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-hotstreams/ChangeLog,v 1.11 2014/04/10 17:54:51 maksbotan Exp $ + +*lc-hotstreams-0.6.65 (10 Apr 2014) + + 10 Apr 2014; Maxim Koltsov <maksbotan@gentoo.org> + +lc-hotstreams-0.6.65.ebuild: + Bump LeechCraft to 0.5.65, thanks to 0xd34df00d. 03 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> lc-hotstreams-0.6.60.ebuild: x86 stable wrt bug #500914 diff --git a/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.65.ebuild b/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.65.ebuild new file mode 100644 index 000000000000..379b9128d60c --- /dev/null +++ b/app-leechcraft/lc-hotstreams/lc-hotstreams-0.6.65.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 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.65.ebuild,v 1.1 2014/04/10 17:54:51 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}" |