commit:     68fb2d7b640987925ed336249368c3b2cd4436de
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 09:14:38 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 09:17:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68fb2d7b

dev-python/rcssmin: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/rcssmin/Manifest             |  1 -
 dev-python/rcssmin/rcssmin-1.0.6.ebuild | 25 -------------------------
 dev-python/rcssmin/rcssmin-1.1.0.ebuild | 26 --------------------------
 3 files changed, 52 deletions(-)

diff --git a/dev-python/rcssmin/Manifest b/dev-python/rcssmin/Manifest
index a3be10438c19..04449ed574f8 100644
--- a/dev-python/rcssmin/Manifest
+++ b/dev-python/rcssmin/Manifest
@@ -1,2 +1 @@
-DIST rcssmin-1.0.6.tar.gz 582894 BLAKE2B 
64fcd9bd9ea96037acfcbb0edf5ddba45f0804cb1862fb60dffaa5b60a0ee2a0927fc237fd04cbf9be438a9468b54dfccb56729a6d191ee323d9ccb819857dbc
 SHA512 
5129a6007755a5b1949256bba7ad3616a08034d7bfcf06a1f9d8143897dddc5d2f6b8a0ebde7abb2e8b12e5b1aee2e46260e59101a78f35026e15f9f6503db77
 DIST rcssmin-1.1.0.tar.gz 580779 BLAKE2B 
162ec087b791a4ee0c23994cea431e01f76c199c1d2118a75c9e49ebfc0d4f46fc4088126032851446acf2bd7b76b8f17095896100338636f4df8de75612f55d
 SHA512 
9dc7fac0fef73c389baf8fc132e58599471517a2b77b13fe6bfabd30246b46bf859f7307ff1606d6634bdcdc472bdde0882fe7282018a34fba7b8fc80f6e9279

diff --git a/dev-python/rcssmin/rcssmin-1.0.6.ebuild 
b/dev-python/rcssmin/rcssmin-1.0.6.ebuild
deleted file mode 100644
index 12c42137cab2..000000000000
--- a/dev-python/rcssmin/rcssmin-1.0.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1
-
-DESCRIPTION="CSS minifier written in python"
-HOMEPAGE="http://opensource.perlig.de/rcssmin/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-python_install_all() {
-       distutils-r1_python_install_all
-       mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
-}
-
-python_test() {
-       "${EPYTHON}" run_tests.py tests || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/rcssmin/rcssmin-1.1.0.ebuild 
b/dev-python/rcssmin/rcssmin-1.1.0.ebuild
deleted file mode 100644
index fdf0aa52df6d..000000000000
--- a/dev-python/rcssmin/rcssmin-1.1.0.ebuild
+++ /dev/null
@@ -1,26 +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="CSS minifier written in python"
-HOMEPAGE="http://opensource.perlig.de/rcssmin/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-src_configure() {
-       export SETUP_CEXT_REQUIRED=1
-}
-
-python_install_all() {
-       distutils-r1_python_install_all
-       mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
-}

Reply via email to