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 397C8158090 for ; Mon, 9 May 2022 17:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21CBCE08F6; Mon, 9 May 2022 17:19:42 +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 03F6BE08F6 for ; Mon, 9 May 2022 17:19:41 +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 D5E61341485 for ; Mon, 9 May 2022 17:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 027BF452 for ; Mon, 9 May 2022 17:19:39 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1652116769.2bca509d0dc9216f8b8ea14cb3603250d1dc5454.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/labplot/Manifest sci-visualization/labplot/labplot-2.9.0.ebuild sci-visualization/labplot/labplot-9999.ebuild X-VCS-Directories: sci-visualization/labplot/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2bca509d0dc9216f8b8ea14cb3603250d1dc5454 X-VCS-Branch: master Date: Mon, 9 May 2022 17:19:39 +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: ecfbd821-2612-46f5-bbef-b06d2de55490 X-Archives-Hash: ebcfc94998f332fcdcb4b31c1773c869 commit: 2bca509d0dc9216f8b8ea14cb3603250d1dc5454 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 9 17:17:47 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 9 17:19:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bca509d sci-visualization/labplot: add 2.9.0 Bug: https://bugs.gentoo.org/811552 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-visualization/labplot/Manifest | 1 + sci-visualization/labplot/{labplot-9999.ebuild => labplot-2.9.0.ebuild} | 1 + sci-visualization/labplot/labplot-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sci-visualization/labplot/Manifest b/sci-visualization/labplot/Manifest index f0798d054116..ff4d0cb264f1 100644 --- a/sci-visualization/labplot/Manifest +++ b/sci-visualization/labplot/Manifest @@ -1 +1,2 @@ DIST labplot-2.8.2.tar.xz 13235168 BLAKE2B 251d7f6293ea90a1a16a33f38f3b3657051545cff4b0acc3d3009a02387c4cadb61dad31b72466f0d197b1cccac6e9095687fcc694853c2a6ef41fa1a954c6a7 SHA512 fc550ccb00c5d9966b42f3a367daaebfa94909b65f0a146e4cd75f9a4ed50d00a917fa4c5fd6b6694bf2223d75a564db49697106ea663b0e17def4ce501b09e1 +DIST labplot-2.9.0.tar.xz 21413512 BLAKE2B ab3c579eb64ee4b9b558db63210b1d2210210e1ee2df7fd986d75ebbacab96c4cd05a8fc4698859373e011bd47c55a1abc73d0e8107dd3e3f1b60ce87e1f14d4 SHA512 d06e373e463d9cf3df81eec367167350572975366785b6c88bdab947288fbc21a9eb8e706cb1a831967b8bf0a8039f2f919e14ae7cfb40b21e66f862e38c5d45 diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-2.9.0.ebuild similarity index 99% copy from sci-visualization/labplot/labplot-9999.ebuild copy to sci-visualization/labplot/labplot-2.9.0.ebuild index 24768e5e9f36..a942184a9e66 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-2.9.0.ebuild @@ -22,6 +22,7 @@ SLOT="5" IUSE="cantor fftw fits hdf5 libcerf markdown matio netcdf origin root serial telemetry" DEPEND=" + app-text/poppler:= >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 24768e5e9f36..a942184a9e66 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -22,6 +22,7 @@ SLOT="5" IUSE="cantor fftw fits hdf5 libcerf markdown matio netcdf origin root serial telemetry" DEPEND=" + app-text/poppler:= >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5