diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-06-22 17:47:16 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-06-22 17:47:43 -0400 |
commit | b82639effb1f9079247ade8163fddd285e0011b4 (patch) | |
tree | b34b6218f12cc60f5cb075e4a0c1963966305bf3 /sci-mathematics/rw | |
parent | dev-util/ccache: bump up to 3.7.10 (diff) | |
download | gentoo-b82639effb1f9079247ade8163fddd285e0011b4.tar.gz gentoo-b82639effb1f9079247ade8163fddd285e0011b4.tar.bz2 gentoo-b82639effb1f9079247ade8163fddd285e0011b4.zip |
sci-mathematics/rw: maintainer stabilize and drop old.
The -r3 is a trivial revision, and the best way to test this is
through SageMath, which I have already done.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/rw')
-rw-r--r-- | sci-mathematics/rw/rw-0.8-r2.ebuild | 33 | ||||
-rw-r--r-- | sci-mathematics/rw/rw-0.8-r3.ebuild | 2 |
2 files changed, 1 insertions, 34 deletions
diff --git a/sci-mathematics/rw/rw-0.8-r2.ebuild b/sci-mathematics/rw/rw-0.8-r2.ebuild deleted file mode 100644 index bc5bc34162b6..000000000000 --- a/sci-mathematics/rw/rw-0.8-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 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 ~x86-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 -} diff --git a/sci-mathematics/rw/rw-0.8-r3.ebuild b/sci-mathematics/rw/rw-0.8-r3.ebuild index 6bbd3085010b..979e83395197 100644 --- a/sci-mathematics/rw/rw-0.8-r3.ebuild +++ b/sci-mathematics/rw/rw-0.8-r3.ebuild @@ -11,7 +11,7 @@ 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 ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" # We have a file collision (librw.so) with xpaint, bug 560210. |