commit: 4f2c364313f6fe307cc6fdf2650b702ac0d657de Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Sep 2 08:17:51 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 2 08:17:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2c3643
media-gfx/cptutils: Remove last-rited pkg Closes: https://bugs.gentoo.org/735364 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> media-gfx/cptutils/Manifest | 1 - media-gfx/cptutils/cptutils-1.72.ebuild | 43 --------------------------------- media-gfx/cptutils/metadata.xml | 5 ---- profiles/package.mask | 5 ---- 4 files changed, 54 deletions(-) diff --git a/media-gfx/cptutils/Manifest b/media-gfx/cptutils/Manifest deleted file mode 100644 index c2ed9072692..00000000000 --- a/media-gfx/cptutils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cptutils-1.72.tar.gz 629672 BLAKE2B b7acd86962830b49982e53df28fb11595445fa203ff6b852666e87c88cf211726157cbe8fd83e4d79d287b294cf05ec91f1b4d9f6894fb2f60fe7a26f8e85e6a SHA512 521aacb52a181b8e108356b294d2ee6e5068fc6e2d93a37783be1e99ca1e9209e016ea5eb3e2205b8c3d94661197adb314abe1e494e2ce6ca1b07d6517492bbc diff --git a/media-gfx/cptutils/cptutils-1.72.ebuild b/media-gfx/cptutils/cptutils-1.72.ebuild deleted file mode 100644 index 6a9a8de4719..00000000000 --- a/media-gfx/cptutils/cptutils-1.72.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="A number of utilities for the manipulation of color gradient files" -HOMEPAGE="http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/cptutils/" -SRC_URI="http://soliton.vm.bytemark.co.uk/pub/jjg/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -CDEPEND="dev-libs/libxml2:2 - media-libs/libpng:0=" -RDEPEND="${CDEPEND} - ${PYTHON_DEPS}" -DEPEND="${CDEPEND} - test? ( - app-text/xml2 - app-text/xmlstarlet - >=dev-util/cunit-2.1_p3 - )" - -RESTRICT="!test? ( test )" - -src_prepare() { - default - python_fix_shebang src/gradient-convert/gradient-convert.py -} - -src_configure() { - econf $(use_enable test tests) -} - -src_test() { - emake unit -} diff --git a/media-gfx/cptutils/metadata.xml b/media-gfx/cptutils/metadata.xml deleted file mode 100644 index 6f49eba8f49..00000000000 --- a/media-gfx/cptutils/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index f388f8dc710..df74aaae1d2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -650,11 +650,6 @@ dev-util/coccinelle # Removal in 30 days dev-vcs/rapidsvn -# Aaron Bauman <[email protected]> (2020-08-02) -# Py2 only. m-n. Bug #735364 -# Removal in 30 days -media-gfx/cptutils - # Mikle Kolyada <[email protected]> (2020-08-02) # consolekit is abandoned upstream. # People are encouraged to switch to any logind
