Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/
Date: Sat, 17 Aug 2019 00:50:34
Message-Id: 1566003006.2a000ead4cfd4fc9713d95fe942362ae1f9ddbe5.whissi@gentoo
1 commit: 2a000ead4cfd4fc9713d95fe942362ae1f9ddbe5
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 00:34:01 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 00:50:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a000ead
7
8 dev-db/mysql: move /usr/sql-bench to /usr/share/mysql
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-db/mysql/{mysql-5.6.44.ebuild => mysql-5.6.44-r1.ebuild} | 4 ++++
14 dev-db/mysql/{mysql-5.6.45.ebuild => mysql-5.6.45-r1.ebuild} | 4 ++++
15 2 files changed, 8 insertions(+)
16
17 diff --git a/dev-db/mysql/mysql-5.6.44.ebuild b/dev-db/mysql/mysql-5.6.44-r1.ebuild
18 similarity index 99%
19 rename from dev-db/mysql/mysql-5.6.44.ebuild
20 rename to dev-db/mysql/mysql-5.6.44-r1.ebuild
21 index db524e08ba4..c870688eb8e 100644
22 --- a/dev-db/mysql/mysql-5.6.44.ebuild
23 +++ b/dev-db/mysql/mysql-5.6.44-r1.ebuild
24 @@ -371,6 +371,10 @@ src_install() {
25 rm -Rf "${ED}/usr/data" || die
26 fi
27
28 + if [[ -d "${ED%/}/usr/sql-bench" ]] ; then
29 + mv "${ED%/}/usr/sql-bench" "${ED%/}/usr/share/mysql/" || die
30 + fi
31 +
32 # Unless they explicitly specific USE=test, then do not install the
33 # testsuite. It DOES have a use to be installed, esp. when you want to do a
34 # validation of your database configuration after tuning it.
35
36 diff --git a/dev-db/mysql/mysql-5.6.45.ebuild b/dev-db/mysql/mysql-5.6.45-r1.ebuild
37 similarity index 99%
38 rename from dev-db/mysql/mysql-5.6.45.ebuild
39 rename to dev-db/mysql/mysql-5.6.45-r1.ebuild
40 index 4c2579a3156..cda536ad33f 100644
41 --- a/dev-db/mysql/mysql-5.6.45.ebuild
42 +++ b/dev-db/mysql/mysql-5.6.45-r1.ebuild
43 @@ -376,6 +376,10 @@ src_install() {
44 rm -Rf "${ED}/usr/data" || die
45 fi
46
47 + if [[ -d "${ED%/}/usr/sql-bench" ]] ; then
48 + mv "${ED%/}/usr/sql-bench" "${ED%/}/usr/share/mysql/" || die
49 + fi
50 +
51 # Unless they explicitly specific USE=test, then do not install the
52 # testsuite. It DOES have a use to be installed, esp. when you want to do a
53 # validation of your database configuration after tuning it.