Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/ming: ChangeLog ming-0.4.0_beta5.ebuild
Date: Sun, 29 Jun 2008 16:51:07
Message-Id: E1KD07B-0003Rx-Uw@stork.gentoo.org
1 loki_val 08/06/29 16:51:01
2
3 Modified: ChangeLog ming-0.4.0_beta5.ebuild
4 Log:
5 AT_M4DIR needs to be set for those who do not have autoconf-archive installed....
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.40 media-libs/ming/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ming/ChangeLog?rev=1.40&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ming/ChangeLog?rev=1.40&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ming/ChangeLog?r1=1.39&r2=1.40
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v
18 retrieving revision 1.39
19 retrieving revision 1.40
20 diff -u -r1.39 -r1.40
21 --- ChangeLog 29 Jun 2008 10:16:53 -0000 1.39
22 +++ ChangeLog 29 Jun 2008 16:51:01 -0000 1.40
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-libs/ming
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v 1.39 2008/06/29 10:16:53 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ChangeLog,v 1.40 2008/06/29 16:51:01 loki_val Exp $
28 +
29 + 29 Jun 2008; Peter Alfredsen <loki_val@g.o>
30 + ming-0.4.0_beta5.ebuild:
31 + AT_M4DIR needs to be set for those who do not have autoconf-archive
32 + installed....
33
34 29 Jun 2008; Torsten Veller <tove@g.o> ming-0.3.0-r1.ebuild:
35 Add missing die: || "..." -> || die "..."
36
37
38
39 1.3 media-libs/ming/ming-0.4.0_beta5.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ming/ming-0.4.0_beta5.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ming/ming-0.4.0_beta5.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/ming/ming-0.4.0_beta5.ebuild?r1=1.2&r2=1.3
44
45 Index: ming-0.4.0_beta5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.4.0_beta5.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- ming-0.4.0_beta5.ebuild 27 Jun 2008 23:06:52 -0000 1.2
52 +++ ming-0.4.0_beta5.ebuild 29 Jun 2008 16:51:01 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.4.0_beta5.ebuild,v 1.2 2008/06/27 23:06:52 loki_val Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.4.0_beta5.ebuild,v 1.3 2008/06/29 16:51:01 loki_val Exp $
58
59 EAPI=1
60
61 @@ -44,7 +44,7 @@
62 sed -i \
63 -e 's/libming.a/libming.so/' \
64 perl_ext/Makefile.PL
65 - eautoreconf
66 + AT_M4DIR="macros" eautoreconf
67 }
68
69 src_compile() {
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list