Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: eclass/
Date: Mon, 28 Jan 2013 02:13:27
Message-Id: 1359335014.970e5b92165dcfa1d40471775173bfd127bda040.robbat2@gentoo
1 commit: 970e5b92165dcfa1d40471775173bfd127bda040
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 01:03:34 2013 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 01:03:34 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=970e5b92
7
8 Use upstream description per bug #453934.
9
10 ---
11 eclass/mysql-v2.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
15 index faa482b..bb27c39 100644
16 --- a/eclass/mysql-v2.eclass
17 +++ b/eclass/mysql-v2.eclass
18 @@ -152,7 +152,7 @@ DESCRIPTION="A fast, multi-threaded, multi-user SQL database server."
19 HOMEPAGE="http://www.mysql.com/"
20 if [[ "${PN}" == "mariadb" ]]; then
21 HOMEPAGE="http://mariadb.org/"
22 - DESCRIPTION="MariaDB is a MySQL fork with 3rd-party patches and additional storage engines merged."
23 + DESCRIPTION="An enhanced, drop-in replacement for MySQL"
24 fi
25 LICENSE="GPL-2"
26 SLOT="0"