summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2021-05-26 06:40:57 -0400
committerMichael Orlitzky <mjo@gentoo.org>2021-05-26 06:40:57 -0400
commit6e63814cbcbbc5c2345219c7de00366e51a71067 (patch)
tree19e229edda8ba64781f2598fa1ca78e3834696a6 /sci-mathematics/rw/rw-0.8-r3.ebuild
parentnet-nds/nsscache: hide bsddb3 usage behind USE=berkdb (diff)
downloadgentoo-6e63814cbcbbc5c2345219c7de00366e51a71067.tar.gz
gentoo-6e63814cbcbbc5c2345219c7de00366e51a71067.tar.bz2
gentoo-6e63814cbcbbc5c2345219c7de00366e51a71067.zip
sci-mathematics/rw: remove old "unused" rw-0.8-r3.ebuild.
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/rw/rw-0.8-r3.ebuild')
-rw-r--r--sci-mathematics/rw/rw-0.8-r3.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/sci-mathematics/rw/rw-0.8-r3.ebuild b/sci-mathematics/rw/rw-0.8-r3.ebuild
deleted file mode 100644
index 3daf3404e457..000000000000
--- a/sci-mathematics/rw/rw-0.8-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Compute rank-width decompositions of graphs"
-HOMEPAGE="https://sourceforge.net/projects/rankwidth/"
-SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE=""
-
-# We have a file collision (librw.so) with xpaint, bug 560210.
-RDEPEND="!media-gfx/xpaint"
-
-src_prepare() {
- # The upstream tarball for v0.8 contains SYMLINKS to ar-lib,
- # compile, install-sh, ltmain.sh, etc. And those symlinks don't
- # always point to a working location for us, so we have to
- # (re)generate actual files for that stuff. Bug 696986.
- default
- eautoreconf
-}
-
-src_configure() {
- # The executable depends on igraph, which has gone off the rails
- # upstream and has copy/pasted ~10 libraries into its src/ directory.
- econf --disable-executable --disable-static
-}
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -delete \
- || die 'failed to delete libtool archives'
-}