summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2014-01-08 09:57:08 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2014-01-08 09:57:08 +0000
commitc63ade39d512a0467d87837b47f9b60a36245763 (patch)
tree1088fae8cae7a1ea44414ba6363af456ba775334 /app-leechcraft
parentBump to LeecChraft-0.6.60 release, thanks to 0xd34df00d. (diff)
downloadgentoo-2-c63ade39d512a0467d87837b47f9b60a36245763.tar.gz
gentoo-2-c63ade39d512a0467d87837b47f9b60a36245763.tar.bz2
gentoo-2-c63ade39d512a0467d87837b47f9b60a36245763.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')
-rw-r--r--app-leechcraft/lc-vgrabber/ChangeLog9
-rw-r--r--app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.60.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/app-leechcraft/lc-vgrabber/ChangeLog b/app-leechcraft/lc-vgrabber/ChangeLog
index 866dae06fdb0..f715ac388c2c 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.7 2013/09/24 15:53:35 maksbotan Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vgrabber/ChangeLog,v 1.8 2014/01/08 09:57:08 maksbotan Exp $
+
+*lc-vgrabber-0.6.60 (08 Jan 2014)
+
+ 08 Jan 2014; Maxim Koltsov <maksbotan@gentoo.org> +lc-vgrabber-0.6.60.ebuild:
+ Bump to LeecChraft-0.6.60 release, thanks to 0xd34df00d.
*lc-vgrabber-0.6.0 (24 Sep 2013)
diff --git a/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.60.ebuild b/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.60.ebuild
new file mode 100644
index 000000000000..b88912b60ac3
--- /dev/null
+++ b/app-leechcraft/lc-vgrabber/lc-vgrabber-0.6.60.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 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.6.60.ebuild,v 1.1 2014/01/08 09:57:08 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."
+}