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: Fri, 09 Nov 2007 15:21:51
Message-Id: E1IqVg0-0001S1-CM@stork.gentoo.org
1 wltjr 07/11/09 15:21:44
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 Fixed installed of xinetd file, from using generic one in -> gentoo specific in , bug #198538
8 (Portage version: 2.1.3.17)
9
10 Revision Changes Path
11 1.3 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.3&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.3&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.2&r2=1.3
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.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- firebird-2.1.0.16780_beta2-r1.ebuild 6 Nov 2007 05:58:57 -0000 1.2
24 +++ firebird-2.1.0.16780_beta2-r1.ebuild 9 Nov 2007 15:21:43 -0000 1.3
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.2 2007/11/06 05:58:57 wltjr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.1.0.16780_beta2-r1.ebuild,v 1.3 2007/11/09 15:21:43 wltjr Exp $
30
31 inherit flag-o-matic eutils autotools versionator
32
33 @@ -128,7 +128,7 @@
34
35 if use xinetd ; then
36 insinto /etc/xinetd.d
37 - newins "${S}/gen/install/misc/${PN}.xinetd.2" ${PN} || die "newins xinetd file failed"
38 + newins "${FILESDIR}/${PN}.xinetd.2" ${PN} || die "newins xinetd file failed"
39 else
40 newinitd "${FILESDIR}/${PN}.init.d.2" ${PN}
41 newconfd "${FILESDIR}/firebird.conf.d.2" ${PN}
42
43
44
45 1.81 dev-db/firebird/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/ChangeLog?rev=1.81&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/ChangeLog?rev=1.81&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/ChangeLog?r1=1.80&r2=1.81
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v
54 retrieving revision 1.80
55 retrieving revision 1.81
56 diff -u -r1.80 -r1.81
57 --- ChangeLog 6 Nov 2007 21:41:49 -0000 1.80
58 +++ ChangeLog 9 Nov 2007 15:21:43 -0000 1.81
59 @@ -1,6 +1,12 @@
60 # ChangeLog for dev-db/firebird
61 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.80 2007/11/06 21:41:49 wltjr Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.81 2007/11/09 15:21:43 wltjr Exp $
64 +
65 + 09 Nov 2007; William L. Thomson Jr. <wltjr@g.o>
66 + firebird-2.0.3.12981.0-r2.ebuild, firebird-2.0.3.12981.0-r3.ebuild,
67 + firebird-2.1.0.16780_beta2-r1.ebuild:
68 + Fixed installed of xinetd file, from using generic one in -> gentoo specific
69 + in , bug #198538
70
71 06 Nov 2007; William L. Thomson Jr. <wltjr@g.o>
72 firebird-2.0.3.12981.0-r2.ebuild:
73
74
75
76 1.6 dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild?rev=1.6&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild?rev=1.6&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild?r1=1.5&r2=1.6
81
82 Index: firebird-2.0.3.12981.0-r2.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild,v
85 retrieving revision 1.5
86 retrieving revision 1.6
87 diff -u -r1.5 -r1.6
88 --- firebird-2.0.3.12981.0-r2.ebuild 6 Nov 2007 21:41:49 -0000 1.5
89 +++ firebird-2.0.3.12981.0-r2.ebuild 9 Nov 2007 15:21:43 -0000 1.6
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2007 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild,v 1.5 2007/11/06 21:41:49 wltjr Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r2.ebuild,v 1.6 2007/11/09 15:21:43 wltjr Exp $
95
96 inherit flag-o-matic eutils autotools versionator
97
98 @@ -129,7 +129,7 @@
99
100 if use xinetd ; then
101 insinto /etc/xinetd.d
102 - newins "${S}/gen/install/misc/${PN}.xinetd.2" ${PN} || die "newins xinetd file failed"
103 + newins "${FILESDIR}/${PN}.xinetd.2" ${PN} || die "newins xinetd file failed"
104 else
105 newinitd "${FILESDIR}/${PN}.init.d.2" ${PN}
106 newconfd "${FILESDIR}/firebird.conf.d.2" ${PN}
107
108
109
110 1.3 dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild?rev=1.3&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild?rev=1.3&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild?r1=1.2&r2=1.3
115
116 Index: firebird-2.0.3.12981.0-r3.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild,v
119 retrieving revision 1.2
120 retrieving revision 1.3
121 diff -u -r1.2 -r1.3
122 --- firebird-2.0.3.12981.0-r3.ebuild 6 Nov 2007 05:58:57 -0000 1.2
123 +++ firebird-2.0.3.12981.0-r3.ebuild 9 Nov 2007 15:21:43 -0000 1.3
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2007 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $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 $
128 +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-2.0.3.12981.0-r3.ebuild,v 1.3 2007/11/09 15:21:43 wltjr Exp $
129
130 inherit flag-o-matic eutils autotools versionator
131
132 @@ -130,7 +130,7 @@
133
134 if use xinetd ; then
135 insinto /etc/xinetd.d
136 - newins "${S}/gen/install/misc/${PN}.xinetd.2" ${PN} || die "newins xinetd file failed"
137 + newins "${FILESDIR}/${PN}.xinetd.2" ${PN} || die "newins xinetd file failed"
138 else
139 newinitd "${FILESDIR}/${PN}.init.d.2" ${PN}
140 newconfd "${FILESDIR}/firebird.conf.d.2" ${PN}
141
142
143
144 --
145 gentoo-commits@g.o mailing list