sci-mathematics/rw: new version 0.8.
authorMichael Orlitzky <mjo@gentoo.org>
Mon, 7 Oct 2019 18:40:05 +0000 (14:40 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Mon, 7 Oct 2019 18:41:12 +0000 (14:41 -0400)
This new version contains only minor documentation and build system
updates, but the project homepage was dead so this is also a good
opportunity to point the ebuild at upstream's SourceForge page.

Closes: https://bugs.gentoo.org/696676
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
sci-mathematics/rw/Manifest
sci-mathematics/rw/metadata.xml
sci-mathematics/rw/rw-0.8.ebuild [moved from sci-mathematics/rw/rw-0.7-r2.ebuild with 82% similarity]

index 750baed85d92858743f861df56e961ff09fb357e..d217ad56100be9440ae091fda36195e3035cd075 100644 (file)
@@ -1 +1 @@
-DIST rw-0.7.tar.gz 322255 BLAKE2B 88d8f5da9b95619bd3cbb4fa3e006b64306e0dccb96f87945cbb86e757ba9ac68ee4446e558442afe1b06ef8bb9dcbbde2ac91872608e8b3c4732748f36c89e0 SHA512 2bccbaf1a7432b845e9bf14d79e350275d1ca417cb368e870b6cb1a310a92cce67c9e4ce3c550da2900a8e08c3771cc534d593f67267eee17d25c756d8c36e3b
+DIST rw-0.8.tar.gz 217215 BLAKE2B e6f379ce7cde0fafb0c6e234e8958018c0682ad47e60da3755a891b7eee4c910e84556252a333a12fe0cf2eac88863a272cb8fa6d2cfa4c9f1e93bd88bc6a2d2 SHA512 609d46fd3c76e2eb1724cc3e3ff9354d13b3c15ce23b96bef9f73f02b490e1d8713146230db079fcc87f45f5acc0e04130dac04e27589836e20891c63219f3ec
index 888e9c75b94d153b5ddf13ab3644925db58a69ec..76588843b8fb7033b3bfaad95503ed2d20b2c807 100644 (file)
@@ -32,4 +32,8 @@
   <use>
     <flag name="executable">Build the 'rw' program.</flag>
   </use>
+
+  <upstream>
+    <remote-id type="sourceforge">rankwidth</remote-id>
+  </upstream>
 </pkgmetadata>
similarity index 82%
rename from sci-mathematics/rw/rw-0.7-r2.ebuild
rename to sci-mathematics/rw/rw-0.8.ebuild
index b7bbee63c20c80c93e95e87b8e6bf5e414a49580..97ddc55d7a6782bf5367cfb2a608a6a93c3d2ef1 100644 (file)
@@ -1,12 +1,11 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 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"
+HOMEPAGE="https://sourceforge.net/projects/rankwidth/"
+SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"