diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2019-10-07 14:40:05 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2019-10-07 14:41:12 -0400 |
commit | ed0afbba56fed7035c49d7c53a4e8b1c93afac33 (patch) | |
tree | cb291e8db97027ece3a8154644eafa601cb3f13c /sci-mathematics | |
parent | dev-go/get-ego-vendor: New package, generate EGO_VENDOR data for ebuilds (diff) | |
download | gentoo-ed0afbba56fed7035c49d7c53a4e8b1c93afac33.tar.gz gentoo-ed0afbba56fed7035c49d7c53a4e8b1c93afac33.tar.bz2 gentoo-ed0afbba56fed7035c49d7c53a4e8b1c93afac33.zip |
sci-mathematics/rw: new version 0.8.
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>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/rw/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/rw/metadata.xml | 4 | ||||
-rw-r--r-- | sci-mathematics/rw/rw-0.8.ebuild (renamed from sci-mathematics/rw/rw-0.7-r2.ebuild) | 7 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/rw/Manifest b/sci-mathematics/rw/Manifest index 750baed85d92..d217ad56100b 100644 --- a/sci-mathematics/rw/Manifest +++ b/sci-mathematics/rw/Manifest @@ -1 +1 @@ -DIST rw-0.7.tar.gz 322255 BLAKE2B 88d8f5da9b95619bd3cbb4fa3e006b64306e0dccb96f87945cbb86e757ba9ac68ee4446e558442afe1b06ef8bb9dcbbde2ac91872608e8b3c4732748f36c89e0 SHA512 2bccbaf1a7432b845e9bf14d79e350275d1ca417cb368e870b6cb1a310a92cce67c9e4ce3c550da2900a8e08c3771cc534d593f67267eee17d25c756d8c36e3b +DIST rw-0.8.tar.gz 217215 BLAKE2B e6f379ce7cde0fafb0c6e234e8958018c0682ad47e60da3755a891b7eee4c910e84556252a333a12fe0cf2eac88863a272cb8fa6d2cfa4c9f1e93bd88bc6a2d2 SHA512 609d46fd3c76e2eb1724cc3e3ff9354d13b3c15ce23b96bef9f73f02b490e1d8713146230db079fcc87f45f5acc0e04130dac04e27589836e20891c63219f3ec diff --git a/sci-mathematics/rw/metadata.xml b/sci-mathematics/rw/metadata.xml index 888e9c75b94d..76588843b8fb 100644 --- a/sci-mathematics/rw/metadata.xml +++ b/sci-mathematics/rw/metadata.xml @@ -32,4 +32,8 @@ <use> <flag name="executable">Build the 'rw' program.</flag> </use> + + <upstream> + <remote-id type="sourceforge">rankwidth</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-mathematics/rw/rw-0.7-r2.ebuild b/sci-mathematics/rw/rw-0.8.ebuild index b7bbee63c20c..97ddc55d7a67 100644 --- a/sci-mathematics/rw/rw-0.7-r2.ebuild +++ b/sci-mathematics/rw/rw-0.8.ebuild @@ -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" |