From bf0939449d3a0033ea1cd600e664d9dc87a1c4ed Mon Sep 17 00:00:00 2001 From: Thomas Kahle Date: Sun, 24 Oct 2010 15:48:32 +0000 Subject: New package: sci-mathematics/nauty Migrated from science overlay, fixes bug 337810 Package-Manager: portage-2.1.9.22/cvs/Linux i686 --- sci-mathematics/nauty/ChangeLog | 11 ++++++++++ sci-mathematics/nauty/Manifest | 14 ++++++++++++ sci-mathematics/nauty/metadata.xml | 15 +++++++++++++ sci-mathematics/nauty/nauty-2.4.2.ebuild | 37 ++++++++++++++++++++++++++++++++ 4 files changed, 77 insertions(+) create mode 100644 sci-mathematics/nauty/ChangeLog create mode 100644 sci-mathematics/nauty/Manifest create mode 100644 sci-mathematics/nauty/metadata.xml create mode 100644 sci-mathematics/nauty/nauty-2.4.2.ebuild (limited to 'sci-mathematics/nauty') diff --git a/sci-mathematics/nauty/ChangeLog b/sci-mathematics/nauty/ChangeLog new file mode 100644 index 000000000000..c35a6d423076 --- /dev/null +++ b/sci-mathematics/nauty/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sci-mathematics/nauty +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/ChangeLog,v 1.1 2010/10/24 15:48:32 tomka Exp $ + +*nauty-2.4.2 (24 Oct 2010) + + 24 Oct 2010; Thomas Kahle +nauty-2.4.2.ebuild, + +metadata.xml: + New ebuild: sci-mathematics/nauty-2.4.2, + migrated from science overlay, fixing bug 337810 + diff --git a/sci-mathematics/nauty/Manifest b/sci-mathematics/nauty/Manifest new file mode 100644 index 000000000000..ce6f450f2198 --- /dev/null +++ b/sci-mathematics/nauty/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST nauty24r2.tar.gz 720754 RMD160 4d22200a646e453090cd8d31fc3adce6a1e47e69 SHA1 3f012beb399a9340f77d0104bf1c9bf1100e8286 SHA256 760f9cca43b8eb7dd083983ea0e137125ee8a181d460c970137cfb7490fe1621 +EBUILD nauty-2.4.2.ebuild 1012 RMD160 3522d090ca48810ccc5b08a64852d819dd6cdc9d SHA1 419c85cb23464125757a2adb8cd0803fbd28372a SHA256 7aff15bbc6c822cc797d029123dddd7d0fd2e2d684685b12d4ccf93d1a972c64 +MISC ChangeLog 422 RMD160 90019f9e6a48e7c461750057412797d160262410 SHA1 6e38d889a0f07a93c8556cb85225b26fee5f4fd9 SHA256 64c8ce16900ea920d9b0f4d1d380485321698ae058fc1ae327ad7ce19d41624a +MISC metadata.xml 525 RMD160 a61209de96721b0c73cd20666868966c6bd1c947 SHA1 82b7270bddbe0a7e02b6130ed1f1c567ad0aab59 SHA256 c9ca2c2d58578f5b40c214ea51bc2f5749148c85beb8e630ddc5c72822d59574 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.16 (GNU/Linux) + +iEYEARECAAYFAkzEUxQACgkQnZsgo/h8kNZ7TACdFuiToYrfczv9fCSC+tUlkO3c +8sIAmwauh5WZp9v9X6ti0XUnffdxoi06 +=7xVO +-----END PGP SIGNATURE----- diff --git a/sci-mathematics/nauty/metadata.xml b/sci-mathematics/nauty/metadata.xml new file mode 100644 index 000000000000..0c5be24442aa --- /dev/null +++ b/sci-mathematics/nauty/metadata.xml @@ -0,0 +1,15 @@ + + + + + tomka@gentoo.org + Thomas Kahle + +sci-mathematics + +nauty is a program for computing automorphism groups of graphs and digraphs. It can also produce a +canonical labelling. + +nauty is written in a portable subset of C, and runs on a considerable number of different systems. + + diff --git a/sci-mathematics/nauty/nauty-2.4.2.ebuild b/sci-mathematics/nauty/nauty-2.4.2.ebuild new file mode 100644 index 000000000000..8d629af0b619 --- /dev/null +++ b/sci-mathematics/nauty/nauty-2.4.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nauty/nauty-2.4.2.ebuild,v 1.1 2010/10/24 15:48:32 tomka Exp $ + +EAPI="2" + +inherit versionator + +MY_PV=$(replace_version_separator 2 'r') +MY_PV=$(delete_version_separator 1 ${MY_PV}) + +DESCRIPTION="program for computing automorphism groups of graphs and digraphs." +HOMEPAGE="http://cs.anu.edu.au/~bdm/nauty/" +SRC_URI="http://cs.anu.edu.au/~bdm/${PN}/${PN}${MY_PV}.tar.gz" + +LICENSE="nauty" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S="${WORKDIR}/${PN}${MY_PV}" + +src_prepare () { + sed -i "s/LDFLAGS=/LDFLAGS=${LDFLAGS}/" makefile.in || die +} + +src_test () { + make checks || die "tests failed" +} + +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 || die "install failed" + dodoc README formats.txt +} -- cgit v1.2.3-65-gdbad