diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-20 11:15:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-20 11:15:45 +0100 |
commit | 213815b5c23a0f6ce05670c99184868de10d1831 (patch) | |
tree | f513f7bf5a47b5b778a23573019625fc068b75b6 /sci-mathematics | |
parent | sci-mathematics/mathematica: Remove old (diff) | |
download | gentoo-213815b5c23a0f6ce05670c99184868de10d1831.tar.gz gentoo-213815b5c23a0f6ce05670c99184868de10d1831.tar.bz2 gentoo-213815b5c23a0f6ce05670c99184868de10d1831.zip |
sci-mathematics/nauty: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/nauty/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/nauty/nauty-2.5.9.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/sci-mathematics/nauty/Manifest b/sci-mathematics/nauty/Manifest index 9ceca477aca0..24bf93bcc2bf 100644 --- a/sci-mathematics/nauty/Manifest +++ b/sci-mathematics/nauty/Manifest @@ -1,4 +1,3 @@ DIST nauty-popcnt.patch 56034 BLAKE2B 838858a0decf9323217f6b8d7b200b0158db9a02efd278a5d3cf7392ac2201e901b36b963f3f30ca6070fd0ddfa70577a442b795b09fec0d457d33649c6e93c6 SHA512 4931440b6178cb668997539ac2991f0d04758b8750668d4477cb8a456640640c5bb71c2858e423a4ad812e3401151834366e04693bf9a5ecc5ccc211d2e4229c -DIST nauty25r9.tar.gz 1007323 BLAKE2B 29d8131a5d21d22a0ef5502d8822aefc07022e83eaa9e4660819929809a6f9c318f46d47e80be45882ff0b60cac774fe23ccceadf2a3bdeb5abf169541696474 SHA512 79f9054f1d39406063f4cbab61002b27f260b93fd37d6346efdfcd113c59ebab54320e6e7b6cdf26c7eddc376e4ad558e2cd4e6071d418dce2a6918f3c8f7ca2 DIST nauty26r7.tar.gz 1660659 BLAKE2B d1d6774dd65cbdb906727324b5008bb962d54d16f99afe68f643f62ab2e7fe297a7cb4ef59b5f50c72c7e59fa9ff8ef2c82f4a77764c7f076b90e8171c7f1370 SHA512 60a724264b43b48338c17240c3cf7156f408267f1b2df995ea7b5ab9fa48852cb11057e83178a364ca028d80dc9124ca9b38cdac34e150a995475140d07c8af6 DIST nauty_2.6r7+ds-1.debian.tar.xz 30328 BLAKE2B 009d64aa2042f814e55238ff83bde4d205925922c13a46213b933ec0f6364ed9a86aeabc7b4c22fdb717bd3ee7efdf794f3f2637cd08d7921e61cee99e73cf9a SHA512 fadde6a767e43048980842415207613ffeaa38d021fbf6a3f26a4bbe6877a92ddf5950094de517edd0f924deeacc8dec1d6a7334123c2a87d15befcc3876bc63 diff --git a/sci-mathematics/nauty/nauty-2.5.9.ebuild b/sci-mathematics/nauty/nauty-2.5.9.ebuild deleted file mode 100644 index c193b4436b15..000000000000 --- a/sci-mathematics/nauty/nauty-2.5.9.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit versionator - -MY_PV=$(replace_version_separator 2 'r') -MY_PV=$(delete_version_separator 1 ${MY_PV}) - -DESCRIPTION="Computing automorphism groups of graphs and digraphs" -HOMEPAGE="http://pallini.di.uniroma1.it/" -SRC_URI="http://cs.anu.edu.au/~bdm/${PN}/${PN}${MY_PV}.tar.gz" - -LICENSE="nauty" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -S="${WORKDIR}/${PN}${MY_PV}" - -src_prepare() { - sed \ - -e "s/^LDFLAGS=.*/LDFLAGS=${LDFLAGS}/" \ - -e 's:${CC} -o:${CC} ${LDFLAGS} -o:g' \ - -e 's:${LDFLAGS}$::g' \ - -i makefile.in || die -} - -src_test() { - emake checks - ./runalltests -} - -src_install() { - dobin addedgeg amtog biplabg catg complg copyg countg \ - deledgeg directg dreadnaut dretog genbg geng genrang \ - gentourng labelg listg multig newedgeg NRswitchg pickg \ - planarg shortg showg - dodoc README formats.txt nug*.pdf -} |