Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-mobilephone/vmoconv: vmoconv-1.0.ebuild ChangeLog
Date: Fri, 20 Jun 2008 23:05:43
Message-Id: E1K9pfl-00081d-8f@stork.gentoo.org
1 mrness 08/06/20 23:05:37
2
3 Modified: vmoconv-1.0.ebuild ChangeLog
4 Log:
5 Fix broken build on boxes with glibc-2.8 (#227153).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.6 app-mobilephone/vmoconv/vmoconv-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/vmoconv-1.0.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/vmoconv-1.0.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/vmoconv-1.0.ebuild?r1=1.5&r2=1.6
14
15 Index: vmoconv-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/vmoconv/vmoconv-1.0.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- vmoconv-1.0.ebuild 18 Aug 2007 08:19:38 -0000 1.5
22 +++ vmoconv-1.0.ebuild 20 Jun 2008 23:05:36 -0000 1.6
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/vmoconv/vmoconv-1.0.ebuild,v 1.5 2007/08/18 08:19:38 mrness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/vmoconv/vmoconv-1.0.ebuild,v 1.6 2008/06/20 23:05:36 mrness Exp $
29 +
30 +inherit eutils
31
32 DESCRIPTION="A tool that converts Siemens phones VMO and VMI audio files to gsm and wav."
33 HOMEPAGE="http://triq.net/obex/"
34 @@ -11,6 +13,12 @@
35 KEYWORDS="~amd64 x86"
36 IUSE=""
37
38 +src_unpack() {
39 + unpack ${A}
40 +
41 + epatch "${FILESDIR}/${P}-glibc28.patch"
42 +}
43 +
44 src_compile() {
45 econf || die "configure failed"
46 # ugly workaround, otherwise make tries to build binaries before
47
48
49
50 1.5 app-mobilephone/vmoconv/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/ChangeLog?rev=1.5&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/ChangeLog?rev=1.5&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-mobilephone/vmoconv/ChangeLog?r1=1.4&r2=1.5
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/vmoconv/ChangeLog,v
59 retrieving revision 1.4
60 retrieving revision 1.5
61 diff -u -r1.4 -r1.5
62 --- ChangeLog 30 May 2008 06:31:59 -0000 1.4
63 +++ ChangeLog 20 Jun 2008 23:05:36 -0000 1.5
64 @@ -1,6 +1,10 @@
65 # ChangeLog for app-mobilephone/vmoconv
66 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/vmoconv/ChangeLog,v 1.4 2008/05/30 06:31:59 phreak Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/vmoconv/ChangeLog,v 1.5 2008/06/20 23:05:36 mrness Exp $
69 +
70 + 20 Jun 2008; Alin Năstac <mrness@g.o>
71 + +files/vmoconv-1.0-glibc28.patch, vmoconv-1.0.ebuild:
72 + Fix broken build on boxes with glibc-2.8 (#227153).
73
74 30 May 2008; Christian Heim <phreak@g.o> metadata.xml:
75 Removing Andrej Kacian (Ticho) from metadata.xml (as per #59986).
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list