Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/mtpfs: mtpfs-1.1.ebuild mtpfs-1.0.ebuild ChangeLog
Date: Wed, 29 Feb 2012 15:51:02
Message-Id: 20120229155047.8F0BB2004B@flycatcher.gentoo.org
1 xarthisius 12/02/29 15:50:47
2
3 Modified: mtpfs-1.1.ebuild mtpfs-1.0.ebuild ChangeLog
4 Log:
5 Fix implicit function declarations
6
7 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-fs/mtpfs/mtpfs-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: mtpfs-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mtpfs-1.1.ebuild 29 Feb 2012 13:07:27 -0000 1.1
23 +++ mtpfs-1.1.ebuild 29 Feb 2012 15:50:47 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild,v 1.1 2012/02/29 13:07:27 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.1.ebuild,v 1.2 2012/02/29 15:50:47 xarthisius Exp $
29
30 EAPI=4
31
32 @@ -22,6 +22,11 @@
33
34 DOCS=(AUTHORS NEWS README)
35
36 +src_prepare() {
37 + sed -e "/#include <string.h>/ a\
38 + #include <stdlib.h>" -i mtpfs.h id3read.c || die #implicit
39 +}
40 +
41 src_configure() {
42 econf $(use_enable debug)
43 }
44
45
46
47 1.2 sys-fs/mtpfs/mtpfs-1.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild?r1=1.1&r2=1.2
52
53 Index: mtpfs-1.0.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- mtpfs-1.0.ebuild 15 Feb 2012 00:20:41 -0000 1.1
60 +++ mtpfs-1.0.ebuild 29 Feb 2012 15:50:47 -0000 1.2
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2012 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild,v 1.1 2012/02/15 00:20:41 voyageur Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/mtpfs-1.0.ebuild,v 1.2 2012/02/29 15:50:47 xarthisius Exp $
66
67 EAPI=4
68
69 @@ -22,6 +22,11 @@
70
71 DOCS=(AUTHORS NEWS README)
72
73 +src_prepare() {
74 + sed -e "/#include <string.h>/ a\
75 + #include <stdlib.h>" -i mtpfs.h id3read.c || die #implicit
76 +}
77 +
78 src_configure() {
79 econf $(use_enable debug)
80 }
81
82
83
84 1.5 sys-fs/mtpfs/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/ChangeLog?rev=1.5&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/ChangeLog?rev=1.5&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtpfs/ChangeLog?r1=1.4&r2=1.5
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/ChangeLog,v
93 retrieving revision 1.4
94 retrieving revision 1.5
95 diff -u -r1.4 -r1.5
96 --- ChangeLog 29 Feb 2012 13:07:27 -0000 1.4
97 +++ ChangeLog 29 Feb 2012 15:50:47 -0000 1.5
98 @@ -1,6 +1,10 @@
99 # ChangeLog for sys-fs/mtpfs
100 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/ChangeLog,v 1.4 2012/02/29 13:07:27 voyageur Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtpfs/ChangeLog,v 1.5 2012/02/29 15:50:47 xarthisius Exp $
103 +
104 + 29 Feb 2012; Kacper Kowalik <xarthisius@g.o> mtpfs-1.0.ebuild,
105 + mtpfs-1.1.ebuild:
106 + Fix implicit function declarations
107
108 *mtpfs-1.1 (29 Feb 2012)