Gentoo Archives: gentoo-commits

From: "William Thomson (wltjr)" <wltjr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/firebird: firebird-2.1.0.16780_beta2-r1.ebuild ChangeLog firebird-2.0.3.12981.0-r2.ebuild firebird-2.0.3.12981.0-r3.ebuild
Date: Tue, 06 Nov 2007 05:59:09
Message-Id: E1IpHSj-0002Kl-Ti@stork.gentoo.org
1 wltjr 07/11/06 05:58:57
2
3 Modified: firebird-2.1.0.16780_beta2-r1.ebuild ChangeLog
4 firebird-2.0.3.12981.0-r2.ebuild
5 firebird-2.0.3.12981.0-r3.ebuild
6 Log:
7 Reverted back to newexe vs doexe so libfbintl.so -> fbintl.so as fb expects it. No rev bump. x86 was just stabilized recently, amd64 will be shortly, other ebuilds just added. Thus no rev bump due to all that in brief window
8 (Portage version: 2.1.3.17)
9
10 Revision Changes Path
11 1.2 dev-db/firebird/firebird-2.1.0.16780_beta2-r1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.1.0.16780_beta2-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.1.0.16780_beta2-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.1.0.16780_beta2-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: firebird-2.1.0.16780_beta2-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.1.0.16780_beta2-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- firebird-2.1.0.16780_beta2-r1.ebuild 6 Nov 2007 04:49:39 -0000 1.1
24 +++ firebird-2.1.0.16780_beta2-r1.ebuild 6 Nov 2007 05:58:57 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.1.0.16780_beta2-r1.ebuild,v 1.1 2007/11/06 04:49:39 wltjr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.1.0.16780_beta2-r1.ebuild,v 1.2 2007/11/06 05:58:57 wltjr Exp $
30
31 inherit flag-o-matic eutils autotools versionator
32
33 @@ -109,8 +109,7 @@
34 doexe UDF/*.so
35
36 exeinto /usr/share/firebird/intl
37 - doexe intl/*.so
38 -# newexe intl/libfbintl.so fbintl
39 + newexe intl/libfbintl.so fbintl
40
41 insinto /usr/share/firebird/intl
42 doins ../install/misc/fbintl.conf
43
44
45
46 1.79 dev-db/firebird/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/ChangeLog?rev=1.79&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/ChangeLog?rev=1.79&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/ChangeLog?r1=1.78&r2=1.79
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v
55 retrieving revision 1.78
56 retrieving revision 1.79
57 diff -u -r1.78 -r1.79
58 --- ChangeLog 6 Nov 2007 04:49:39 -0000 1.78
59 +++ ChangeLog 6 Nov 2007 05:58:57 -0000 1.79
60 @@ -1,6 +1,13 @@
61 # ChangeLog for dev-db/firebird
62 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.78 2007/11/06 04:49:39 wltjr Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.79 2007/11/06 05:58:57 wltjr Exp $
65 +
66 + 06 Nov 2007; William L. Thomson Jr. <wltjr@g.o>
67 + firebird-2.0.3.12981.0-r2.ebuild, firebird-2.0.3.12981.0-r3.ebuild,
68 + firebird-2.1.0.16780_beta2-r1.ebuild:
69 + Reverted back to newexe vs doexe so libfbintl.so -> fbintl.so as fb expects
70 + it. No rev bump. x86 was just stabilized recently, amd64 will be shortly,
71 + other ebuilds just added. Thus no rev bump due to all that in brief window
72
73 *firebird-2.1.0.16780_beta2-r1 (06 Nov 2007)
74 *firebird-2.0.3.12981.0-r3 (06 Nov 2007)
75
76
77
78 1.4 dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild?rev=1.4&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild?rev=1.4&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild?r1=1.3&r2=1.4
83
84 Index: firebird-2.0.3.12981.0-r2.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild,v
87 retrieving revision 1.3
88 retrieving revision 1.4
89 diff -u -r1.3 -r1.4
90 --- firebird-2.0.3.12981.0-r2.ebuild 6 Nov 2007 02:15:33 -0000 1.3
91 +++ firebird-2.0.3.12981.0-r2.ebuild 6 Nov 2007 05:58:57 -0000 1.4
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2007 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild,v 1.3 2007/11/06 02:15:33 cla Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild,v 1.4 2007/11/06 05:58:57 wltjr Exp $
97
98 inherit flag-o-matic eutils autotools versionator
99
100 @@ -110,8 +110,7 @@
101 doexe UDF/*.so
102
103 exeinto /usr/share/firebird/intl
104 - doexe intl/*.so
105 -# newexe intl/libfbintl.so fbintl
106 + newexe intl/libfbintl.so fbintl
107
108 insinto /usr/share/firebird/intl
109 doins ../install/misc/fbintl.conf
110
111
112
113 1.2 dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild
114
115 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild?rev=1.2&view=markup
116 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild?rev=1.2&content-type=text/plain
117 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild?r1=1.1&r2=1.2
118
119 Index: firebird-2.0.3.12981.0-r3.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild,v
122 retrieving revision 1.1
123 retrieving revision 1.2
124 diff -u -r1.1 -r1.2
125 --- firebird-2.0.3.12981.0-r3.ebuild 6 Nov 2007 04:49:39 -0000 1.1
126 +++ firebird-2.0.3.12981.0-r3.ebuild 6 Nov 2007 05:58:57 -0000 1.2
127 @@ -1,6 +1,6 @@
128 # Copyright 1999-2007 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild,v 1.1 2007/11/06 04:49:39 wltjr Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild,v 1.2 2007/11/06 05:58:57 wltjr Exp $
132
133 inherit flag-o-matic eutils autotools versionator
134
135 @@ -111,8 +111,7 @@
136 doexe UDF/*.so
137
138 exeinto /usr/share/firebird/intl
139 - doexe intl/*.so
140 -# newexe intl/libfbintl.so fbintl
141 + newexe intl/libfbintl.so fbintl
142
143 insinto /usr/share/firebird/intl
144 doins ../install/misc/fbintl.conf
145
146
147
148 --
149 gentoo-commits@g.o mailing list