Gentoo Archives: gentoo-commits

From: "Ian Whyman (thev00d00)" <thev00d00@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/tvdb_api: tvdb_api-1.9.ebuild ChangeLog tvdb_api-1.8.2.ebuild
Date: Sat, 05 Jul 2014 14:59:52
Message-Id: 20140705145947.9E58520036@flycatcher.gentoo.org
1 thev00d00 14/07/05 14:59:47
2
3 Modified: ChangeLog
4 Added: tvdb_api-1.9.ebuild
5 Removed: tvdb_api-1.8.2.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.3 dev-python/tvdb_api/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tvdb_api/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tvdb_api/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tvdb_api/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/tvdb_api/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 10 Jan 2013 18:10:16 -0000 1.2
25 +++ ChangeLog 5 Jul 2014 14:59:47 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/tvdb_api
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tvdb_api/ChangeLog,v 1.2 2013/01/10 18:10:16 thev00d00 Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/tvdb_api/ChangeLog,v 1.3 2014/07/05 14:59:47 thev00d00 Exp $
32 +
33 +*tvdb_api-1.9 (05 Jul 2014)
34 +
35 + 05 Jul 2014; Ian Whyman <thev00d00@g.o> +tvdb_api-1.9.ebuild,
36 + -tvdb_api-1.8.2.ebuild:
37 + Version bump
38
39 *tvdb_api-1.8.2 (10 Jan 2013)
40
41
42
43
44 1.1 dev-python/tvdb_api/tvdb_api-1.9.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tvdb_api/tvdb_api-1.9.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tvdb_api/tvdb_api-1.9.ebuild?rev=1.1&content-type=text/plain
48
49 Index: tvdb_api-1.9.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-python/tvdb_api/tvdb_api-1.9.ebuild,v 1.1 2014/07/05 14:59:47 thev00d00 Exp $
54
55 EAPI=5
56
57 PYTHON_COMPAT="python2_7"
58 inherit distutils-r1 vcs-snapshot
59
60 SRC_URI="https://github.com/dbr/${PN}/tarball/${PV} -> ${P}.tar.gz"
61 DESCRIPTION="Python interface to thetvdb.com API"
62 HOMEPAGE="http://github.com/dbr/tvdb_api"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 LICENSE="public-domain"
66 IUSE=""
67 DEPEND="dev-python/setuptools"
68 RDEPEND=""