From 51772a3a21512fff0ac57a6a6eb927366abe2d52 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 21 Jun 2022 18:29:43 +0200 Subject: virtual/imagemagick-tools: update EAPI 6 -> 7 Signed-off-by: David Seifert --- .../imagemagick-tools/imagemagick-tools-0-r1.ebuild | 21 +++++++++++++++++++++ .../imagemagick-tools/imagemagick-tools-0.ebuild | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 virtual/imagemagick-tools/imagemagick-tools-0-r1.ebuild delete mode 100644 virtual/imagemagick-tools/imagemagick-tools-0.ebuild (limited to 'virtual/imagemagick-tools') diff --git a/virtual/imagemagick-tools/imagemagick-tools-0-r1.ebuild b/virtual/imagemagick-tools/imagemagick-tools-0-r1.ebuild new file mode 100644 index 000000000000..844d985f1304 --- /dev/null +++ b/virtual/imagemagick-tools/imagemagick-tools-0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for imagemagick command line tools" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="jpeg perl png svg tiff" + +# This virtual is to be used **ONLY** for depending on the runtime +# tools of imagemagick/graphicsmagick. It should and cannot be used +# for linking against, as subslots are not transitively passed on. +# For linking, you will need to depend on the respective libraries +# in all consuming ebuilds and use appropriate sub-slot operators. +# See also: https://bugs.gentoo.org/314431 +RDEPEND=" + || ( + media-gfx/imagemagick[jpeg?,perl?,png?,svg?,tiff?] + media-gfx/graphicsmagick[imagemagick,jpeg?,perl?,png?,svg?,tiff?] + )" diff --git a/virtual/imagemagick-tools/imagemagick-tools-0.ebuild b/virtual/imagemagick-tools/imagemagick-tools-0.ebuild deleted file mode 100644 index 44c66e028902..000000000000 --- a/virtual/imagemagick-tools/imagemagick-tools-0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Virtual for imagemagick command line tools" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="jpeg perl png svg tiff" - -# This virtual is to be used **ONLY** for depending on the runtime -# tools of imagemagick/graphicsmagick. It should and cannot be used -# for linking against, as subslots are not transitively passed on. -# For linking, you will need to depend on the respective libraries -# in all consuming ebuilds and use appropriate sub-slot operators. -# See also: https://bugs.gentoo.org/show_bug.cgi?id=314431 -RDEPEND=" - || ( - media-gfx/imagemagick[jpeg?,perl?,png?,svg?,tiff?] - media-gfx/graphicsmagick[imagemagick,jpeg?,perl?,png?,svg?,tiff?] - )" -- cgit v1.2.3-65-gdbad