commit: 246e0c7a149f4823db8861fd9ec6b6f80298c20b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 06:10:32 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 06:10:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246e0c7a
media-plugins/gimp-resynthesizer: Remove last-rited pkg Closes: https://bugs.gentoo.org/711858 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> media-plugins/gimp-resynthesizer/Manifest | 1 - .../gimp-resynthesizer-2.0.3-r3.ebuild | 34 ---------------------- media-plugins/gimp-resynthesizer/metadata.xml | 25 ---------------- profiles/package.mask | 1 - 4 files changed, 61 deletions(-) diff --git a/media-plugins/gimp-resynthesizer/Manifest b/media-plugins/gimp-resynthesizer/Manifest deleted file mode 100644 index 118295cb599..00000000000 --- a/media-plugins/gimp-resynthesizer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gimp-resynthesizer-2.0.3.tar.gz 11097693 BLAKE2B 51e064ed1a5d31dc3162a27b76c8b68d7652e3efdf2acad1844f4c76b47a6485b4e43788993c344a7154cddd8d2ac1ebda7c24f871ea8d6af332b1f15759f396 SHA512 de18fa41f5c3feaeff3365cc57b49f404f20439c6f84b212bc5cc76ee21f34566b8d093bebef1e6f27dbe3df6a23570dc091d23044a0967957ec0e97a16fa7c4 diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r3.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r3.ebuild deleted file mode 100644 index fc637529f37..00000000000 --- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit autotools python-single-r1 - -MY_PN="${PN#gimp-}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Suite of GIMP plugins for texture synthesis" -HOMEPAGE="https://github.com/bootchk/resynthesizer" -SRC_URI="https://github.com/bootchk/resynthesizer/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -DEPEND="media-gfx/gimp - virtual/pkgconfig - ${PYTHON_DEPS}" -RDEPEND="media-gfx/gimp[python(-),${PYTHON_SINGLE_USEDEP}] - ${PYTHON_DEPS}" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - eautoreconf -} diff --git a/media-plugins/gimp-resynthesizer/metadata.xml b/media-plugins/gimp-resynthesizer/metadata.xml deleted file mode 100644 index b6f08f6ce69..00000000000 --- a/media-plugins/gimp-resynthesizer/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Diogo Pereira</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> - <longdescription lang="en"> - This is a suite of GIMP plugins known as the 'Resynthesizer'. - The most commonly used is 'Heal selection' but all use the plugin - whose full interface is found at 'Filters>Map>Resynthesize.' - </longdescription> - <upstream> - <maintainer status="active"> - <email>[email protected]</email> - <name>Lloyd Konneker</name> - </maintainer> - <remote-id type="github">bootchk/resynthesizer</remote-id> - <bugs-to>https://github.com/bootchk/resynthesizer/issues</bugs-to> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 861668e24fc..d17056e7291 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -669,7 +669,6 @@ app-portage/gpytage dev-db/mysql-workbench dev-util/bam media-gfx/displaycal -media-plugins/gimp-resynthesizer # Alfredo Tupone <[email protected]> (2020-08-16) # Ported to py3.8 but not yet released
