From: Harri Nieminen Date: Mon, 20 Mar 2017 09:13:09 +0000 (+0200) Subject: dev-db/mydumper: Fix toolong DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e97dded5dd4bfc3f1db99f7da0ef31b822af9160;p=gentoo.git dev-db/mydumper: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253 --- diff --git a/dev-db/mydumper/mydumper-0.6.2.ebuild b/dev-db/mydumper/mydumper-0.6.2.ebuild index 943b153d4fe1..b28500bd888b 100644 --- a/dev-db/mydumper/mydumper-0.6.2.ebuild +++ b/dev-db/mydumper/mydumper-0.6.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit cmake-utils versionator -DESCRIPTION="A high-performance multi-threaded backup (and restore) toolset for MySQL and Drizzle" +DESCRIPTION="A high-performance multi-threaded backup toolset for MySQL and Drizzle" HOMEPAGE="https://launchpad.net/mydumper" SRC_URI="https://launchpad.net/mydumper/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3"