17 lines
384 B
Bash
17 lines
384 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header:
|
|
|
|
EAPI=4
|
|
|
|
inherit distutils
|
|
|
|
SRC_URI="http://pypi.python.org/packages/source/t/${PN}/${P}.tar.gz"
|
|
DESCRIPTION="tvdb_api is an Python interface to thetvdb.com"
|
|
HOMEPAGE="http://github.com/dbr/tvdb_api"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
LICENSE="GPL-2"
|
|
IUSE=""
|
|
DEPEND=""
|