From 4fe228ee9aa3b9b825d54ace549a5517e153e8bd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 9 Jun 2024 00:08:14 +0100 Subject: gentoo auto-resync : 09:06:2024 - 00:08:13 --- virtual/imagemagick-tools/Manifest | 2 +- .../imagemagick-tools-0-r3.ebuild | 21 ---------------- .../imagemagick-tools/imagemagick-tools-1.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 22 deletions(-) delete mode 100644 virtual/imagemagick-tools/imagemagick-tools-0-r3.ebuild create mode 100644 virtual/imagemagick-tools/imagemagick-tools-1.ebuild (limited to 'virtual/imagemagick-tools') diff --git a/virtual/imagemagick-tools/Manifest b/virtual/imagemagick-tools/Manifest index a519b0e49146..1989de17d37a 100644 --- a/virtual/imagemagick-tools/Manifest +++ b/virtual/imagemagick-tools/Manifest @@ -1,2 +1,2 @@ -EBUILD imagemagick-tools-0-r3.ebuild 936 BLAKE2B 2389ee6e2c0ac5f61b1290610bdd732a1bd21cbfa2eb8dea4698c0bca075947598aacfb3ae3e804bdd60109a0588c3d56f4d6e9dae2258dd44ca7add6fbbe9f4 SHA512 7f01caef4e0a8b62458a25ca9a22759a3233dba40ada5e04d1ca8a91f0b54013bb20e635c46fc0ffc4980903a8cd86a76b881586d69703d6e83c4ab0f73b499b +EBUILD imagemagick-tools-1.ebuild 1017 BLAKE2B 51b2d10725c3b00a8dcac824d5fd674ad0ff37b235c2793bff89e2fc9056a078430adfb7aec7a23a2fadfbdb13ffed80b50a4605cfbcb7c03cda0d9b43c47717 SHA512 6785d6c7a4bbebcbac4d18e4a4816de19d9ab30756bcd49264ce1cbbc1aaa22355c738cffa80e5d399d981d7471797a800d59e628521e8af374aa6d4df42a3b2 MISC metadata.xml 278 BLAKE2B dfec8ae3d98f446778a3eddc5382a412401a911fd7344f440c806cd0f64b1918a99fb67548a5fc2560ad917af337ee58a62833d821e80eeb45686568a5953c59 SHA512 b6e271c28fa50f7c0a882068a6f2048c288374d101421b6e1699dc7605164234749d700520a34498c4d0eb7dad938b09f3e71c4e34e951b8d6182b483787f650 diff --git a/virtual/imagemagick-tools/imagemagick-tools-0-r3.ebuild b/virtual/imagemagick-tools/imagemagick-tools-0-r3.ebuild deleted file mode 100644 index 3a8944b42e10..000000000000 --- a/virtual/imagemagick-tools/imagemagick-tools-0-r3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2024 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 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="jpeg perl postscript 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?,postscript?,png?,svg?,tiff?] - media-gfx/graphicsmagick[imagemagick,jpeg?,perl?,postscript?,png?,svg(-),tiff?] - )" diff --git a/virtual/imagemagick-tools/imagemagick-tools-1.ebuild b/virtual/imagemagick-tools/imagemagick-tools-1.ebuild new file mode 100644 index 000000000000..a09ac3268580 --- /dev/null +++ b/virtual/imagemagick-tools/imagemagick-tools-1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="jpeg perl postscript 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=" + svg? ( + media-gfx/imagemagick[jpeg?,perl?,postscript?,png?,svg,tiff?] + ) + !svg? ( + || ( + media-gfx/imagemagick[jpeg?,perl?,postscript?,png?,tiff?] + media-gfx/graphicsmagick[imagemagick,jpeg?,perl?,postscript?,png?,tiff?] + ) + ) +" -- cgit v1.2.3