Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: ChangeLog metadata.xml
Date: Thu, 27 Dec 2007 09:39:11
Message-Id: E1J7pCi-0005Ku-2b@stork.gentoo.org
1 phreak 07/12/27 09:39:04
2
3 Modified: ChangeLog metadata.xml
4 Log:
5 Fixing the maintainer. It's supposed to be maintainer-needed.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.51 dev-libs/libffi/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.51&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.51&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/ChangeLog?r1=1.50&r2=1.51
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v
18 retrieving revision 1.50
19 retrieving revision 1.51
20 diff -u -r1.50 -r1.51
21 --- ChangeLog 5 Dec 2007 20:27:22 -0000 1.50
22 +++ ChangeLog 27 Dec 2007 09:39:03 -0000 1.51
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-libs/libffi
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.50 2007/12/05 20:27:22 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.51 2007/12/27 09:39:03 phreak Exp $
28 +
29 + 27 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
30 + Fixing the maintainer. It's supposed to be maintainer-needed.
31
32 05 Dec 2007; Michael Sterrett <mr_bones_@g.o> -libffi-3.3.5.ebuild:
33 remove old, dep-broken version
34
35
36
37 1.5 dev-libs/libffi/metadata.xml
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/metadata.xml?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/metadata.xml?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/metadata.xml?r1=1.4&r2=1.5
42
43 Index: metadata.xml
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/metadata.xml,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- metadata.xml 11 May 2007 16:01:14 -0000 1.4
50 +++ metadata.xml 27 Dec 2007 09:39:03 -0000 1.5
51 @@ -1,33 +1,36 @@
52 <?xml version="1.0" encoding="UTF-8"?>
53 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 <pkgmetadata>
55 -<herd>no-herd</herd>
56 -<longdescription>
57 -Compilers for high level languages generate code that follow certain
58 -conventions. These conventions are necessary, in part, for separate
59 -compilation to work. One such convention is the "calling
60 -convention". The "calling convention" is essentially a set of
61 -assumptions made by the compiler about where function arguments will
62 -be found on entry to a function. A "calling convention" also specifies
63 -where the return value for a function is found.
64 + <herd>no-herd</herd>
65 + <maintainer>
66 + <email>maintainer-needed@g.o</email>
67 + </maintainer>
68 + <longdescription lang="en">
69 + Compilers for high level languages generate code that follow certain
70 + conventions. These conventions are necessary, in part, for separate
71 + compilation to work. One such convention is the "calling
72 + convention". The "calling convention" is essentially a set of
73 + assumptions made by the compiler about where function arguments will
74 + be found on entry to a function. A "calling convention" also specifies
75 + where the return value for a function is found.
76
77 -Some programs may not know at the time of compilation what arguments
78 -are to be passed to a function. For instance, an interpreter may be
79 -told at run-time about the number and types of arguments used to call
80 -a given function. Libffi can be used in such programs to provide a
81 -bridge from the interpreter program to compiled code.
82 + Some programs may not know at the time of compilation what arguments
83 + are to be passed to a function. For instance, an interpreter may be
84 + told at run-time about the number and types of arguments used to call
85 + a given function. Libffi can be used in such programs to provide a
86 + bridge from the interpreter program to compiled code.
87
88 -The libffi library provides a portable, high level programming
89 -interface to various calling conventions. This allows a programmer to
90 -call any function specified by a call interface description at run
91 -time.
92 + The libffi library provides a portable, high level programming
93 + interface to various calling conventions. This allows a programmer to
94 + call any function specified by a call interface description at run
95 + time.
96
97 -Ffi stands for Foreign Function Interface. A foreign function
98 -interface is the popular name for the interface that allows code
99 -written in one language to call code written in another language. The
100 -libffi library really only provides the lowest, machine dependent
101 -layer of a fully featured foreign function interface. A layer must
102 -exist above libffi that handles type conversions for values passed
103 -between the two languages.
104 -</longdescription>
105 + Ffi stands for Foreign Function Interface. A foreign function
106 + interface is the popular name for the interface that allows code
107 + written in one language to call code written in another language. The
108 + libffi library really only provides the lowest, machine dependent
109 + layer of a fully featured foreign function interface. A layer must
110 + exist above libffi that handles type conversions for values passed
111 + between the two languages.
112 + </longdescription>
113 </pkgmetadata>
114
115
116
117 --
118 gentoo-commits@g.o mailing list