X-Git-Url: https://git.draconx.ca/gitweb/gentoo-fixes.git/blobdiff_plain/1711772ce42ffe5298e3dbd257afcca286bd8a58:/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r4.ebuild..939475e8a127e2791e044e3057fe2ac97d4cf5ca:/media-plugins/gimp-resynthesizer/static/gitweb-local.css diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r4.ebuild b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r4.ebuild deleted file mode 100644 index ca87768..0000000 --- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-2.0.3-r4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright © 2020 Nick Bowler -# -# License GPLv2+: GNU General Public License version 2 or any later version. -# This is free software: you are free to change and redistribute it. -# There is NO WARRANTY, to the extent permitted by law. -# -# This is a modified version of the original ebuild from Gentoo GNU/Linux, -# covered by the following copyright and permission notice: -# -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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/$MY_PN/archive/v$PV.tar.gz -> $P.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="virtual/pkgconfig" -DEPEND="$PYTHON_DEPS - || ( - media-plugins/gimp-python[$PYTHON_SINGLE_USEDEP] - media-gfx/gimp[python(-),$PYTHON_SINGLE_USEDEP] )" -RDEPEND=$DEPEND -REQUIRED_USE=$PYTHON_REQUIRED_USE - -S=$WORKDIR/$MY_P - -src_prepare() { - default - eautoreconf -}