Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/pyqtrailer: pyqtrailer-0.6.1.ebuild pyqtrailer-0.6.2.ebuild ChangeLog
Date: Sun, 01 Apr 2012 04:45:35
Message-Id: 20120401044525.B4CFD2004B@flycatcher.gentoo.org
1 floppym 12/04/01 04:45:25
2
3 Modified: pyqtrailer-0.6.1.ebuild pyqtrailer-0.6.2.ebuild
4 ChangeLog
5 Log:
6 python-dateutil no longer needs a slot dep.
7
8 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild?r1=1.2&r2=1.3
16
17 Index: pyqtrailer-0.6.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- pyqtrailer-0.6.1.ebuild 24 Jan 2012 03:11:40 -0000 1.2
24 +++ pyqtrailer-0.6.1.ebuild 1 Apr 2012 04:45:25 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild,v 1.2 2012/01/24 03:11:40 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild,v 1.3 2012/04/01 04:45:25 floppym Exp $
30
31 EAPI="2"
32 SUPPORT_PYTHON_ABIS="1"
33 @@ -19,7 +19,7 @@
34
35 DEPEND=">=dev-python/pytrailer-0.6.0
36 dev-python/PyQt4[X]
37 - dev-python/python-dateutil:python-2"
38 + dev-python/python-dateutil"
39 RDEPEND="$DEPEND"
40
41 src_install()
42
43
44
45 1.2 media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild?r1=1.1&r2=1.2
50
51 Index: pyqtrailer-0.6.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- pyqtrailer-0.6.2.ebuild 6 Mar 2012 18:18:22 -0000 1.1
58 +++ pyqtrailer-0.6.2.ebuild 1 Apr 2012 04:45:25 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild,v 1.1 2012/03/06 18:18:22 sping Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild,v 1.2 2012/04/01 04:45:25 floppym Exp $
64
65 EAPI="2"
66 SUPPORT_PYTHON_ABIS="1"
67 @@ -19,7 +19,7 @@
68
69 DEPEND=">=dev-python/pytrailer-0.6.0
70 dev-python/PyQt4[X]
71 - dev-python/python-dateutil:python-2"
72 + dev-python/python-dateutil"
73 RDEPEND="$DEPEND"
74
75 src_install()
76
77
78
79 1.13 media-video/pyqtrailer/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pyqtrailer/ChangeLog?rev=1.13&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pyqtrailer/ChangeLog?rev=1.13&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pyqtrailer/ChangeLog?r1=1.12&r2=1.13
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/ChangeLog,v
88 retrieving revision 1.12
89 retrieving revision 1.13
90 diff -u -r1.12 -r1.13
91 --- ChangeLog 6 Mar 2012 18:18:22 -0000 1.12
92 +++ ChangeLog 1 Apr 2012 04:45:25 -0000 1.13
93 @@ -1,6 +1,10 @@
94 # ChangeLog for media-video/pyqtrailer
95 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/ChangeLog,v 1.12 2012/03/06 18:18:22 sping Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/ChangeLog,v 1.13 2012/04/01 04:45:25 floppym Exp $
98 +
99 + 01 Apr 2012; Mike Gilbert <floppym@g.o> pyqtrailer-0.6.1.ebuild,
100 + pyqtrailer-0.6.2.ebuild:
101 + python-dateutil no longer needs a slot dep.
102
103 *pyqtrailer-0.6.2 (06 Mar 2012)