Gentoo Archives: gentoo-dev

From: "Justin (jlec)" <jlec@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.1.73-r1.ebuild ChangeLog mysql-5.1.73.ebuild
Date: Wed, 14 May 2014 07:00:25
Message-Id: 53731474.3060005@gentoo.org
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.1.73-r1.ebuild ChangeLog mysql-5.1.73.ebuild by "Justin (jlec)"
1 On 14/05/14 08:56, Justin (jlec) wrote:
2 > On 14/05/14 03:47, Brian Evans (grknight) wrote:
3 >
4 > Hi Brian,
5 >
6 >> EAPI="4"
7 >
8 > please always try to bump to latest EAPI when ever you add a new
9 > revision or version to the tree,
10 >
11 >
12 >> # Most of these are in the eclass
13 >> DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
14 >> >=sys-devel/libtool-2.2.10"
15 >
16 > As you wrote correctly in your quizzes, depending is not enough. You
17 > also need to test to those compilers.
18 >
19 >> src_prepare() {
20 >> sed -i \
21 >> -e '/^noinst_PROGRAMS/s/basic-t//g' \
22 >> "${S}"/unittest/mytap/t/Makefile.am
23 >
24 > missing die for external tools.
25 >
26 >> emake check || die "make check failed"
27 >
28 > no die needed for emake in higher EAPIs.
29 >
30 >> cd "${S}"
31 >
32 > same here
33 >
34 >> # create directories because mysqladmin might make out of order
35 >> mkdir -p "${S}"/mysql-test/var-{ps,ns}{,/log}
36 >
37 > here
38 >
39 >
40 >
41 > Justin
42 >
43
44 Please everyone forget this. This wasn't meant for public.
45
46 Justin

Attachments

File name MIME type
signature.asc application/pgp-signature