Gentoo Archives: gentoo-commits

From: "Stanislav Ochotnicky (sochotnicky)" <sochotnicky@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytrailer: pytrailer-0.6.0.ebuild ChangeLog pytrailer-0.4.ebuild
Date: Sun, 28 Nov 2010 19:03:52
Message-Id: 20101128190344.3B76320051@flycatcher.gentoo.org
1 sochotnicky 10/11/28 19:03:44
2
3 Modified: ChangeLog
4 Added: pytrailer-0.6.0.ebuild
5 Removed: pytrailer-0.4.ebuild
6 Log:
7 Updated to latest upstream version, dropped old version
8
9 (Portage version: 2.1.9.24/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.6 dev-python/pytrailer/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/ChangeLog?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/ChangeLog?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/ChangeLog?r1=1.5&r2=1.6
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytrailer/ChangeLog,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- ChangeLog 10 Nov 2010 00:00:23 -0000 1.5
25 +++ ChangeLog 28 Nov 2010 19:03:44 -0000 1.6
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/pytrailer
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/ChangeLog,v 1.5 2010/11/10 00:00:23 sochotnicky Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/ChangeLog,v 1.6 2010/11/28 19:03:44 sochotnicky Exp $
31 +
32 +*pytrailer-0.6.0 (28 Nov 2010)
33 +
34 + 28 Nov 2010; Stanislav Ochotnicky <sochotnicky@g.o>
35 + -pytrailer-0.4.ebuild, +pytrailer-0.6.0.ebuild:
36 + Updated to latest upstream version. Dropped X-2 release.
37
38 *pytrailer-0.5.0 (09 Nov 2010)
39
40
41
42
43 1.1 dev-python/pytrailer/pytrailer-0.6.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/pytrailer-0.6.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/pytrailer-0.6.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pytrailer-0.6.0.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/pytrailer-0.6.0.ebuild,v 1.1 2010/11/28 19:03:44 sochotnicky Exp $
53
54 EAPI="2"
55 SUPPORT_PYTHON_ABIS="1"
56 RESTRICT_PYTHON_ABIS=""
57
58 inherit distutils
59
60 DESCRIPTION="Module to simplify access to movies on apple.com/trailers"
61 HOMEPAGE="http://github.com/sochotnicky/pytrailer http://pypi.python.org/pypi/pytrailer"
62 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
63
64 LICENSE="LGPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND="dev-python/python-dateutil"
70 RDEPEND="$DEPEND"