From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sci-mathematics/rw/Manifest | 5 +++++ sci-mathematics/rw/metadata.xml | 35 +++++++++++++++++++++++++++++++++++ sci-mathematics/rw/rw-0.7-r2.ebuild | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 sci-mathematics/rw/Manifest create mode 100644 sci-mathematics/rw/metadata.xml create mode 100644 sci-mathematics/rw/rw-0.7-r2.ebuild (limited to 'sci-mathematics/rw') diff --git a/sci-mathematics/rw/Manifest b/sci-mathematics/rw/Manifest new file mode 100644 index 000000000000..af7f2755fb26 --- /dev/null +++ b/sci-mathematics/rw/Manifest @@ -0,0 +1,5 @@ +DIST rw-0.7.tar.gz 322255 SHA256 e049966e5c4f446b639d4b0c40d3ceddd57a79a8890c10dce90614d105d962e7 SHA512 2bccbaf1a7432b845e9bf14d79e350275d1ca417cb368e870b6cb1a310a92cce67c9e4ce3c550da2900a8e08c3771cc534d593f67267eee17d25c756d8c36e3b WHIRLPOOL 27d274a528a7f074b8ca1b38872220fe4e49488199fa496fab5330fd1866b504851250cfba2539a86c63104bbdee7be29a677aa6a21a7bf899cb546204e9138c +EBUILD rw-0.7-r2.ebuild 932 SHA256 916c3e7763236a21f52d996d0d2c2b2bd247e5fef9d738554dca5d6c98e6068f SHA512 906441df650f9c36e2cffc43e550be61bba214c43a980909251d7b62ebca024d7df250c4b4ed04defc95ab5316be17ce753e1394c612861daec2dd042eac1c48 WHIRLPOOL 672869ad888c1f12f3695b60c0ce03b24ae647432b3b93b603e281ccecbbea0da5530033c4e998fe77de5d7f054e3f2db4733793776d7f030c7a288f0050a3ef +MISC ChangeLog 3957 SHA256 f60cdd7a51b63698005a333717c5eefdad0b8ea2024477a52f7ec062edbc99ac SHA512 6ffb8f91563c4a6f4c9711c6fc6be0cf145d008b77b6a0fa84ca294a16b2328142e0b93a8edf70110c462a2d11c822a5c60463941e75d37358abdd2656777727 WHIRLPOOL acc3b3dbcbe1e770fec34714e635cf382fc290ed2f6c95020a3c6f998377765217acd9accba893b230e3cb742f99d591bdeb8cbde1103859e2e7664bddf533e3 +MISC ChangeLog-2015 405 SHA256 a67d90647e74786eb6988f4251c8b3787c99c74d914eff85ef7f455922fec74d SHA512 2a111914d9a646e52471e28f5d8e829a5e8dae518235a58265112d36199052a51bc9ca776bf06c3e80273e800110d943167cc55fe4cbff1f57c4079376c90391 WHIRLPOOL 7626ff0edeba60a8ab78cc62d302d1489110fb6fc42090e36cc6b709db721e5a757c02c9bc9e03ff7009cdbae0c81c1b18f6111fe2ae5abe0fbb82feab249ca4 +MISC metadata.xml 1121 SHA256 8752dd48075d02efc6ba4c87a440b6b701ef3fb282aa2a9f45d395167f803f78 SHA512 9c22d1d83b1c68e0e6cc25d93965b1a4efb01e85083a8886be0b5cd74a4700c74fa855b8d9dbee3feadf102cbe964d1119610e6456e06a1e16ed7e993a35717b WHIRLPOOL 80fd6ec3773d5c169a3d5f6e44b0d72220daed3564782e4a62431d9c4c7aa5880fe545414fdb6f26c38ac1e859ce402f36c123780167f9744e5f70f66f195fe8 diff --git a/sci-mathematics/rw/metadata.xml b/sci-mathematics/rw/metadata.xml new file mode 100644 index 000000000000..888e9c75b94d --- /dev/null +++ b/sci-mathematics/rw/metadata.xml @@ -0,0 +1,35 @@ + + + + + mjo@gentoo.org + Michael Orlitzky + + + + frp.bissey@gmail.com + François Bissey + + + + proxy-maint@gentoo.org + Proxy Maintainers + + + + sci@gentoo.org + Gentoo Science Project + + + + rw is a program that calculates rank-width and rank-decompositions. + It is based on ideas from "Computing rank-width exactly" by Sang-il Oum, + "Sopra una formula numerica" by Ernesto Pascal, "Generation of a Vector + from the Lexicographical Index" by B.P. Buckles and M. Lybanon and "Fast + additions on masked integers" by Michael D. Adams and David S. Wise. + + + + Build the 'rw' program. + + diff --git a/sci-mathematics/rw/rw-0.7-r2.ebuild b/sci-mathematics/rw/rw-0.7-r2.ebuild new file mode 100644 index 000000000000..c1baf16e3828 --- /dev/null +++ b/sci-mathematics/rw/rw-0.7-r2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Compute rank-width decompositions of graphs" +AUTHORPAGE="http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/" +HOMEPAGE="${AUTHORPAGE}software/${PN}.shtml" +SRC_URI="${AUTHORPAGE}software/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux ~ppc-macos ~x86-macos ~x64-macos" +IUSE="+executable" + +DEPEND="executable? ( >=dev-libs/igraph-0.6 )" + +# We have a file collision (librw.so) with xpaint, bug 560210. +RDEPEND="${DEPEND} + !media-gfx/xpaint" + +DOCDIR="/usr/share/doc/${PF}" + +src_configure(){ + econf $(use_enable executable) --docdir="${EPREFIX}${DOCDIR}" +} + +src_install(){ + # The examples graphs are meant to be fed uncompressed into the 'rw' + # program. The rest of the docs are small so just leave everything + # uncompressed. + docompress -x "${DOCDIR}" + default +} -- cgit v1.2.3