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: ChangeLog pytrailer-0.5.0.ebuild pytrailer-0.4.ebuild
Date: Wed, 10 Nov 2010 00:00:29
Message-Id: 20101110000024.0667520051@flycatcher.gentoo.org
1 sochotnicky 10/11/10 00:00:24
2
3 Modified: ChangeLog pytrailer-0.4.ebuild
4 Added: pytrailer-0.5.0.ebuild
5 Log:
6 Added latest version of pytrailer
7
8 also fix license tag in older version (hopefully for the last time)
9 (Portage version: 2.1.8.3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.5 dev-python/pytrailer/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytrailer/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 21 Oct 2010 21:30:55 -0000 1.4
25 +++ ChangeLog 10 Nov 2010 00:00:23 -0000 1.5
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.4 2010/10/21 21:30:55 sochotnicky Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/ChangeLog,v 1.5 2010/11/10 00:00:23 sochotnicky Exp $
31 +
32 +*pytrailer-0.5.0 (09 Nov 2010)
33 +
34 + 09 Nov 2010; Stanislav Ochotnicky <sochotnicky@g.o>
35 + pytrailer-0.4.ebuild, +pytrailer-0.5.0.ebuild:
36 + Added latest version of pytrailer
37
38 *pytrailer-0.4 (21 Oct 2010)
39
40
41
42
43 1.3 dev-python/pytrailer/pytrailer-0.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/pytrailer-0.4.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/pytrailer-0.4.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/pytrailer-0.4.ebuild?r1=1.2&r2=1.3
48
49 Index: pytrailer-0.4.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytrailer/pytrailer-0.4.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- pytrailer-0.4.ebuild 23 Oct 2010 14:05:32 -0000 1.2
56 +++ pytrailer-0.4.ebuild 10 Nov 2010 00:00:23 -0000 1.3
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/pytrailer-0.4.ebuild,v 1.2 2010/10/23 14:05:32 sochotnicky Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/pytrailer-0.4.ebuild,v 1.3 2010/11/10 00:00:23 sochotnicky Exp $
62
63 EAPI="2"
64 SUPPORT_PYTHON_ABIS="1"
65 @@ -12,7 +12,7 @@
66 HOMEPAGE="http://github.com/sochotnicky/pytrailer http://pypi.python.org/pypi/pytrailer"
67 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
68
69 -LICENSE="LGPL-2"
70 +LICENSE="LGPL-3"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"
73 IUSE=""
74
75
76
77 1.1 dev-python/pytrailer/pytrailer-0.5.0.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/pytrailer-0.5.0.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytrailer/pytrailer-0.5.0.ebuild?rev=1.1&content-type=text/plain
81
82 Index: pytrailer-0.5.0.ebuild
83 ===================================================================
84 # Copyright 1999-2010 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-python/pytrailer/pytrailer-0.5.0.ebuild,v 1.1 2010/11/10 00:00:23 sochotnicky Exp $
87
88 EAPI="2"
89 SUPPORT_PYTHON_ABIS="1"
90 RESTRICT_PYTHON_ABIS=""
91
92 inherit distutils
93
94 DESCRIPTION="Module to simplify access to movies on apple.com/trailers"
95 HOMEPAGE="http://github.com/sochotnicky/pytrailer http://pypi.python.org/pypi/pytrailer"
96 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
97
98 LICENSE="LGPL-3"
99 SLOT="0"
100 KEYWORDS="~amd64 ~x86"
101 IUSE=""
102
103 DEPEND=""
104 RDEPEND=""