summaryrefslogtreecommitdiff
path: root/sci-mathematics/nauty/nauty-2.5.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /sci-mathematics/nauty/nauty-2.5.9.ebuild
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'sci-mathematics/nauty/nauty-2.5.9.ebuild')
-rw-r--r--sci-mathematics/nauty/nauty-2.5.9.ebuild41
1 files changed, 0 insertions, 41 deletions
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
-}