Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rjsmin/
Date: Mon, 16 May 2022 13:28:01
Message-Id: 1652707510.ea4b9cac581c65ae771e8b70177d5b75cadf2d5d.mgorny@gentoo
1 commit: ea4b9cac581c65ae771e8b70177d5b75cadf2d5d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:25:10 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:25:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4b9cac
7
8 dev-python/rjsmin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rjsmin/rjsmin-1.2.0.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/dev-python/rjsmin/rjsmin-1.2.0.ebuild b/dev-python/rjsmin/rjsmin-1.2.0.ebuild
16 deleted file mode 100644
17 index 1d82f9ac0ba7..000000000000
18 --- a/dev-python/rjsmin/rjsmin-1.2.0.ebuild
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Javascript minifier written in python"
30 -HOMEPAGE="http://opensource.perlig.de/rjsmin/"
31 -SRC_URI="
32 - https://github.com/ndparker/rjsmin/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
33 -"
34 -
35 -LICENSE="Apache-2.0"
36 -SLOT="0"
37 -KEYWORDS="~amd64"
38 -
39 -distutils_enable_tests pytest