commit: 9ff45003136d808e99cced72868d609b51016159
Author: Bernd Waibel <waebbl <AT> gmail <DOT> com>
AuthorDate: Fri May 24 07:12:36 2019 +0000
Commit: Bernd Waibel <waebbl <AT> gmail <DOT> com>
CommitDate: Fri May 24 07:12:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ff45003
dev-util/codespell: drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernd Waibel <waebbl <AT> gmail.com>
dev-util/codespell/Manifest | 1 -
dev-util/codespell/codespell-1.14.0.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index 3c12217..78b8ef7 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1,2 +1 @@
-DIST codespell-1.14.0.tar.gz 99726 BLAKE2B
3e818b97f4c949f704f7792bbed2ed27171b150842a880db061cc98c70116179580936f510996845dee7b151adc99a01dfb6626a8eab0ae8cf9334df1d8f1aad
SHA512
2e800af4aa4b68a511df5161fd2b7fe51b4ac903535c3c593df8a60dc81a6363b0b9fe18c74d9a5fb3fa2a02ba85f6e63a2044fd0cceb0d11d40d5acd8199d02
DIST codespell-1.15.0.tar.gz 121819 BLAKE2B
494fadd4cee14b5280ffc5989914d81853f3d68e1292f367832297f8a604611f0ec8244b7ae0f9bae7cc798956d1797fa163229ef38d8949e162cf2e10314074
SHA512
5a8489ddb59a514670f02be336c023ccc4c3a1bc0f86e0ec1292d599837ce6f3ec8e1dbb66013d9ec25d5183129ee810623165fb8bbacc71759695581a3c1795
diff --git a/dev-util/codespell/codespell-1.14.0.ebuild
b/dev-util/codespell/codespell-1.14.0.ebuild
deleted file mode 100644
index 50379a8..0000000
--- a/dev-util/codespell/codespell-1.14.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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=""