diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 08:10:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 08:10:38 +0200 |
commit | 246e0c7a149f4823db8861fd9ec6b6f80298c20b (patch) | |
tree | a36e6eb79b6b0e3ae6a8b3e282a8f0c74cbf32fc /media-plugins/gimp-resynthesizer | |
parent | net-analyzer/linkchecker: Remove lastrited <10 (diff) | |
download | gentoo-246e0c7a149f4823db8861fd9ec6b6f80298c20b.tar.gz gentoo-246e0c7a149f4823db8861fd9ec6b6f80298c20b.tar.bz2 gentoo-246e0c7a149f4823db8861fd9ec6b6f80298c20b.zip |
media-plugins/gimp-resynthesizer: Remove last-rited pkg
Closes: https://bugs.gentoo.org/711858
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-plugins/gimp-resynthesizer')
-rw-r--r-- | media-plugins/gimp-resynthesizer/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r3.ebuild | 34 | ||||
-rw-r--r-- | media-plugins/gimp-resynthesizer/metadata.xml | 25 |
3 files changed, 0 insertions, 60 deletions
diff --git a/media-plugins/gimp-resynthesizer/Manifest b/media-plugins/gimp-resynthesizer/Manifest deleted file mode 100644 index 118295cb5996..000000000000 --- 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 fc637529f370..000000000000 --- 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 b6f08f6ce694..000000000000 --- 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>sir.suriv@gmail.com</email> - <name>Diogo Pereira</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</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>bootch@nc.rr.com</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> |