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 C210815ACFC for ; Mon, 1 May 2023 12:37:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43EF2E086D; Mon, 1 May 2023 12:37:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29EB3E086D for ; Mon, 1 May 2023 12:37:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC3E334151E for ; Mon, 1 May 2023 12:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B360A65 for ; Mon, 1 May 2023 12:37:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682944597.3a10a810b9feda311cfccbaba52a79becaf84bf5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/g3data/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/g3data/Manifest sci-visualization/g3data/g3data-1.5.4.ebuild X-VCS-Directories: sci-visualization/g3data/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3a10a810b9feda311cfccbaba52a79becaf84bf5 X-VCS-Branch: master Date: Mon, 1 May 2023 12:37:03 +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: 5a8d5157-b7b0-4bf6-b116-a974bc6f38d8 X-Archives-Hash: 185666d335249a005114b447694e4f4a commit: 3a10a810b9feda311cfccbaba52a79becaf84bf5 Author: Sam James gentoo org> AuthorDate: Mon May 1 12:33:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 12:36:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a10a810 sci-visualization/g3data: update SRC_URI to drop github.com/downloads github.com/downloads is gone. Tarball contents are the same. Fixes: c3f5daaba2be4cd2ecf085f17e991fc768ef6b86 Signed-off-by: Sam James gentoo.org> sci-visualization/g3data/Manifest | 2 +- sci-visualization/g3data/g3data-1.5.4.ebuild | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/sci-visualization/g3data/Manifest b/sci-visualization/g3data/Manifest index a32f39317e66..5bd1b7247aa1 100644 --- a/sci-visualization/g3data/Manifest +++ b/sci-visualization/g3data/Manifest @@ -1 +1 @@ -DIST g3data-1.5.4.tar.gz 127973 BLAKE2B 19e6e6aaa7b33a4c4aa061c76aa2465bdb305ac9023e861dc1db42821cdb83c9b8221f6a5552f37731c3fe21fedc4174d46a7d2c01732916534539d382e6fac2 SHA512 b4651eb6ba87ddb745c46520ccf2d7146d179e69a614d7c6c247b82eaf188b30e955d60e7df59419f63a304a5c5215829d3bea3cc233d2729ff599c523d852e2 +DIST g3data-1.5.4.gh.tar.gz 40296 BLAKE2B ac821f80323ba9d9fe59274bf1b9746ea53273a9b46b2a1f8366be28c5b58c6f098322293a4971ce80d6261de8e9719cea1f527b0c57a4bc3505be966ff14b23 SHA512 965e3d1f68865eea20e38bf428d32974c26407e3ccb736d2049141472d4ddf5bbe3e82fcea00195febb1de021396105217cfa8098b6724b9cedfe9dbbb3c5f76 diff --git a/sci-visualization/g3data/g3data-1.5.4.ebuild b/sci-visualization/g3data/g3data-1.5.4.ebuild index aff34e279401..9c6b9976382d 100644 --- a/sci-visualization/g3data/g3data-1.5.4.ebuild +++ b/sci-visualization/g3data/g3data-1.5.4.ebuild @@ -1,11 +1,13 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit autotools + DESCRIPTION="Tool for extracting data from graphs" HOMEPAGE="https://github.com/pn2200/g3data" -SRC_URI="https://github.com/downloads/pn2200/g3data/${P}.tar.gz" +SRC_URI="https://github.com/pn2200/g3data/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -16,3 +18,9 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-desktop-QA.patch ) + +src_prepare() { + default + + eautoreconf +}