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 9E96115806E for ; Sat, 27 May 2023 17:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C91A2E0821; Sat, 27 May 2023 17:00:19 +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 AC665E0821 for ; Sat, 27 May 2023 17:00:19 +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 9395C33BE3B for ; Sat, 27 May 2023 17:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0BA1990 for ; Sat, 27 May 2023 17:00:16 +0000 (UTC) From: "Rahul Sandhu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rahul Sandhu" Message-ID: <1685206789.263ab577f39718b9004ac9585f21c9a60b3fdefd.rahul@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/mined/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/mined/mined-2015.25.ebuild X-VCS-Directories: app-editors/mined/ X-VCS-Committer: rahul X-VCS-Committer-Name: Rahul Sandhu X-VCS-Revision: 263ab577f39718b9004ac9585f21c9a60b3fdefd X-VCS-Branch: dev Date: Sat, 27 May 2023 17:00:16 +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: c449fe7d-855d-4966-b0bd-cd5b611db945 X-Archives-Hash: 7c3be64a477c79f0e6f1e02456bef57d commit: 263ab577f39718b9004ac9585f21c9a60b3fdefd Author: Rahul Sandhu sandhuservices dev> AuthorDate: Sat May 27 16:59:49 2023 +0000 Commit: Rahul Sandhu sandhuservices dev> CommitDate: Sat May 27 16:59:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=263ab577 app-editors/mined: fix SRC_URI more Signed-off-by: Rahul Sandhu sandhuservices.dev> app-editors/mined/mined-2015.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/mined/mined-2015.25.ebuild b/app-editors/mined/mined-2015.25.ebuild index 11412c883..ba03bd60f 100644 --- a/app-editors/mined/mined-2015.25.ebuild +++ b/app-editors/mined/mined-2015.25.ebuild @@ -5,7 +5,7 @@ inherit toolchain-funcs DESCRIPTION="A powerful text editor with extensive Unicode and CJK support" HOMEPAGE="http://towo.net/mined/" -SRC_URI="https://downloads.sourceforge.net/project/mined/mined/mined%202015.25/mined-2015.25.tar.gz?ts=gAAAAABhfF-EKWvxGfwH7tpfR0NI8LV87Muimvh4jUigxZZZAD1fN8xgcbBPJc1TQ3f8djMFDbHXXz6rQZI4_qwwEsqakvBpqg%3D%3D&r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fmined%2Ffiles%2Fmined%2Fmined%25202015.25%2Fmined-${P}.tar.gz%2Fdownload -> ${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/mined/mined/mined%20${PV}/${P}.tar.gz?ts=gAAAAABhfF-EKWvxGfwH7tpfR0NI8LV87Muimvh4jUigxZZZAD1fN8xgcbBPJc1TQ3f8djMFDbHXXz6rQZI4_qwwEsqakvBpqg%3D%3D&r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fmined%2Ffiles%2Fmined%2Fmined%2520${PV}%2Fmined-${P}.tar.gz%2Fdownload -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86"