Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/emovix: emovix-0.9.0.ebuild ChangeLog
Date: Sat, 02 Mar 2013 22:58:02
Message-Id: 20130302225757.53C472171E@flycatcher.gentoo.org
1 ottxor 13/03/02 22:57:57
2
3 Modified: emovix-0.9.0.ebuild ChangeLog
4 Log:
5 switched to virtual/awk (bug #455738)
6
7 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.8 media-video/emovix/emovix-0.9.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/emovix/emovix-0.9.0.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/emovix/emovix-0.9.0.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/emovix/emovix-0.9.0.ebuild?r1=1.7&r2=1.8
15
16 Index: emovix-0.9.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/emovix/emovix-0.9.0.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- emovix-0.9.0.ebuild 23 Dec 2007 18:50:36 -0000 1.7
23 +++ emovix-0.9.0.ebuild 2 Mar 2013 22:57:57 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/emovix/emovix-0.9.0.ebuild,v 1.7 2007/12/23 18:50:36 josejx Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/emovix/emovix-0.9.0.ebuild,v 1.8 2013/03/02 22:57:57 ottxor Exp $
30
31 DESCRIPTION="Micro Linux distro to boot from a CD and play every video file localized in the CD root."
32 HOMEPAGE="http://movix.sourceforge.net"
33 @@ -14,7 +14,7 @@
34 RDEPEND="win32codecs? ( media-libs/win32codecs )
35 virtual/cdrtools"
36 DEPEND="dev-lang/perl
37 - sys-apps/gawk"
38 + virtual/awk"
39
40 src_install() {
41 emake -j1 DESTDIR="${D}" install || die "emake install failed."
42
43
44
45 1.20 media-video/emovix/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/emovix/ChangeLog?rev=1.20&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/emovix/ChangeLog?rev=1.20&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/emovix/ChangeLog?r1=1.19&r2=1.20
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-video/emovix/ChangeLog,v
54 retrieving revision 1.19
55 retrieving revision 1.20
56 diff -u -r1.19 -r1.20
57 --- ChangeLog 23 Dec 2007 18:50:36 -0000 1.19
58 +++ ChangeLog 2 Mar 2013 22:57:57 -0000 1.20
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-video/emovix
61 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-video/emovix/ChangeLog,v 1.19 2007/12/23 18:50:36 josejx Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/media-video/emovix/ChangeLog,v 1.20 2013/03/02 22:57:57 ottxor Exp $
65 +
66 + 02 Mar 2013; Christoph Junghans <ottxor@g.o> emovix-0.9.0.ebuild:
67 + switched to virtual/awk (bug #455738)
68
69 23 Dec 2007; <jjezak@g.o> emovix-0.9.0.ebuild:
70 Marked ppc stable for bug #201497.
71 @@ -56,4 +59,3 @@
72 27 Jul 2004; Chris White <chriswhite@g.o> +metadata.xml,
73 +emovix-0.9.0_pre1.ebuild:
74 Initial submission to the tree. Closes bug #51315.
75 -