Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libmp4v2: libmp4v2-1.5.0.1-r2.ebuild ChangeLog
Date: Fri, 29 May 2009 11:29:07
Message-Id: E1MA0Gn-0008I5-DC@stork.gentoo.org
1 flameeyes 09/05/29 11:29:05
2
3 Modified: libmp4v2-1.5.0.1-r2.ebuild ChangeLog
4 Log:
5 Really fix the autotools issue.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 media-libs/libmp4v2/libmp4v2-1.5.0.1-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libmp4v2/libmp4v2-1.5.0.1-r2.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libmp4v2/libmp4v2-1.5.0.1-r2.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libmp4v2/libmp4v2-1.5.0.1-r2.ebuild?r1=1.2&r2=1.3
14
15 Index: libmp4v2-1.5.0.1-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libmp4v2/libmp4v2-1.5.0.1-r2.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libmp4v2-1.5.0.1-r2.ebuild 28 May 2009 11:32:43 -0000 1.2
22 +++ libmp4v2-1.5.0.1-r2.ebuild 29 May 2009 11:29:05 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmp4v2/libmp4v2-1.5.0.1-r2.ebuild,v 1.2 2009/05/28 11:32:43 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmp4v2/libmp4v2-1.5.0.1-r2.ebuild,v 1.3 2009/05/29 11:29:05 flameeyes Exp $
28
29 inherit libtool autotools
30
31 @@ -28,7 +28,7 @@
32
33 # We don't give a damn about these two, just remove the two calls
34 # so we don't have to have the macros to eautoreconf properly.
35 - sed -i -e '/AM_PATH_(GLIB|GTK)/d' configure.in || die
36 + sed -i -e '/AM_PATH_\(GLIB\|GTK\)/d' configure.in || die
37
38 AT_NO_RECURSIVE="yes" eautoreconf
39 elibtoolize
40
41
42
43 1.44 media-libs/libmp4v2/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libmp4v2/ChangeLog?rev=1.44&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libmp4v2/ChangeLog?rev=1.44&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libmp4v2/ChangeLog?r1=1.43&r2=1.44
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/libmp4v2/ChangeLog,v
52 retrieving revision 1.43
53 retrieving revision 1.44
54 diff -u -r1.43 -r1.44
55 --- ChangeLog 28 May 2009 11:32:43 -0000 1.43
56 +++ ChangeLog 29 May 2009 11:29:05 -0000 1.44
57 @@ -1,6 +1,10 @@
58 # ChangeLog for media-libs/libmp4v2
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmp4v2/ChangeLog,v 1.43 2009/05/28 11:32:43 flameeyes Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmp4v2/ChangeLog,v 1.44 2009/05/29 11:29:05 flameeyes Exp $
62 +
63 + 29 May 2009; Diego E. Pettenò <flameeyes@g.o>
64 + libmp4v2-1.5.0.1-r2.ebuild:
65 + Really fix the autotools issue.
66
67 28 May 2009; Diego E. Pettenò <flameeyes@g.o>
68 libmp4v2-1.5.0.1-r2.ebuild: