From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A709D1386F3 for ; Mon, 28 Jan 2013 02:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C3E121C048; Mon, 28 Jan 2013 02:13:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F146421C044 for ; Mon, 28 Jan 2013 02:13:25 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14C7D33DB2F for ; Mon, 28 Jan 2013 02:13:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BEC2BE4091 for ; Mon, 28 Jan 2013 02:13:22 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1359335014.970e5b92165dcfa1d40471775173bfd127bda040.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-v2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 970e5b92165dcfa1d40471775173bfd127bda040 X-VCS-Branch: master Date: Mon, 28 Jan 2013 02:13:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c9ecef3e-443c-4588-ba9d-d7950cf878a4 X-Archives-Hash: 9c930e68bc0aa8c9994204d61c25bfd5 commit: 970e5b92165dcfa1d40471775173bfd127bda040 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Jan 28 01:03:34 2013 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Jan 28 01:03:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=970e5b92 Use upstream description per bug #453934. --- eclass/mysql-v2.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index faa482b..bb27c39 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -152,7 +152,7 @@ DESCRIPTION="A fast, multi-threaded, multi-user SQL database server." HOMEPAGE="http://www.mysql.com/" if [[ "${PN}" == "mariadb" ]]; then HOMEPAGE="http://mariadb.org/" - DESCRIPTION="MariaDB is a MySQL fork with 3rd-party patches and additional storage engines merged." + DESCRIPTION="An enhanced, drop-in replacement for MySQL" fi LICENSE="GPL-2" SLOT="0"