From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 676FF139694 for ; Thu, 23 Mar 2017 20:53:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E00121C121; Thu, 23 Mar 2017 20:53:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C8D621C121 for ; Thu, 23 Mar 2017 20:53:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E11E341421 for ; Thu, 23 Mar 2017 20:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BD15728E for ; Thu, 23 Mar 2017 20:53:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1490302288.e97dded5dd4bfc3f1db99f7da0ef31b822af9160.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mydumper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mydumper/mydumper-0.6.2.ebuild X-VCS-Directories: dev-db/mydumper/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e97dded5dd4bfc3f1db99f7da0ef31b822af9160 X-VCS-Branch: master Date: Thu, 23 Mar 2017 20:53:01 +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: 6735e225-d6f3-4434-b921-db74e22e7d3a X-Archives-Hash: 3f9fdb6f9333bcdcbf7424bf81104c36 commit: e97dded5dd4bfc3f1db99f7da0ef31b822af9160 Author: Harri Nieminen gmail com> AuthorDate: Mon Mar 20 09:13:09 2017 +0000 Commit: David Seifert gentoo 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"