diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-02-06 04:46:09 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-02-07 16:17:58 -0500 |
commit | 16ddcc9892c728fa66ade3400ef297f6c5cfb557 (patch) | |
tree | 353051bc109bfe96279e3ec924fa1e812c281468 /dev-gap/transgrp | |
parent | net-print/epson-inkjet-printer-escpr: Add missing patch (diff) | |
download | gentoo-16ddcc9892c728fa66ade3400ef297f6c5cfb557.tar.gz gentoo-16ddcc9892c728fa66ade3400ef297f6c5cfb557.tar.bz2 gentoo-16ddcc9892c728fa66ade3400ef297f6c5cfb557.zip |
dev-gap/transgrp: add 3.6.5, drop 3.6.4
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap/transgrp')
-rw-r--r-- | dev-gap/transgrp/Manifest | 2 | ||||
-rw-r--r-- | dev-gap/transgrp/files/transgrp-3.6.5-load-gapdoc-before-tests.patch (renamed from dev-gap/transgrp/files/transgrp-3.6.4-load-gapdoc-before-tests.patch) | 23 | ||||
-rw-r--r-- | dev-gap/transgrp/transgrp-3.6.5.ebuild (renamed from dev-gap/transgrp/transgrp-3.6.4.ebuild) | 2 |
3 files changed, 14 insertions, 13 deletions
diff --git a/dev-gap/transgrp/Manifest b/dev-gap/transgrp/Manifest index e0c2e9e0eb17..a1fbe9c5aad6 100644 --- a/dev-gap/transgrp/Manifest +++ b/dev-gap/transgrp/Manifest @@ -1 +1 @@ -DIST transgrp3.6.4.tar.gz 59058725 BLAKE2B 4a478e1d1f534e9ec35c5525c3923980f69f12a43147a2fb4ad71daac6bf8353340346e4f36cbcf0266ccf86dba681549a1418894cdadc86d6de5d39335b87fd SHA512 5f0bf207129014ffaa73650e1fd7f4fc81ba360ce58ffcd797b0c773020908e8362e3db62e9f63c76be93fa0cd9471e23a043cbb185ddc123bad09ed457310ae +DIST transgrp3.6.5.tar.gz 59054123 BLAKE2B 03df88fc8d1d7b762d33c496137a606f1886cff76f82c017a765090345645ab5074ea9ce486c984f0dc8893857515377200499ca3717ab06fdf4aa327d99c6c1 SHA512 9933abfbfa2d42da2cbba217c21c6164392e4505e7e0e433fcf9685030d5f9a727bf4fd85736991c9b0531290774846d438c0b353c910751673302d8c5a8fe04 diff --git a/dev-gap/transgrp/files/transgrp-3.6.4-load-gapdoc-before-tests.patch b/dev-gap/transgrp/files/transgrp-3.6.5-load-gapdoc-before-tests.patch index 2d932e7f9635..508d0da94d11 100644 --- a/dev-gap/transgrp/files/transgrp-3.6.4-load-gapdoc-before-tests.patch +++ b/dev-gap/transgrp/files/transgrp-3.6.5-load-gapdoc-before-tests.patch @@ -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 diff --git a/dev-gap/transgrp/transgrp-3.6.4.ebuild b/dev-gap/transgrp/transgrp-3.6.5.ebuild index f18c4de8ff0b..80bb3737b1c1 100644 --- a/dev-gap/transgrp/transgrp-3.6.4.ebuild +++ b/dev-gap/transgrp/transgrp-3.6.5.ebuild @@ -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. |