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 C07A1158021 for ; Thu, 20 Oct 2022 04:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9C3DE0876; Thu, 20 Oct 2022 04:16:27 +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 90074E0876 for ; Thu, 20 Oct 2022 04:16:27 +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 59100340C74 for ; Thu, 20 Oct 2022 04:16:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC296627 for ; Thu, 20 Oct 2022 04:16:24 +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: <1666239372.c792729ec14fc4d0b6e7c1b11d4e3a99725ed91b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnuclad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gnuclad/gnuclad-0.2.4.ebuild X-VCS-Directories: media-gfx/gnuclad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c792729ec14fc4d0b6e7c1b11d4e3a99725ed91b X-VCS-Branch: master Date: Thu, 20 Oct 2022 04:16:24 +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: 03feeab2-d128-4b11-9307-8fa0c6f79ad3 X-Archives-Hash: 620eb80b8b1e7e010ed369ddc96169e3 commit: c792729ec14fc4d0b6e7c1b11d4e3a99725ed91b Author: Sam James gentoo org> AuthorDate: Thu Oct 20 04:08:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 20 04:16:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c792729e media-gfx/gnuclad: fix StaticSrcUri Signed-off-by: Sam James gentoo.org> media-gfx/gnuclad/gnuclad-0.2.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild index 198306e40753..37032049bba1 100644 --- a/media-gfx/gnuclad/gnuclad-0.2.4.ebuild +++ b/media-gfx/gnuclad/gnuclad-0.2.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools +inherit autotools eapi7-ver DESCRIPTION="Cladogram tree generator mainly used by the GNU/Linux distro timeline project" HOMEPAGE="https://launchpad.net/gnuclad/" -SRC_URI="http://launchpad.net/gnuclad/trunk/0.2/+download/${P}.tar.gz" +SRC_URI="http://launchpad.net/gnuclad/trunk/$(ver_cut 1-2)/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"