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 0B051138334 for ; Mon, 22 Apr 2019 10:49:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08828E0897; Mon, 22 Apr 2019 10:49:09 +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 CD2C0E0897 for ; Mon, 22 Apr 2019 10:49:08 +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 56148342002 for ; Mon, 22 Apr 2019 10:49:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F20A755B for ; Mon, 22 Apr 2019 10:49:05 +0000 (UTC) From: "Bernd Waibel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernd Waibel" Message-ID: <1555925393.b3b7f424646105c31ca97a0fd2df71588531b206.waebbl@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/codespell/Manifest dev-util/codespell/codespell-1.14.0.ebuild dev-util/codespell/metadata.xml X-VCS-Directories: dev-util/codespell/ X-VCS-Committer: waebbl X-VCS-Committer-Name: Bernd Waibel X-VCS-Revision: b3b7f424646105c31ca97a0fd2df71588531b206 X-VCS-Branch: dev Date: Mon, 22 Apr 2019 10:49:05 +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: e12aaed1-73e0-4dd9-85fa-b21edf6ba7e6 X-Archives-Hash: aac8bda216e9ab77cad4ddf2d30bbc10 commit: b3b7f424646105c31ca97a0fd2df71588531b206 Author: Bernd Waibel gmail com> AuthorDate: Mon Apr 22 09:29:53 2019 +0000 Commit: Bernd Waibel gmail com> CommitDate: Mon Apr 22 09:29:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3b7f424 dev-util/codespell: new package Fix common misspellings in text files, designed to be used in source code. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Bernd Waibel gmail.com> dev-util/codespell/Manifest | 1 + dev-util/codespell/codespell-1.14.0.ebuild | 18 ++++++++++++++++++ dev-util/codespell/metadata.xml | 21 +++++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest new file mode 100644 index 0000000..b0eab05 --- /dev/null +++ b/dev-util/codespell/Manifest @@ -0,0 +1 @@ +DIST codespell-1.14.0.tar.gz 99726 BLAKE2B 3e818b97f4c949f704f7792bbed2ed27171b150842a880db061cc98c70116179580936f510996845dee7b151adc99a01dfb6626a8eab0ae8cf9334df1d8f1aad SHA512 2e800af4aa4b68a511df5161fd2b7fe51b4ac903535c3c593df8a60dc81a6363b0b9fe18c74d9a5fb3fa2a02ba85f6e63a2044fd0cceb0d11d40d5acd8199d02 diff --git a/dev-util/codespell/codespell-1.14.0.ebuild b/dev-util/codespell/codespell-1.14.0.ebuild new file mode 100644 index 0000000..50379a8 --- /dev/null +++ b/dev-util/codespell/codespell-1.14.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +inherit distutils-r1 + +DESCRIPTION="Check text files for common misspellings" +HOMEPAGE="https://github.com/codespell-project/codespell" +SRC_URI="https://github.com/codespell-project/codespell/archive/v${PVR}.tar.gz -> ${P}.tar.gz" + +# Code licensed under GPL-2 +# Dictionary licensed under CC-BY-SA-3.0 +LICENSE="GPL-2 CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-util/codespell/metadata.xml b/dev-util/codespell/metadata.xml new file mode 100644 index 0000000..1f3c086 --- /dev/null +++ b/dev-util/codespell/metadata.xml @@ -0,0 +1,21 @@ + + + + + waebbl@gmail.com + Bernd Waibel + + + A tool to fix common misspellings in text files. It's designed primarily + checking misspelled words in source code, but can be used with other + text files as well. + + + + larson.eric.d@gmail.com + Eric Larson + + https://github.com/codespell-project/codespell/issues + codespell-project/codespell + +