commit: e97dded5dd4bfc3f1db99f7da0ef31b822af9160 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Mon Mar 20 09:13:09 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Mar 23 20:51:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97dded5
dev-db/mydumper: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4253 dev-db/mydumper/mydumper-0.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mydumper/mydumper-0.6.2.ebuild b/dev-db/mydumper/mydumper-0.6.2.ebuild index 943b153d4fe..b28500bd888 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"
