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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 933AA15802C for ; Tue, 17 Dec 2024 08:10:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3B89E07D9; Tue, 17 Dec 2024 08:10:01 +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 34ADFE07D9 for ; Tue, 17 Dec 2024 08:10:01 +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 4FB33335D0F for ; Tue, 17 Dec 2024 08:10:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADA671E15 for ; Tue, 17 Dec 2024 08:09:58 +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: <1734422987.cc5e45f28fff482d33e4770d021aed0c5a1804e1.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-r2.ebuild X-VCS-Directories: media-gfx/mayo/ X-VCS-Committer: ivan.lloro.boada X-VCS-Committer-Name: Ivan Lloro X-VCS-Revision: cc5e45f28fff482d33e4770d021aed0c5a1804e1 X-VCS-Branch: dev Date: Tue, 17 Dec 2024 08:09:58 +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: b699d4fb-4e05-4f25-920b-7896f214393d X-Archives-Hash: 3c56ec14558a2aa6fffdd93f8bc83d84 commit: cc5e45f28fff482d33e4770d021aed0c5a1804e1 Author: Ivan Lloro gmail com> AuthorDate: Tue Dec 17 08:09:47 2024 +0000 Commit: Ivan Lloro gmail com> CommitDate: Tue Dec 17 08:09:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc5e45f2 media-gfx/mayo: drop 0.8.0-r2 Signed-off-by: Ivan Lloro gmail.com> media-gfx/mayo/mayo-0.8.0-r2.ebuild | 41 ------------------------------------- 1 file changed, 41 deletions(-) diff --git a/media-gfx/mayo/mayo-0.8.0-r2.ebuild b/media-gfx/mayo/mayo-0.8.0-r2.ebuild deleted file mode 100644 index f62aba8ac..000000000 --- a/media-gfx/mayo/mayo-0.8.0-r2.ebuild +++ /dev/null @@ -1,41 +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/qttranslations:6 - dev-qt/qtbase:6[opengl] - >=media-libs/assimp-5.3.1 - >=sci-libs/opencascade-7.7.0-r2 -