# HG changeset patch # User Da Risk # Date 1439800513 -7200 # Node ID 2b4110e8373a7a1d6f62fe6252f704c5bd968f53 # Parent f6c963dc1984f4b191c69aaf78dd88c7e4763bda# Parent d6fceb869d09938a55d78f250498c440e7e987c3 Merge new version of subdl diff -r f6c963dc1984 -r 2b4110e8373a media-video/subdl/metadata.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/media-video/subdl/metadata.xml Mon Aug 17 10:35:13 2015 +0200 @@ -0,0 +1,11 @@ + + + + video + + media-video@gentoo.org + + + subdl + + diff -r f6c963dc1984 -r 2b4110e8373a media-video/subdl/subdl-9999.ebuild --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/media-video/subdl/subdl-9999.ebuild Mon Aug 17 10:35:13 2015 +0200 @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python3_3 python3_4 ) +inherit python-single-r1 git-r3 + +DESCRIPTION="A command-line tool for downloading subs from opensubtitles.org" +HOMEPAGE="http://code.google.com/p/subdl/" +SRC_URI="" +EGIT_REPO_URI="https://github.com/fbarthelery/subdl.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + app-arch/unzip" + +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +src_prepare() { + python_fix_shebang ${PN} +} + +src_install() { + dobin ${PN} + dodoc README.txt +}