Gentoo Archives: gentoo-commits

From: "Stefan Briesenick (sbriesen)" <sbriesen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/super_demux: ChangeLog super_demux-0.3.ebuild
Date: Thu, 29 Jul 2010 07:59:39
Message-Id: 20100729075933.4C84F2CE15@corvid.gentoo.org
1 sbriesen 10/07/29 07:59:32
2
3 Modified: ChangeLog super_demux-0.3.ebuild
4 Log:
5 added amd64 keyword
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-video/super_demux/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/super_demux/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/super_demux/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/super_demux/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/super_demux/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 6 Oct 2007 15:04:03 -0000 1.1
22 +++ ChangeLog 29 Jul 2010 07:59:31 -0000 1.2
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-video/super_demux
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/super_demux/ChangeLog,v 1.1 2007/10/06 15:04:03 sbriesen Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/super_demux/ChangeLog,v 1.2 2010/07/29 07:59:31 sbriesen Exp $
29 +
30 + 29 Jul 2010; Stefan Briesenick <sbriesen@g.o>
31 + super_demux-0.3.ebuild:
32 + added amd64 keyword
33
34 *super_demux-0.3 (06 Oct 2007)
35
36
37
38
39 1.2 media-video/super_demux/super_demux-0.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/super_demux/super_demux-0.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/super_demux/super_demux-0.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/super_demux/super_demux-0.3.ebuild?r1=1.1&r2=1.2
44
45 Index: super_demux-0.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-video/super_demux/super_demux-0.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- super_demux-0.3.ebuild 6 Oct 2007 15:04:03 -0000 1.1
52 +++ super_demux-0.3.ebuild 29 Jul 2010 07:59:31 -0000 1.2
53 @@ -1,6 +1,8 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-video/super_demux/super_demux-0.3.ebuild,v 1.1 2007/10/06 15:04:03 sbriesen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-video/super_demux/super_demux-0.3.ebuild,v 1.2 2010/07/29 07:59:31 sbriesen Exp $
59 +
60 +EAPI="2"
61
62 inherit eutils toolchain-funcs flag-o-matic
63
64 @@ -12,11 +14,9 @@
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 -KEYWORDS="~x86"
69 +KEYWORDS="~amd64 ~x86"
70
71 -src_unpack() {
72 - unpack ${A}
73 - cd "${S}"
74 +src_prepare() {
75 epatch "${FILESDIR}/${P}.diff"
76 }