commit: ea4b9cac581c65ae771e8b70177d5b75cadf2d5d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 13:25:10 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 13:25:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4b9cac
dev-python/rjsmin: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rjsmin/rjsmin-1.2.0.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-python/rjsmin/rjsmin-1.2.0.ebuild
b/dev-python/rjsmin/rjsmin-1.2.0.ebuild
deleted file mode 100644
index 1d82f9ac0ba7..000000000000
--- a/dev-python/rjsmin/rjsmin-1.2.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Javascript minifier written in python"
-HOMEPAGE="http://opensource.perlig.de/rjsmin/"
-SRC_URI="
- https://github.com/ndparker/rjsmin/archive/${PV}.tar.gz ->
${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest