diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-07-03 16:20:43 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-07-03 16:20:43 +0000 |
commit | ce63362e46d71d2a10f568a21212fc2325cc6c60 (patch) | |
tree | 0fe7d494bee9303446f74f75e04433f48e9b072b /app-leechcraft | |
parent | Bump LeechCraft to 0.5.98, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-ce63362e46d71d2a10f568a21212fc2325cc6c60.tar.gz gentoo-2-ce63362e46d71d2a10f568a21212fc2325cc6c60.tar.bz2 gentoo-2-ce63362e46d71d2a10f568a21212fc2325cc6c60.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')
-rw-r--r-- | app-leechcraft/lc-vgrabber/ChangeLog | 7 | ||||
-rw-r--r-- | app-leechcraft/lc-vgrabber/lc-vgrabber-0.5.98.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/app-leechcraft/lc-vgrabber/ChangeLog b/app-leechcraft/lc-vgrabber/ChangeLog index ffe7b18b5b89..738d7db14f3b 100644 --- a/app-leechcraft/lc-vgrabber/ChangeLog +++ b/app-leechcraft/lc-vgrabber/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-vgrabber # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vgrabber/ChangeLog,v 1.4 2013/06/11 17:47:40 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vgrabber/ChangeLog,v 1.5 2013/07/03 16:20:43 maksbotan Exp $ + +*lc-vgrabber-0.5.98 (03 Jul 2013) + + 03 Jul 2013; Maxim Koltsov <maksbotan@gentoo.org> +lc-vgrabber-0.5.98.ebuild: + Bump LeechCraft to 0.5.98, thanks to 0xd34df00d. *lc-vgrabber-0.5.97 (11 Jun 2013) diff --git a/app-leechcraft/lc-vgrabber/lc-vgrabber-0.5.98.ebuild b/app-leechcraft/lc-vgrabber/lc-vgrabber-0.5.98.ebuild new file mode 100644 index 000000000000..f8c08fa4a039 --- /dev/null +++ b/app-leechcraft/lc-vgrabber/lc-vgrabber-0.5.98.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vgrabber/lc-vgrabber-0.5.98.ebuild,v 1.1 2013/07/03 16:20:43 maksbotan Exp $ + +EAPI="4" + +inherit leechcraft + +DESCRIPTION="Allows to find, stream and save audio and video from VKontakte in LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="~app-leechcraft/lc-core-${PV}" +RDEPEND="${DEPEND} + virtual/leechcraft-downloader-http" + +pkg_postinst() { + einfo "For streaming to work, a suitable media player plugin is" + einfo "needed. For example, app-leechcraft/lc-lmp will be just fine." +} |