commit:     55119710e6aba07e996a020e638b6a4ab946165b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 19:19:25 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 14:41:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55119710

media-libs/simage: Drop IUSE qt5 from 1.8.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/simage/{simage-9999.ebuild => simage-1.8.3-r1.ebuild} | 5 ++---
 media-libs/simage/simage-9999.ebuild                             | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/media-libs/simage/simage-9999.ebuild 
b/media-libs/simage/simage-1.8.3-r1.ebuild
similarity index 95%
copy from media-libs/simage/simage-9999.ebuild
copy to media-libs/simage/simage-1.8.3-r1.ebuild
index fce11a8bd619..73fd53ca3009 100644
--- a/media-libs/simage/simage-9999.ebuild
+++ b/media-libs/simage/simage-1.8.3-r1.ebuild
@@ -8,7 +8,7 @@ inherit cmake
 DESCRIPTION="Image and video texturing library"
 HOMEPAGE="https://github.com/coin3d/simage/";
 
-if [[ ${PV} = *9999 ]]; then
+if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/coin3d/simage.git";
 else
@@ -50,7 +50,7 @@ PATCHES=(
        
"${FILESDIR}"/${PN}-1.8.1-0001-Gentoo-specific-remove-RELEASE-flag-from-pkg-config.patch
 )
 
-DOCS=(AUTHORS ChangeLog NEWS README)
+DOCS=( AUTHORS ChangeLog NEWS README )
 
 src_configure() {
        local mycmakeargs=(
@@ -63,7 +63,6 @@ src_configure() {
                -DSIMAGE_USE_CGIMAGE=OFF # OS X only
                -DSIMAGE_USE_QUICKTIME=OFF # OS X only
                -DSIMAGE_USE_QIMAGE=$(usex qt6)
-               -DSIMAGE_USE_QT4=OFF
                -DSIMAGE_USE_QT5=OFF
                -DSIMAGE_USE_QT6=$(usex qt6)
                -DSIMAGE_USE_CPACK=OFF

diff --git a/media-libs/simage/simage-9999.ebuild 
b/media-libs/simage/simage-9999.ebuild
index fce11a8bd619..73fd53ca3009 100644
--- a/media-libs/simage/simage-9999.ebuild
+++ b/media-libs/simage/simage-9999.ebuild
@@ -8,7 +8,7 @@ inherit cmake
 DESCRIPTION="Image and video texturing library"
 HOMEPAGE="https://github.com/coin3d/simage/";
 
-if [[ ${PV} = *9999 ]]; then
+if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/coin3d/simage.git";
 else
@@ -50,7 +50,7 @@ PATCHES=(
        
"${FILESDIR}"/${PN}-1.8.1-0001-Gentoo-specific-remove-RELEASE-flag-from-pkg-config.patch
 )
 
-DOCS=(AUTHORS ChangeLog NEWS README)
+DOCS=( AUTHORS ChangeLog NEWS README )
 
 src_configure() {
        local mycmakeargs=(
@@ -63,7 +63,6 @@ src_configure() {
                -DSIMAGE_USE_CGIMAGE=OFF # OS X only
                -DSIMAGE_USE_QUICKTIME=OFF # OS X only
                -DSIMAGE_USE_QIMAGE=$(usex qt6)
-               -DSIMAGE_USE_QT4=OFF
                -DSIMAGE_USE_QT5=OFF
                -DSIMAGE_USE_QT6=$(usex qt6)
                -DSIMAGE_USE_CPACK=OFF

Reply via email to