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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30D96158041 for ; Mon, 25 Mar 2024 12:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D10EFE2A07; Mon, 25 Mar 2024 12:38:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B230BE2A05 for ; Mon, 25 Mar 2024 12:38:31 +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 9E80434300B for ; Mon, 25 Mar 2024 12:38:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02BF915DB for ; Mon, 25 Mar 2024 12:38:29 +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: <1711370286.af1555d7738d9d42fe671f11cdf48b8b62b8e7b1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/SoQt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/SoQt/Manifest media-libs/SoQt/SoQt-1.6.0.ebuild X-VCS-Directories: media-libs/SoQt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: af1555d7738d9d42fe671f11cdf48b8b62b8e7b1 X-VCS-Branch: master Date: Mon, 25 Mar 2024 12:38:29 +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: 787006a5-94e4-489d-adda-c02999fe9a6e X-Archives-Hash: 9dd934b153e339a21903c80598b4850c commit: af1555d7738d9d42fe671f11cdf48b8b62b8e7b1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 25 11:37:19 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 25 12:38:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1555d7 media-libs/SoQt: drop 1.6.0 Closes: https://bugs.gentoo.org/926343 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/SoQt/Manifest | 1 - media-libs/SoQt/SoQt-1.6.0.ebuild | 48 --------------------------------------- 2 files changed, 49 deletions(-) diff --git a/media-libs/SoQt/Manifest b/media-libs/SoQt/Manifest index 82860951afc9..994215068537 100644 --- a/media-libs/SoQt/Manifest +++ b/media-libs/SoQt/Manifest @@ -1,2 +1 @@ -DIST SoQt-1.6.0-src.tar.gz 1675532 BLAKE2B 9935c32a7f0ad0d0e4248c6f81d2aacad00f3674d8e14aa192a87be5dc3b99e29213fbd96044ad4cc6548aef7f1d281aadebc48256bbfc11ad305e2136f6e12a SHA512 4221e98f51cca4dda23043428e869b60ab4d994710f97c0f44cd82631ffad2bd8bbaf0b820434a4636892df663d66ecd2aec14b185972671b2d22c0fe242b553 DIST soqt-1.6.2-src.tar.gz 1709116 BLAKE2B 45d87af95e90a88d97188b7efa6d22ad2238e4957d8c21712ad6161ea94748db0df596d0dcedbeff94abfd163ad40cd2f1649aae5ba4bf94e3892c1ed1990839 SHA512 4039d0c8e36e89995e77b1b49efcb52d15ca213c7d53ba9d628259763e261288192078caed8e2efb02772dd8f513e971731eeb0a761d1642985af7b9c4852c18 diff --git a/media-libs/SoQt/SoQt-1.6.0.ebuild b/media-libs/SoQt/SoQt-1.6.0.ebuild deleted file mode 100644 index 162049efff71..000000000000 --- a/media-libs/SoQt/SoQt-1.6.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake flag-o-matic - -MY_P=${P/soqt/SoQt} - -HOMEPAGE="https://github.com/coin3d/coin/wiki" -DESCRIPTION="GUI binding for using Coin/Open Inventor with Qt" -SRC_URI="https://github.com/coin3d/soqt/releases/download/${MY_P}/${P}-src.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="debug doc" - -RDEPEND=" - media-libs/coin - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtopengl:5 - virtual/opengl - x11-libs/libX11 - x11-libs/libXi -" -DEPEND="${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto - doc? ( app-text/doxygen ) -" - -S="${WORKDIR}/soqt" - -DOCS=(AUTHORS ChangeLog HACKING NEWS README) - -src_configure() { - use debug && append-cppflags -DSOQT_DEBUG=1 - local mycmakeargs=( - -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}" - -DSOQT_BUILD_DOCUMENTATION=$(usex doc) - -DSOQT_BUILD_INTERNAL_DOCUMENTATION=OFF - -DSOQT_VERBOSE=$(usex debug) - ) - cmake_src_configure -}