Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/mysqltcl: mysqltcl-3.05.ebuild ChangeLog mysqltcl-2.40.ebuild mysqltcl-2.50.ebuild
Date: Mon, 02 May 2011 06:03:53
Message-Id: 20110502060344.2D99820054@flycatcher.gentoo.org
1 jlec 11/05/02 06:03:44
2
3 Modified: mysqltcl-3.05.ebuild ChangeLog mysqltcl-2.40.ebuild
4 mysqltcl-2.50.ebuild
5 Log:
6 Respect LDFLAGS, #336129
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild?r1=1.2&r2=1.3
16
17 Index: mysqltcl-3.05.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- mysqltcl-3.05.ebuild 24 Mar 2010 21:30:28 -0000 1.2
24 +++ mysqltcl-3.05.ebuild 2 May 2011 06:03:44 -0000 1.3
25 @@ -1,8 +1,10 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild,v 1.2 2010/03/24 21:30:28 robbat2 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild,v 1.3 2011/05/02 06:03:44 jlec Exp $
31
32 -inherit multilib
33 +EAPI=4
34 +
35 +inherit eutils multilib
36
37 DESCRIPTION="TCL MySQL Interface"
38 HOMEPAGE="http://www.xdobry.de/mysqltcl/"
39 @@ -13,18 +15,20 @@
40 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
41 IUSE=""
42
43 -DEPEND=">=dev-lang/tcl-8.1.0
44 +DEPEND="
45 + dev-lang/tcl
46 >=virtual/mysql-4.1"
47 RDEPEND="${DEPEND}"
48
49 -src_install() {
50 - make DESTDIR="${D}" install || die
51 - dodoc AUTHORS README README-msqltcl ChangeLog
52 - dohtml doc/mysqltcl.html
53 - prepalldocs
54 +src_prepare() {
55 + epatch "${FILESDIR}"/${P}-ldflags.patch
56 }
57
58 -src_compile() {
59 - econf --with-mysql-lib=/usr/$(get_libdir)/mysql || die
60 - emake || die
61 +src_configure() {
62 + econf --with-mysql-lib=/usr/$(get_libdir)/mysql
63 +}
64 +
65 +src_install() {
66 + default
67 + dohtml doc/mysqltcl.html
68 }
69
70
71
72 1.15 dev-tcltk/mysqltcl/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog?rev=1.15&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog?rev=1.15&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog?r1=1.14&r2=1.15
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v
81 retrieving revision 1.14
82 retrieving revision 1.15
83 diff -u -r1.14 -r1.15
84 --- ChangeLog 24 Mar 2010 21:30:28 -0000 1.14
85 +++ ChangeLog 2 May 2011 06:03:44 -0000 1.15
86 @@ -1,6 +1,11 @@
87 # ChangeLog for dev-tcltk/mysqltcl
88 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v 1.14 2010/03/24 21:30:28 robbat2 Exp $
90 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
91 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/ChangeLog,v 1.15 2011/05/02 06:03:44 jlec Exp $
92 +
93 + 02 May 2011; Justin Lecher <jlec@g.o> mysqltcl-2.40.ebuild,
94 + mysqltcl-2.50.ebuild, mysqltcl-3.05.ebuild,
95 + +files/mysqltcl-3.05-ldflags.patch:
96 + Respect LDFLAGS, #336129
97
98 24 Mar 2010; Robin H. Johnson <robbat2@g.o> mysqltcl-3.05.ebuild:
99 Bug #264690: fix compile on non-symlink multilib systems.
100
101
102
103 1.7 dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild?rev=1.7&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild?rev=1.7&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild?r1=1.6&r2=1.7
108
109 Index: mysqltcl-2.40.ebuild
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild,v
112 retrieving revision 1.6
113 retrieving revision 1.7
114 diff -u -r1.6 -r1.7
115 --- mysqltcl-2.40.ebuild 23 Nov 2006 17:37:23 -0000 1.6
116 +++ mysqltcl-2.40.ebuild 2 May 2011 06:03:44 -0000 1.7
117 @@ -1,17 +1,20 @@
118 -# Copyright 1999-2006 Gentoo Foundation
119 +# Copyright 1999-2011 Gentoo Foundation
120 # Distributed under the terms of the GNU General Public License v2
121 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild,v 1.6 2006/11/23 17:37:23 vivo Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.40.ebuild,v 1.7 2011/05/02 06:03:44 jlec Exp $
123
124 DESCRIPTION="TCL MySQL Interface"
125 HOMEPAGE="http://www.xdobry.de/mysqltcl/"
126 SRC_URI="http://www.xdobry.de/mysqltcl/${P}.tar.gz"
127 +
128 IUSE=""
129 LICENSE="as-is"
130 SLOT="0"
131 KEYWORDS="x86"
132
133 -DEPEND=">=dev-lang/tcl-8.1.0
134 +DEPEND="
135 + dev-lang/tcl
136 virtual/mysql"
137 +RDEPEND="${DEPEND}"
138
139 src_unpack() {
140 unpack ${A}
141 @@ -21,13 +24,12 @@
142 }
143
144 src_compile() {
145 - econf || die
146 + econf
147 emake || die
148 }
149
150 src_install() {
151 - make DESTDIR=${D} install || die
152 - dodoc AUTHORS COPYING README README-msqltcl ChangeLog
153 + emake DESTDIR="${D}" install || die
154 + dodoc AUTHORS README README-msqltcl ChangeLog
155 dohtml doc/mysqltcl.html
156 - prepalldocs
157 -}
158 +}
159 \ No newline at end of file
160
161
162
163 1.7 dev-tcltk/mysqltcl/mysqltcl-2.50.ebuild
164
165 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.50.ebuild?rev=1.7&view=markup
166 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.50.ebuild?rev=1.7&content-type=text/plain
167 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.50.ebuild?r1=1.6&r2=1.7
168
169 Index: mysqltcl-2.50.ebuild
170 ===================================================================
171 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.50.ebuild,v
172 retrieving revision 1.6
173 retrieving revision 1.7
174 diff -u -r1.6 -r1.7
175 --- mysqltcl-2.50.ebuild 23 Nov 2006 17:37:23 -0000 1.6
176 +++ mysqltcl-2.50.ebuild 2 May 2011 06:03:44 -0000 1.7
177 @@ -1,6 +1,6 @@
178 -# Copyright 1999-2006 Gentoo Foundation
179 +# Copyright 1999-2011 Gentoo Foundation
180 # Distributed under the terms of the GNU General Public License v2
181 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.50.ebuild,v 1.6 2006/11/23 17:37:23 vivo Exp $
182 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/mysqltcl/mysqltcl-2.50.ebuild,v 1.7 2011/05/02 06:03:44 jlec Exp $
183
184 DESCRIPTION="TCL MySQL Interface"
185 HOMEPAGE="http://www.xdobry.de/mysqltcl/"
186 @@ -11,17 +11,18 @@
187 KEYWORDS="~x86 ~amd64 ~ppc"
188 IUSE=""
189
190 -DEPEND=">=dev-lang/tcl-8.1.0
191 +DEPEND="
192 + dev-lang/tcl
193 virtual/mysql"
194 +RDEPEND="${DEPEND}"
195
196 src_compile() {
197 - econf || die
198 + econf
199 emake || die
200 }
201
202 src_install() {
203 - make DESTDIR=${D} install || die
204 - dodoc AUTHORS COPYING README README-msqltcl ChangeLog
205 + emake DESTDIR="${D}" install || die
206 + dodoc AUTHORS README README-msqltcl ChangeLog
207 dohtml doc/mysqltcl.html
208 - prepalldocs
209 }