From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9788A158042 for ; Mon, 21 Oct 2024 14:42:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 451B3E097E; Mon, 21 Oct 2024 14:42:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BDF7E097E for ; Mon, 21 Oct 2024 14:42:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C474343083 for ; Mon, 21 Oct 2024 14:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2B571F28 for ; Mon, 21 Oct 2024 14:42:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1729521718.55119710e6aba07e996a020e638b6a4ab946165b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/simage/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/simage/simage-1.8.3-r1.ebuild media-libs/simage/simage-9999.ebuild X-VCS-Directories: media-libs/simage/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 55119710e6aba07e996a020e638b6a4ab946165b X-VCS-Branch: master Date: Mon, 21 Oct 2024 14:42:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80a3f4bb-215b-4c20-ac4d-8e307dcdd14e X-Archives-Hash: 100f4c2cc29af8f407e1690c13c5312f commit: 55119710e6aba07e996a020e638b6a4ab946165b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 13 19:19:25 2024 +0000 Commit: Andreas Sturmlechner gentoo 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 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