From 057192d37f7a0aac6bfd2989aac3ccd8b35a7c82 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 20 Feb 2024 11:09:52 -0500 Subject: dev-gap/digraphs: rebuild for GAP up/downgrades Signed-off-by: Michael Orlitzky --- dev-gap/digraphs/digraphs-1.6.3-r1.ebuild | 42 ------------------------------- dev-gap/digraphs/digraphs-1.6.3-r2.ebuild | 42 +++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 dev-gap/digraphs/digraphs-1.6.3-r1.ebuild create mode 100644 dev-gap/digraphs/digraphs-1.6.3-r2.ebuild (limited to 'dev-gap') diff --git a/dev-gap/digraphs/digraphs-1.6.3-r1.ebuild b/dev-gap/digraphs/digraphs-1.6.3-r1.ebuild deleted file mode 100644 index ede2d95ae21e..000000000000 --- a/dev-gap/digraphs/digraphs-1.6.3-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic gap-pkg - -DESCRIPTION="Graphs, digraphs, and multidigraphs in GAP" -SLOT="0" -SRC_URI="https://github.com/digraphs/Digraphs/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-3+" -KEYWORDS="~amd64" - -DEPEND="sci-mathematics/gap - sci-mathematics/planarity - sci-libs/bliss:=" -RDEPEND="${DEPEND} - dev-gap/io - dev-gap/orb - dev-gap/datastructures" - -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 -} diff --git a/dev-gap/digraphs/digraphs-1.6.3-r2.ebuild b/dev-gap/digraphs/digraphs-1.6.3-r2.ebuild new file mode 100644 index 000000000000..d252ee88188e --- /dev/null +++ b/dev-gap/digraphs/digraphs-1.6.3-r2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic gap-pkg + +DESCRIPTION="Graphs, digraphs, and multidigraphs in GAP" +SLOT="0" +SRC_URI="https://github.com/digraphs/Digraphs/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-3+" +KEYWORDS="~amd64" + +DEPEND="sci-mathematics/gap:= + sci-mathematics/planarity + sci-libs/bliss:=" +RDEPEND="${DEPEND} + dev-gap/io + dev-gap/orb + dev-gap/datastructures" + +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 +} -- cgit v1.2.3-65-gdbad