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 6585215802C for ; Tue, 17 Dec 2024 07:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64B77E080E; Tue, 17 Dec 2024 07:27:20 +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 14BAEE080E for ; Tue, 17 Dec 2024 07:27:15 +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 9EA053406D1 for ; Tue, 17 Dec 2024 07:27:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79D98AED for ; Tue, 17 Dec 2024 07:27:12 +0000 (UTC) From: "Ivan Lloro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" Message-ID: <1734420430.41a278bfdf281747a60ce8b11eac2e433c1de0a1.ivan.lloro.boada@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/mayo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/mayo/mayo-0.8.0.ebuild X-VCS-Directories: media-gfx/mayo/ X-VCS-Committer: ivan.lloro.boada X-VCS-Committer-Name: Ivan Lloro X-VCS-Revision: 41a278bfdf281747a60ce8b11eac2e433c1de0a1 X-VCS-Branch: dev Date: Tue, 17 Dec 2024 07:27:12 +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: 7bcece65-8de0-411b-b7d9-f79beda8fb56 X-Archives-Hash: aa8c4da6ff97c78e82ce1a336296251c commit: 41a278bfdf281747a60ce8b11eac2e433c1de0a1 Author: Ivan Lloro gmail com> AuthorDate: Tue Dec 17 07:26:44 2024 +0000 Commit: Ivan Lloro gmail com> CommitDate: Tue Dec 17 07:27:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41a278bf media-gfx/mayo: drop 0.8.0 Signed-off-by: Ivan Lloro gmail.com> media-gfx/mayo/mayo-0.8.0.ebuild | 44 ---------------------------------------- 1 file changed, 44 deletions(-) diff --git a/media-gfx/mayo/mayo-0.8.0.ebuild b/media-gfx/mayo/mayo-0.8.0.ebuild deleted file mode 100644 index 1f9c694fa..000000000 --- a/media-gfx/mayo/mayo-0.8.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils desktop xdg - -DESCRIPTION="Opensource 3D CAD viewer and converter" -HOMEPAGE="https://github.com/fougue/mayo" -SRC_URI="https://github.com/fougue/mayo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qttranslations:5 - dev-qt/qtwidgets:5 - dev-qt/qtbase:6[opengl] - >=media-libs/assimp-5.3.1 - >=sci-libs/opencascade-7.7.0-r2 -