Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/torque/
Date: Fri, 30 Sep 2022 23:25:01
Message-Id: 1664580268.726262fb39d0220b2a19552f323504c8d68a7831.sam@gentoo
1 commit: 726262fb39d0220b2a19552f323504c8d68a7831
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:22:28 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726262fb
7
8 sys-cluster/torque: use variable for snapshot commit
9
10 Was going to fix version but tags have.. disappeared?
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-cluster/torque/torque-6.0.4-r2.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/torque/torque-6.0.4-r2.ebuild b/sys-cluster/torque/torque-6.0.4-r2.ebuild
18 index 9019fab049ec..b3886f93053d 100644
19 --- a/sys-cluster/torque/torque-6.0.4-r2.ebuild
20 +++ b/sys-cluster/torque/torque-6.0.4-r2.ebuild
21 @@ -3,11 +3,12 @@
22
23 EAPI=8
24
25 +MY_COMMIT="6a0b37f85c7d644e9217cbab1542792d646f59a6"
26 inherit autotools flag-o-matic linux-info toolchain-funcs
27
28 DESCRIPTION="Resource manager and queuing system based on OpenPBS"
29 HOMEPAGE="http://www.adaptivecomputing.com/products/open-source/torque"
30 -SRC_URI="https://github.com/adaptivecomputing/torque/archive/6a0b37f85c7d644e9217cbab1542792d646f59a6.tar.gz -> ${P}-gh-20170829.tar.gz
31 +SRC_URI="https://github.com/adaptivecomputing/torque/archive/${MY_COMMIT}.tar.gz -> ${P}-gh-20170829.tar.gz
32 https://dev.gentoo.org/~juippis/distfiles/tmp/torque-6.0.4-gcc7.patch
33 https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-6.0.4-glibc-2.34-pthread.patch.bz2"