summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/rw/rw-0.7-r2.ebuild')
-rw-r--r--sci-mathematics/rw/rw-0.7-r2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-mathematics/rw/rw-0.7-r2.ebuild b/sci-mathematics/rw/rw-0.7-r2.ebuild
deleted file mode 100644
index b7bbee63c20c..000000000000
--- a/sci-mathematics/rw/rw-0.7-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-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
-}