From 900b3aabdfd8813555a1d99ec0ce7f189779a80b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 7 Feb 2020 21:24:37 +0100 Subject: www-apps/curator: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- www-apps/curator/curator-3.0_p20110120-r2.ebuild | 37 ---------------------- www-apps/curator/curator-3.0_p20110120-r3.ebuild | 39 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 37 deletions(-) delete mode 100644 www-apps/curator/curator-3.0_p20110120-r2.ebuild create mode 100644 www-apps/curator/curator-3.0_p20110120-r3.ebuild (limited to 'www-apps') diff --git a/www-apps/curator/curator-3.0_p20110120-r2.ebuild b/www-apps/curator/curator-3.0_p20110120-r2.ebuild deleted file mode 100644 index 965e48375b6c..000000000000 --- a/www-apps/curator/curator-3.0_p20110120-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit python-single-r1 - -DESCRIPTION="Gallery generator" -HOMEPAGE="http://furius.ca/curator/" -SRC_URI="mirror://gentoo/curator-3.0_pf078f1686a78.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} - dev-python/pillow[${PYTHON_USEDEP}] - virtual/imagemagick-tools" - -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -S="${WORKDIR}/curator-3.0_pf078f1686a78" - -src_compile() { - python_fix_shebang hs/curator-hs -} - -src_install() { - dobin hs/curator-hs - insinto /usr/share/curator - doins -r hs -} diff --git a/www-apps/curator/curator-3.0_p20110120-r3.ebuild b/www-apps/curator/curator-3.0_p20110120-r3.ebuild new file mode 100644 index 000000000000..31738bc61f4f --- /dev/null +++ b/www-apps/curator/curator-3.0_p20110120-r3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 + +DESCRIPTION="Gallery generator" +HOMEPAGE="http://furius.ca/curator/" +SRC_URI="mirror://gentoo/curator-3.0_pf078f1686a78.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~hppa ~mips ppc x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/pillow[${PYTHON_MULTI_USEDEP}] + ') + virtual/imagemagick-tools" + +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +S="${WORKDIR}/curator-3.0_pf078f1686a78" + +src_compile() { + python_fix_shebang hs/curator-hs +} + +src_install() { + dobin hs/curator-hs + insinto /usr/share/curator + doins -r hs +} -- cgit v1.2.3-65-gdbad