From b08574f4102ea8282627f075758d981eb4ba6c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 21 Feb 2024 05:40:28 +0000 Subject: gentoo auto-resync : 21:02:2024 - 05:40:28 --- dev-gap/datastructures/Manifest | 2 +- .../datastructures/datastructures-0.3.0-r1.ebuild | 26 ++++++++++++++++++++++ dev-gap/datastructures/datastructures-0.3.0.ebuild | 25 --------------------- 3 files changed, 27 insertions(+), 26 deletions(-) create mode 100644 dev-gap/datastructures/datastructures-0.3.0-r1.ebuild delete mode 100644 dev-gap/datastructures/datastructures-0.3.0.ebuild (limited to 'dev-gap/datastructures') diff --git a/dev-gap/datastructures/Manifest b/dev-gap/datastructures/Manifest index 5386c3f8a428..3e5d97f66cdc 100644 --- a/dev-gap/datastructures/Manifest +++ b/dev-gap/datastructures/Manifest @@ -1,3 +1,3 @@ DIST datastructures-0.3.0.tar.gz 410109 BLAKE2B dbc620686ea28c48b2b87b134044b35a13083cbad884ff07b0c3f266f55a661377800ef0f575287b3e08da6e7a2a9fe700eee6f41d7e6082c579792a13342e6d SHA512 8b680a006cd6c0adbe256abe0f3ae5c566aa9b4852f1bcb7f02c4512ea1b9f15b7597ab29d86508a7fd71e8dc5d64794895a22eb45ca74e52a4de1ce9f7d8612 -EBUILD datastructures-0.3.0.ebuild 571 BLAKE2B 4b3cd713f9053c14797d4239ed1d304ea85e84b7b27687d900fbf90fb15f42cd6680f819f3f7a3521b68644618c0e9c29775fd6f2f23764a88cae0b72e08f9de SHA512 fa4184c267e8ef735832fd159cc25fba5ed734b146f2691190721fcc07365db714219e50e75f94ec174f743a4bab78cd21a906400601f12ff94a1e62361440af +EBUILD datastructures-0.3.0-r1.ebuild 593 BLAKE2B da2643126c0ac9e1c888f00a20c89ede80b5079cb8d32a336fee308961a6010e38b5f6dc5d2a4d6da600385aa41f5f563e9b0da61754e9c4d01d238ce09727f8 SHA512 be7e49750d973c591a5b252f42eb7e1f50980aa429fb240f8ac2d9b7410c9b924db57a51136d97120a9fdad03aced31c5b6da6e8d5dd551c40b4b3b5099ba03c MISC metadata.xml 1560 BLAKE2B f5ff9fc5fc947f8c0bc2f8c8c05803f40a38f7e98724baa74c2931cffa3dd50b15ecc9125d299cedf78b488cf88785bd2c73009952d7d50674e83f0aba024b3d SHA512 c3658262f32624fdf99b09b19d7717480c0db570d6160649646c29a7d4df00bb4e33883204c2d447cb30f62cf3df0594bdf1f77fcab5eb88f54b8a3ca5533cbd diff --git a/dev-gap/datastructures/datastructures-0.3.0-r1.ebuild b/dev-gap/datastructures/datastructures-0.3.0-r1.ebuild new file mode 100644 index 000000000000..27f739021419 --- /dev/null +++ b/dev-gap/datastructures/datastructures-0.3.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic gap-pkg + +DESCRIPTION="Collection of standard data structures for GAP" +SLOT="0" +SRC_URI="https://github.com/gap-packages/datastructures/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +KEYWORDS="~amd64" + +DEPEND="sci-mathematics/gap:=" +RDEPEND="${DEPEND}" + +DOCS=( CHANGES.md README.md ) + +gap-pkg_enable_tests + +src_compile() { + # https://github.com/gap-packages/datastructures/issues/151 + append-cflags -Wno-error=strict-prototypes + gap-pkg_src_compile +} diff --git a/dev-gap/datastructures/datastructures-0.3.0.ebuild b/dev-gap/datastructures/datastructures-0.3.0.ebuild deleted file mode 100644 index 41d0e97f24c7..000000000000 --- a/dev-gap/datastructures/datastructures-0.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic gap-pkg - -DESCRIPTION="Collection of standard data structures for GAP" -SLOT="0" -SRC_URI="https://github.com/gap-packages/datastructures/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-2+" -KEYWORDS="~amd64" - -DEPEND="sci-mathematics/gap" - -DOCS=( CHANGES.md README.md ) - -gap-pkg_enable_tests - -src_compile() { - # https://github.com/gap-packages/datastructures/issues/151 - append-cflags -Wno-error=strict-prototypes - gap-pkg_src_compile -} -- cgit v1.2.3