mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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 <waebbl@gmail.com>
This commit is contained in:
1
dev-util/codespell/Manifest
Normal file
1
dev-util/codespell/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST codespell-1.14.0.tar.gz 99726 BLAKE2B 3e818b97f4c949f704f7792bbed2ed27171b150842a880db061cc98c70116179580936f510996845dee7b151adc99a01dfb6626a8eab0ae8cf9334df1d8f1aad SHA512 2e800af4aa4b68a511df5161fd2b7fe51b4ac903535c3c593df8a60dc81a6363b0b9fe18c74d9a5fb3fa2a02ba85f6e63a2044fd0cceb0d11d40d5acd8199d02
|
||||
18
dev-util/codespell/codespell-1.14.0.ebuild
Normal file
18
dev-util/codespell/codespell-1.14.0.ebuild
Normal file
@@ -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=""
|
||||
21
dev-util/codespell/metadata.xml
Normal file
21
dev-util/codespell/metadata.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>waebbl@gmail.com</email>
|
||||
<name>Bernd Waibel</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
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.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<maintainer status="active">
|
||||
<email>larson.eric.d@gmail.com</email>
|
||||
<name>Eric Larson</name>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/codespell-project/codespell/issues</bugs-to>
|
||||
<remote-id type="github">codespell-project/codespell</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user