From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01340138334 for ; Mon, 7 Oct 2019 18:43:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F799E0876; Mon, 7 Oct 2019 18:43:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE758E0876 for ; Mon, 7 Oct 2019 18:43:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06B0734B7B0 for ; Mon, 7 Oct 2019 18:43:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14A9B7F5 for ; Mon, 7 Oct 2019 18:43:01 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1570473672.ed0afbba56fed7035c49d7c53a4e8b1c93afac33.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/rw/Manifest sci-mathematics/rw/metadata.xml sci-mathematics/rw/rw-0.7-r2.ebuild sci-mathematics/rw/rw-0.8.ebuild X-VCS-Directories: sci-mathematics/rw/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: ed0afbba56fed7035c49d7c53a4e8b1c93afac33 X-VCS-Branch: master Date: Mon, 7 Oct 2019 18:43:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6be3062-26ff-434b-8c28-44321fc8dcac X-Archives-Hash: 97b1cd9536acb4cfe988452803068d98 commit: ed0afbba56fed7035c49d7c53a4e8b1c93afac33 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Oct 7 18:40:05 2019 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Oct 7 18:41:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0afbba 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 gentoo.org> sci-mathematics/rw/Manifest | 2 +- sci-mathematics/rw/metadata.xml | 4 ++++ sci-mathematics/rw/{rw-0.7-r2.ebuild => rw-0.8.ebuild} | 7 +++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sci-mathematics/rw/Manifest b/sci-mathematics/rw/Manifest index 750baed85d9..d217ad56100 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 888e9c75b94..76588843b8f 100644 --- a/sci-mathematics/rw/metadata.xml +++ b/sci-mathematics/rw/metadata.xml @@ -32,4 +32,8 @@ Build the 'rw' program. + + + rankwidth + diff --git a/sci-mathematics/rw/rw-0.7-r2.ebuild b/sci-mathematics/rw/rw-0.8.ebuild similarity index 82% rename from sci-mathematics/rw/rw-0.7-r2.ebuild rename to sci-mathematics/rw/rw-0.8.ebuild index b7bbee63c20..97ddc55d7a6 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"