mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-gap/transgrp: add 3.6.5, drop 3.6.4
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST transgrp3.6.4.tar.gz 59058725 BLAKE2B 4a478e1d1f534e9ec35c5525c3923980f69f12a43147a2fb4ad71daac6bf8353340346e4f36cbcf0266ccf86dba681549a1418894cdadc86d6de5d39335b87fd SHA512 5f0bf207129014ffaa73650e1fd7f4fc81ba360ce58ffcd797b0c773020908e8362e3db62e9f63c76be93fa0cd9471e23a043cbb185ddc123bad09ed457310ae
|
||||
DIST transgrp3.6.5.tar.gz 59054123 BLAKE2B 03df88fc8d1d7b762d33c496137a606f1886cff76f82c017a765090345645ab5074ea9ce486c984f0dc8893857515377200499ca3717ab06fdf4aa327d99c6c1 SHA512 9933abfbfa2d42da2cbba217c21c6164392e4505e7e0e433fcf9685030d5f9a727bf4fd85736991c9b0531290774846d438c0b353c910751673302d8c5a8fe04
|
||||
|
||||
@@ -1,29 +1,30 @@
|
||||
From f69df24cf2c37dd8353fa227b03336b52c717d6d Mon Sep 17 00:00:00 2001
|
||||
From 433eb149841a8d56ed6b82790b52195e8251582f Mon Sep 17 00:00:00 2001
|
||||
From: Michael Orlitzky <michael@orlitzky.com>
|
||||
Date: Wed, 13 Dec 2023 14:39:03 -0500
|
||||
Subject: [PATCH] tst/testall.g: load GAPDoc before testing
|
||||
Subject: [PATCH] tst/testall.g: load GAPDoc and SmallGrp before testing
|
||||
|
||||
To help resolve the chicken and egg problem, it's nice to be able to
|
||||
launch gap with --bare when testing transgrp. But without GAPDoc
|
||||
loaded, the test suite fails. So let's load it explicitly. This won't
|
||||
hurt anything under normal circumstances where GAPDoc is loaded
|
||||
anyway.
|
||||
launch gap with --bare when testing transgrp. But without GAPDoc and
|
||||
SmallGrp loaded, the test suite fails. So let's load them explicitly.
|
||||
This won't hurt anything under normal circumstances where both of them
|
||||
are loaded anyway.
|
||||
---
|
||||
tst/testall.g | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
tst/testall.g | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/tst/testall.g b/tst/testall.g
|
||||
index 19275f8..92a1653 100644
|
||||
index 19275f8..08edc69 100644
|
||||
--- a/tst/testall.g
|
||||
+++ b/tst/testall.g
|
||||
@@ -4,6 +4,7 @@
|
||||
@@ -4,6 +4,8 @@
|
||||
# This file runs package tests. It is also referenced in the package
|
||||
# metadata in PackageInfo.g.
|
||||
#
|
||||
+LoadPackage( "gapdoc" );
|
||||
+LoadPackage( "smallgrp" );
|
||||
LoadPackage( "transgrp" );
|
||||
|
||||
TestDirectory(DirectoriesPackageLibrary( "transgrp", "tst" ),
|
||||
--
|
||||
2.41.0
|
||||
2.43.0
|
||||
|
||||
@@ -17,7 +17,7 @@ KEYWORDS="~amd64"
|
||||
|
||||
# This is one of the four required packages whose dependencies are all
|
||||
# listed explicitly.
|
||||
BDEPEND="test? ( dev-gap/gapdoc )"
|
||||
BDEPEND="test? ( dev-gap/gapdoc dev-gap/smallgrp )"
|
||||
|
||||
# Again, this is one of the four special packages that won't have gapdoc
|
||||
# auto-loaded for its test suite.
|
||||
Reference in New Issue
Block a user