diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-05-31 20:59:14 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-05-31 20:59:14 +0100 |
commit | e748ba9741f6540f4675c23e3e37b73e822c13a4 (patch) | |
tree | 23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /sci-mathematics/rw | |
parent | 908778078736bd36f7a60a2d576d415cb8e000fa (diff) |
gentoo resync : 31.05.2021
Diffstat (limited to 'sci-mathematics/rw')
-rw-r--r-- | sci-mathematics/rw/Manifest | 4 | ||||
-rw-r--r-- | sci-mathematics/rw/rw-0.8-r3.ebuild | 40 | ||||
-rw-r--r-- | sci-mathematics/rw/rw-0.9.ebuild | 2 |
3 files changed, 2 insertions, 44 deletions
diff --git a/sci-mathematics/rw/Manifest b/sci-mathematics/rw/Manifest index 04d7a82852ff..e8922b4fbc5d 100644 --- a/sci-mathematics/rw/Manifest +++ b/sci-mathematics/rw/Manifest @@ -1,5 +1,3 @@ -DIST rw-0.8.tar.gz 217215 BLAKE2B e6f379ce7cde0fafb0c6e234e8958018c0682ad47e60da3755a891b7eee4c910e84556252a333a12fe0cf2eac88863a272cb8fa6d2cfa4c9f1e93bd88bc6a2d2 SHA512 609d46fd3c76e2eb1724cc3e3ff9354d13b3c15ce23b96bef9f73f02b490e1d8713146230db079fcc87f45f5acc0e04130dac04e27589836e20891c63219f3ec DIST rw-0.9.tar.gz 340385 BLAKE2B 2eba540146094eea7adb26874ed6f7982e46a863c786bf6f4a55af2d1d3167641e10c324f2b0e0e366bb8f83503b5da5fb02447abf46ae955da78ac8fe6149b6 SHA512 f4f1910506cbdb557ca50bac6f63cfca3271a5df8d13c67d2d9bba79b9cdb03196a679e6091554175decbee0871888de71bed5746662c9a75418f0f5dd9bd609 -EBUILD rw-0.8-r3.ebuild 1112 BLAKE2B 620c546ad9687c361b5092e7e27604332d7b9a119ac29b1ecab7fa2a295cb400ffebb174983e3466522cf2911e2998dbb76ef4619d165a66a643ab3274e76042 SHA512 b9f2e9d3a04ef177f00ec01c061ba8e2177483392ab81eada207f01efc11dec9aa8fcf2c1e599ebc768aa8638e32d1a1f4795f395188484089d875771ea87cfd -EBUILD rw-0.9.ebuild 810 BLAKE2B 46a02e8c61f514e12f7199b4f9f6e39d66533ad416423edbd1c4b65fe9989f12230b5204865f27825015d700a975ca3394dd7b9795f13060bc5fbf6f4609cfab SHA512 c98ca1e619f5a79423647ed03f8deaeab64f49744a52136ecc1af666a33ab415a6c7a8162157066cc6c47ed9565ed8fb8b52005ec1660b6de3d77bf7a546ff56 +EBUILD rw-0.9.ebuild 808 BLAKE2B ee05a2cdf52369f428d1c7b05d3f2ce546f551b39da05c5811d1d20378061d06845dcdde01999bcc3aabd81edde9c6feb79ea3bc6cf85f0cfdbef5ba73c79b04 SHA512 6b750e656db891a847b66d13b4be5e61c17076443b51cd486db31e09be2cc1cbab2cd60a62ba3ae09dc8fbe103afd94f15d2226dee8b7355f1b1dc64dfd86ee1 MISC metadata.xml 1158 BLAKE2B 91f1631afabd79f4d65e078925c616d9c8b5d71242e1f580dddd4b7d4e8ab0144601d20f844a20ae13e6901acedb58d080bcbe26e9256a8fc83fd62961f8c38d SHA512 899ba937d5b83082bec40e1b9d16afc2762c79066e1ed4e35019f276bdf4af7b3bea9d7a4007e86325d913b311af8a4a81877c5ece9ad1efec58f88782d3df74 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' -} diff --git a/sci-mathematics/rw/rw-0.9.ebuild b/sci-mathematics/rw/rw-0.9.ebuild index 17031e1789f4..66b44f3cc23e 100644 --- a/sci-mathematics/rw/rw-0.9.ebuild +++ b/sci-mathematics/rw/rw-0.9.ebuild @@ -9,7 +9,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" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="" # We have a file collision (librw.so) with xpaint, bug 560210. |