Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/motiontrack: ChangeLog motiontrack-0.1.2.ebuild motiontrack-0.1.0.ebuild motiontrack-0.1.3.ebuild
Date: Tue, 27 Nov 2007 12:14:02
Message-Id: E1IwzK4-0000z2-HL@stork.gentoo.org
1 zzam 07/11/27 12:13:52
2
3 Modified: ChangeLog motiontrack-0.1.2.ebuild
4 motiontrack-0.1.0.ebuild motiontrack-0.1.3.ebuild
5 Log:
6 Fixed quoting.
7 (Portage version: 2.1.4_rc3)
8
9 Revision Changes Path
10 1.12 media-video/motiontrack/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motiontrack/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motiontrack/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motiontrack/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 22 Feb 2007 01:51:09 -0000 1.11
23 +++ ChangeLog 27 Nov 2007 12:13:51 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/motiontrack
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v 1.11 2007/02/22 01:51:09 peper Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v 1.12 2007/11/27 12:13:51 zzam Exp $
29 +
30 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o>
31 + motiontrack-0.1.0.ebuild, motiontrack-0.1.2.ebuild,
32 + motiontrack-0.1.3.ebuild:
33 + Fixed quoting.
34
35 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
36 Transition to Manifest2.
37
38
39
40 1.6 media-video/motiontrack/motiontrack-0.1.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild?r1=1.5&r2=1.6
45
46 Index: motiontrack-0.1.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- motiontrack-0.1.2.ebuild 12 Jul 2007 02:40:42 -0000 1.5
53 +++ motiontrack-0.1.2.ebuild 27 Nov 2007 12:13:51 -0000 1.6
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2007 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.5 2007/07/12 02:40:42 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.6 2007/11/27 12:13:51 zzam Exp $
59
60 DESCRIPTION="A set of tools that detect motion between two images"
61 SRC_URI="http://gemia.de/motion/${P}.tar.gz"
62 @@ -71,6 +71,6 @@
63 }
64
65 src_install() {
66 - make DESTDIR=${D} install || die "install failed"
67 + make DESTDIR="${D}" install || die "install failed"
68 dodoc README src/TheCode.txt
69 }
70
71
72
73 1.8 media-video/motiontrack/motiontrack-0.1.0.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motiontrack/motiontrack-0.1.0.ebuild?rev=1.8&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motiontrack/motiontrack-0.1.0.ebuild?rev=1.8&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motiontrack/motiontrack-0.1.0.ebuild?r1=1.7&r2=1.8
78
79 Index: motiontrack-0.1.0.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.0.ebuild,v
82 retrieving revision 1.7
83 retrieving revision 1.8
84 diff -u -r1.7 -r1.8
85 --- motiontrack-0.1.0.ebuild 12 Jul 2007 02:40:42 -0000 1.7
86 +++ motiontrack-0.1.0.ebuild 27 Nov 2007 12:13:51 -0000 1.8
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2007 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.0.ebuild,v 1.7 2007/07/12 02:40:42 mr_bones_ Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.0.ebuild,v 1.8 2007/11/27 12:13:51 zzam Exp $
92
93 DESCRIPTION="A set of tools that detect motion between two images"
94 SRC_URI="http://gemia.de/motion/${P}.tar.gz"
95 @@ -71,6 +71,6 @@
96 }
97
98 src_install() {
99 - make DESTDIR=${D} install || die "install failed"
100 + make DESTDIR="${D}" install || die "install failed"
101 dodoc README src/TheCode.txt
102 }
103
104
105
106 1.5 media-video/motiontrack/motiontrack-0.1.3.ebuild
107
108 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motiontrack/motiontrack-0.1.3.ebuild?rev=1.5&view=markup
109 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motiontrack/motiontrack-0.1.3.ebuild?rev=1.5&content-type=text/plain
110 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motiontrack/motiontrack-0.1.3.ebuild?r1=1.4&r2=1.5
111
112 Index: motiontrack-0.1.3.ebuild
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.3.ebuild,v
115 retrieving revision 1.4
116 retrieving revision 1.5
117 diff -u -r1.4 -r1.5
118 --- motiontrack-0.1.3.ebuild 12 Jul 2007 02:40:42 -0000 1.4
119 +++ motiontrack-0.1.3.ebuild 27 Nov 2007 12:13:51 -0000 1.5
120 @@ -1,6 +1,6 @@
121 # Copyright 1999-2007 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.3.ebuild,v 1.4 2007/07/12 02:40:42 mr_bones_ Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.3.ebuild,v 1.5 2007/11/27 12:13:51 zzam Exp $
125
126 DESCRIPTION="A set of tools that detect motion between two images"
127 SRC_URI="http://gemia.de/motion/${P}.tar.gz"
128 @@ -73,6 +73,6 @@
129 }
130
131 src_install() {
132 - make DESTDIR=${D} install || die "install failed"
133 + make DESTDIR="${D}" install || die "install failed"
134 dodoc README src/TheCode.txt
135 }
136
137
138
139 --
140 gentoo-commits@g.o mailing list