diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2013-01-10 18:10:16 +0000 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2013-01-10 18:10:16 +0000 |
commit | 759278c753d40f01364e0ab85d42fa9995d2abac (patch) | |
tree | 740d946fa0f9920e7787c1dba885d412fe49b0f9 /dev-python/tvdb_api/tvdb_api-1.8.2.ebuild | |
parent | Add optional @BUGREPORTS and @VCSURL fields so people can point their eclasse... (diff) | |
download | gentoo-2-759278c753d40f01364e0ab85d42fa9995d2abac.tar.gz gentoo-2-759278c753d40f01364e0ab85d42fa9995d2abac.tar.bz2 gentoo-2-759278c753d40f01364e0ab85d42fa9995d2abac.zip |
Bump as per #451222
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/tvdb_api/tvdb_api-1.8.2.ebuild')
-rw-r--r-- | dev-python/tvdb_api/tvdb_api-1.8.2.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/tvdb_api/tvdb_api-1.8.2.ebuild b/dev-python/tvdb_api/tvdb_api-1.8.2.ebuild new file mode 100644 index 000000000000..5842cef60d41 --- /dev/null +++ b/dev-python/tvdb_api/tvdb_api-1.8.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/tvdb_api/tvdb_api-1.8.2.ebuild,v 1.1 2013/01/10 18:10:16 thev00d00 Exp $ + +EAPI=4 + +inherit distutils vcs-snapshot + +SRC_URI="https://github.com/dbr/${PN}/tarball/${PV} -> ${P}.tar.gz" +DESCRIPTION="Python interface to thetvdb.com API" +HOMEPAGE="http://github.com/dbr/tvdb_api" +SLOT="0" +KEYWORDS="~amd64 ~x86" +LICENSE="public-domain" +IUSE="" +DEPEND="dev-python/setuptools" +RDEPEND="" |