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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B810F138334 for ; Wed, 20 Nov 2019 16:39:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D33FAE0867; Wed, 20 Nov 2019 16:39:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB73EE0867 for ; Wed, 20 Nov 2019 16:39:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F332034D149 for ; Wed, 20 Nov 2019 16:39:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94C348B1 for ; Wed, 20 Nov 2019 16:38:58 +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: <1574267929.97c6a2a50a5c01f7dac335b8aecbd386226b9ea1.asturm@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.7.0.ebuild sci-visualization/labplot/labplot-9999.ebuild X-VCS-Directories: sci-visualization/labplot/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 97c6a2a50a5c01f7dac335b8aecbd386226b9ea1 X-VCS-Branch: master Date: Wed, 20 Nov 2019 16:38: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: f5125568-8dd5-4dd3-8cf4-ab884b390d58 X-Archives-Hash: 0d2de5e218cc9ff84586ea891b94a43b commit: 97c6a2a50a5c01f7dac335b8aecbd386226b9ea1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 20 16:34:07 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 20 16:38:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c6a2a5 sci-visualization/labplot: 2.7.0 version bump Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-visualization/labplot/Manifest | 1 + sci-visualization/labplot/{labplot-9999.ebuild => labplot-2.7.0.ebuild} | 2 +- sci-visualization/labplot/labplot-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-visualization/labplot/Manifest b/sci-visualization/labplot/Manifest index 97ecc1c1fb3..5ade22ff882 100644 --- a/sci-visualization/labplot/Manifest +++ b/sci-visualization/labplot/Manifest @@ -1 +1,2 @@ DIST labplot-2.6.0.tar.xz 12360732 BLAKE2B f6259de30deb0adb4ddd47f0401fe8753a277aa01ade27c220ec832eb7f6c3e568c765085d2567529799777c9fe2442da777bd4089e5f488cc1aefb25a61d5a8 SHA512 6ebc96b3cfb25ebd62a6631d8cca0d9574f84548c04271eb8a10ff3ef9ebbdd0bf842b9b6129a995953412c5e6f902440dc91dbaa01d97fc220d7f6b19dc46af +DIST labplot-2.7.0.tar.xz 13306532 BLAKE2B 044f6f1e552b6ccbd56791e39af240c97f0c572fae66ede0bbc13e172a88b652b0c42182fa4f6742b386dfd9c17f3041180841fe531387a9f44bd9b00adb8c09 SHA512 73e10ed98694b7633e80ffa7745733392cf9ce36f45e4ef6432d661b015dd3e821ddc791223a32fa55115c68f0d82b90464080915f8bb55cd1907610151a2d0a diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-2.7.0.ebuild similarity index 100% copy from sci-visualization/labplot/labplot-9999.ebuild copy to sci-visualization/labplot/labplot-2.7.0.ebuild index 69ec65373d7..fcf591f4a89 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-2.7.0.ebuild @@ -50,9 +50,9 @@ DEPEND=" >=kde-frameworks/syntax-highlighting-${KFMIN}:5 >=sci-libs/gsl-1.15:= cantor? ( + >=kde-apps/cantor-19.08.0:5 >=kde-frameworks/kparts-${KFMIN}:5 >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-apps/cantor-19.08.0:5 ) fftw? ( sci-libs/fftw:3.0= ) fits? ( sci-libs/cfitsio:= ) diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 69ec65373d7..fcf591f4a89 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -50,9 +50,9 @@ DEPEND=" >=kde-frameworks/syntax-highlighting-${KFMIN}:5 >=sci-libs/gsl-1.15:= cantor? ( + >=kde-apps/cantor-19.08.0:5 >=kde-frameworks/kparts-${KFMIN}:5 >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-apps/cantor-19.08.0:5 ) fftw? ( sci-libs/fftw:3.0= ) fits? ( sci-libs/cfitsio:= )