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 8544D158094 for ; Fri, 30 Sep 2022 23:25:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CCCEE0A80; Fri, 30 Sep 2022 23:24:58 +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 043C4E0A80 for ; Fri, 30 Sep 2022 23:24:58 +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 9E12D340FF2 for ; Fri, 30 Sep 2022 23:24:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08A55613 for ; Fri, 30 Sep 2022 23:24:53 +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: <1664580268.726262fb39d0220b2a19552f323504c8d68a7831.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/torque/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/torque/torque-6.0.4-r2.ebuild X-VCS-Directories: sys-cluster/torque/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 726262fb39d0220b2a19552f323504c8d68a7831 X-VCS-Branch: master Date: Fri, 30 Sep 2022 23:24:53 +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: 06405524-76cf-4db6-a8da-52984cb1608d X-Archives-Hash: aa3706d5b452b77ddf626c481f77dfe5 commit: 726262fb39d0220b2a19552f323504c8d68a7831 Author: Sam James gentoo org> AuthorDate: Fri Sep 30 23:22:28 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 30 23:24:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726262fb sys-cluster/torque: use variable for snapshot commit Was going to fix version but tags have.. disappeared? Signed-off-by: Sam James gentoo.org> sys-cluster/torque/torque-6.0.4-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-cluster/torque/torque-6.0.4-r2.ebuild b/sys-cluster/torque/torque-6.0.4-r2.ebuild index 9019fab049ec..b3886f93053d 100644 --- a/sys-cluster/torque/torque-6.0.4-r2.ebuild +++ b/sys-cluster/torque/torque-6.0.4-r2.ebuild @@ -3,11 +3,12 @@ EAPI=8 +MY_COMMIT="6a0b37f85c7d644e9217cbab1542792d646f59a6" inherit autotools flag-o-matic linux-info toolchain-funcs DESCRIPTION="Resource manager and queuing system based on OpenPBS" HOMEPAGE="http://www.adaptivecomputing.com/products/open-source/torque" -SRC_URI="https://github.com/adaptivecomputing/torque/archive/6a0b37f85c7d644e9217cbab1542792d646f59a6.tar.gz -> ${P}-gh-20170829.tar.gz +SRC_URI="https://github.com/adaptivecomputing/torque/archive/${MY_COMMIT}.tar.gz -> ${P}-gh-20170829.tar.gz https://dev.gentoo.org/~juippis/distfiles/tmp/torque-6.0.4-gcc7.patch https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-6.0.4-glibc-2.34-pthread.patch.bz2"