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 0EC98138350 for ; Fri, 21 Feb 2020 08:55:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 194C1E08D6; Fri, 21 Feb 2020 08:55:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECB95E08D6 for ; Fri, 21 Feb 2020 08:55:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BF0934EE75 for ; Fri, 21 Feb 2020 08:55:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A142116 for ; Fri, 21 Feb 2020 08:55:21 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1582275305.231e626654af31b927c2557908d3211b93519ee2.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reflink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/reflink/reflink-0.2.1.ebuild X-VCS-Directories: dev-python/reflink/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 231e626654af31b927c2557908d3211b93519ee2 X-VCS-Branch: master Date: Fri, 21 Feb 2020 08:55:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 055aa5f1-b7ea-435e-8ff9-822d32446dbe X-Archives-Hash: 9fabe0bf2f3c97bc18286d56b3026c5a commit: 231e626654af31b927c2557908d3211b93519ee2 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Feb 21 08:54:39 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Feb 21 08:55:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231e6266 dev-python/reflink: fix description was copy-pasted from another ebuild, thanks slashbeast Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/reflink/reflink-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/reflink/reflink-0.2.1.ebuild b/dev-python/reflink/reflink-0.2.1.ebuild index ec1fcbfd5d2..c3df5d3b75b 100644 --- a/dev-python/reflink/reflink-0.2.1.ebuild +++ b/dev-python/reflink/reflink-0.2.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 -DESCRIPTION="RFC-compliant FQDN validation and manipulation for Python" +DESCRIPTION="Python wrapper around the reflink system calls" HOMEPAGE="https://gitlab.com/rubdos/pyreflink" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"