commit: 330a5eddf56c5a5749722a43d52cab6eb8eeeb78
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 08:16:53 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 08:16:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330a5edd
media-gfx/scour: drop 0.37, 0.38.1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/scour/Manifest | 2 --
media-gfx/scour/scour-0.37.ebuild | 25 -------------------------
media-gfx/scour/scour-0.38.1.ebuild | 25 -------------------------
3 files changed, 52 deletions(-)
diff --git a/media-gfx/scour/Manifest b/media-gfx/scour/Manifest
index 5ed4ccd5854..db95afa2781 100644
--- a/media-gfx/scour/Manifest
+++ b/media-gfx/scour/Manifest
@@ -1,3 +1 @@
-DIST scour-0.37.tar.gz 95478 BLAKE2B
f3037b691b110f84266c742ac1212a8069e0ac1260f818610dfecc7ee64a257d9e0772c7c675e4062286cf4b719fe48782c416a0cb85a136ea315b22da58c460
SHA512
ffc9bd33eec038126d781dac50c89e4275d0d5e14ec2b2247a7727af91ac2ffe5522c69b5386f75df67a0b88f8ed62cb6a2ad47d600e55b123d937ba33e9e501
-DIST scour-0.38.1.tar.gz 99693 BLAKE2B
33c344bd68f54352723b769e289c0caf90d8de11e1a5ecc054b24cc2c26845d56602d4201961eebc406c95e6c1ac3334cb8302e800f66572297291b166b98505
SHA512
e25fc0313739c34a940133ddaa24bf07fad348e79d64250f4ee85cab726abf66d9caf9bed44a61ab9c55c8dc8ebe465a887d6192f8405b30fdc2a5985da92fe8
DIST scour-0.38.2.tar.gz 99910 BLAKE2B
4273287b201ecea64cb2be666bb7de4fbadc3483935515de92ec8dfb39f3b856584e35ac877958efd798bb5840baba4fc4d40a376d2c9f3b0c52a679d7ded6df
SHA512
a2c418e25283af399be032322b3af0c336c2392ba361681d4b133b64ebc441ac5beeed2b920f42316cef376c971b230681e306687786a875162d33b659d3fdeb
diff --git a/media-gfx/scour/scour-0.37.ebuild
b/media-gfx/scour/scour-0.37.ebuild
deleted file mode 100644
index a3eb277e38e..00000000000
--- a/media-gfx/scour/scour-0.37.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
-HOMEPAGE="https://github.com/scour-project/scour"
-SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_test() {
- "${EPYTHON}" testscour.py -v || die "Tests fail with ${EPYTHON}"
-}
diff --git a/media-gfx/scour/scour-0.38.1.ebuild
b/media-gfx/scour/scour-0.38.1.ebuild
deleted file mode 100644
index 35fa3bd50df..00000000000
--- a/media-gfx/scour/scour-0.38.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="Take an SVG file and produce a cleaner and more concise file"
-HOMEPAGE="https://github.com/scour-project/scour"
-SRC_URI="https://github.com/scour-project/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_test() {
- "${EPYTHON}" test_scour.py -v || die "Tests fail with ${EPYTHON}"
-}