summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-03-14 16:02:23 -0400
committerMichael Orlitzky <mjo@gentoo.org>2024-03-14 16:08:38 -0400
commitb48f045ad91362eed3b72c57896e3b67912ea605 (patch)
treeed280d1ef5e38b0559084bead48e7e2b836a4e35 /dev-gap
parentgames-action/prismlauncher: fix live (diff)
downloadgentoo-b48f045ad91362eed3b72c57896e3b67912ea605.tar.gz
gentoo-b48f045ad91362eed3b72c57896e3b67912ea605.tar.bz2
gentoo-b48f045ad91362eed3b72c57896e3b67912ea605.zip
dev-gap/digraphs: add 1.7.1, drop 1.6.3-r2
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-gap')
-rw-r--r--dev-gap/digraphs/Manifest2
-rw-r--r--dev-gap/digraphs/digraphs-1.7.1.ebuild (renamed from dev-gap/digraphs/digraphs-1.6.3-r2.ebuild)12
2 files changed, 2 insertions, 12 deletions
diff --git a/dev-gap/digraphs/Manifest b/dev-gap/digraphs/Manifest
index 3be3b40afe6e..33e25b2685d7 100644
--- a/dev-gap/digraphs/Manifest
+++ b/dev-gap/digraphs/Manifest
@@ -1 +1 @@
-DIST digraphs-1.6.3.tar.gz 2509307 BLAKE2B 2b0a6dfe84c0f916617a8e2fc83a6bd3005d4719db7fcfa181fc5dc9770362e1e3d7ed7d24d920bca8cb1f617001c2d70b78f9a95da3ccabd32b78801467fa17 SHA512 ef17e8200255e14d4cd7e3cab99a6933b9fb22df1c1b2006f1a8c661f89064e1b3a551c58742ed087ca3a096ac9810398b4459e8e54427309565386310e72081
+DIST digraphs-1.7.1.tar.gz 2528168 BLAKE2B 360f719583304ea02787b63efd0ce6f44a41997d5f22ab27d5b13abb8811432a434cdd0a6cd10264a64dc6c8b90b70b9c93f8037a43897e42a1e04d3e3f498ef SHA512 06d4a5a71622976b8935e0a9ea3a042c4ea14847c8a40ec6a9a9ca82129cec2b85982833ad18ae5d1a65de3657ff74cb27c5b827bb31cfa64d23d4ab6a63d73e
diff --git a/dev-gap/digraphs/digraphs-1.6.3-r2.ebuild b/dev-gap/digraphs/digraphs-1.7.1.ebuild
index d252ee88188e..56038c62d068 100644
--- a/dev-gap/digraphs/digraphs-1.6.3-r2.ebuild
+++ b/dev-gap/digraphs/digraphs-1.7.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools flag-o-matic gap-pkg
+inherit gap-pkg
DESCRIPTION="Graphs, digraphs, and multidigraphs in GAP"
SLOT="0"
@@ -25,17 +25,7 @@ DOCS=( CHANGELOG.md README.md )
GAP_PKG_EXTRA_INSTALL=( data notebooks )
gap-pkg_enable_tests
-src_prepare() {
- default
-
- # Fix the build with pathological CFLAGS
- eautoreconf
-}
-
src_configure() {
- # https://github.com/digraphs/Digraphs/issues/596
- append-cflags -Wno-error=strict-prototypes
-
gap-pkg_econf \
--with-external-planarity \
--with-external-bliss