equal
deleted
inserted
replaced
2 # Distributed under the terms of the GNU General Public License v2 |
2 # Distributed under the terms of the GNU General Public License v2 |
3 # $Header: $ |
3 # $Header: $ |
4 |
4 |
5 EAPI=5 |
5 EAPI=5 |
6 |
6 |
7 PYTHON_COMPAT=( python2_7 ) |
7 PYTHON_COMPAT=( python3_3 python3_4 ) |
8 inherit python-single-r1 git-r3 |
8 inherit python-single-r1 git-r3 |
9 |
9 |
10 DESCRIPTION="A command-line tool for downloading subs from opensubtitles.org" |
10 DESCRIPTION="A command-line tool for downloading subs from opensubtitles.org" |
11 HOMEPAGE="http://code.google.com/p/subdl/" |
11 HOMEPAGE="http://code.google.com/p/subdl/" |
12 SRC_URI="" |
12 SRC_URI="" |