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 A5C2B1581FB for ; Sun, 25 Aug 2024 23:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEAB9E2A8E; Sun, 25 Aug 2024 23:54:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B4CC7E2A8E for ; Sun, 25 Aug 2024 23:54:14 +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 E9B73342FB4 for ; Sun, 25 Aug 2024 23:54:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56EAB169D for ; Sun, 25 Aug 2024 23:54:12 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1724630021.21dc5d802d0de1ec9465ec153f831eaa157295b5.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/mathmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/mathmod/Manifest sci-mathematics/mathmod/mathmod-4.1-r1.ebuild X-VCS-Directories: sci-mathematics/mathmod/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 21dc5d802d0de1ec9465ec153f831eaa157295b5 X-VCS-Branch: master Date: Sun, 25 Aug 2024 23:54: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: 2044c039-6d7d-4397-af22-658c7674cbd2 X-Archives-Hash: 866425e1992384b7618e4e5ba2a4b5db commit: 21dc5d802d0de1ec9465ec153f831eaa157295b5 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Aug 21 07:10:05 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Aug 25 23:53:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dc5d80 sci-mathematics/mathmod: drop old Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38229 Signed-off-by: Conrad Kostecki gentoo.org> sci-mathematics/mathmod/Manifest | 1 - sci-mathematics/mathmod/mathmod-4.1-r1.ebuild | 49 --------------------------- 2 files changed, 50 deletions(-) diff --git a/sci-mathematics/mathmod/Manifest b/sci-mathematics/mathmod/Manifest index 77e6820fca96..979247d0ef63 100644 --- a/sci-mathematics/mathmod/Manifest +++ b/sci-mathematics/mathmod/Manifest @@ -1,2 +1 @@ DIST mathmod-11.1.tar.gz 7934535 BLAKE2B ccb5ba1ee74b0e6f2d605bf76f107ce43f695f2dc81fe0ef8498fdb29978f3da214178ed433eea9536f3ee801c24887988e0c1064833a6a1069e0349fb209a05 SHA512 50485094a5c0f08077a27215d4189ba28085ad9d6cc3323043955d63723271adf80ba2c8a75afd0b50ea7443a55f5d4efd8f8d5eae32a9c0718450784ff728ab -DIST mathmod-4.1.src.zip 974709 BLAKE2B f7fa5579b670b2512eab4fd7b706a0ca2282fb63356ea44ea2ddc6204b73ae2b7cd6f837d7622ebf0e51ba2b0127437b1836b59780df6c4b8e704fcb92e8680e SHA512 e7a170f5b57384cca4e755a0bb3691ec3fe29e9b22027534f1e84ed656905495c70eea8c69262f31a937ca508c34177d33adc23f5a8a3c91db1eceb2aa283a6d diff --git a/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild b/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild deleted file mode 100644 index bd7f4940e4e2..000000000000 --- a/sci-mathematics/mathmod/mathmod-4.1-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop qmake-utils xdg-utils - -DESCRIPTION="Plot parametric and implicit surfaces" -HOMEPAGE="https://www.facebook.com/pages/MathMod/529510253833102" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.src.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtopengl:5 - dev-qt/qtwidgets:5" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${PN}-branches-274-trunk - -src_configure() { - eqmake5 MathMod.pro -} - -src_install() { - exeinto /usr/bin - doexe MathMod - insinto /usr/share/${P} - doins mathmodconfig.js mathmodcollection.js advancedmodels.js - newicon -s 16 icon/catenoid_mini_16x16.png catenoid.png - newicon -s 32 icon/catenoid_mini_32x32.png catenoid.png - newicon -s 64 icon/catenoid_mini_64x64.png catenoid.png - make_desktop_entry MathMod MathMod catenoid -} - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -}