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 2781B138350 for ; Sat, 11 Jan 2020 16:33:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0595FE0877; Sat, 11 Jan 2020 16:33:16 +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 E3C9BE0877 for ; Sat, 11 Jan 2020 16:33:15 +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 5CFD534DEFD for ; Sat, 11 Jan 2020 16:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5F112B for ; Sat, 11 Jan 2020 16:33:11 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1578760379.f462e06dbc9901503e5928c7a4e622e3f6b0a554.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/metis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/metis/metis-4.0.3-r1.ebuild sci-libs/metis/metis-4.0.3.ebuild X-VCS-Directories: sci-libs/metis/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f462e06dbc9901503e5928c7a4e622e3f6b0a554 X-VCS-Branch: master Date: Sat, 11 Jan 2020 16:33:11 +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: 123d3c6c-ab88-4373-9220-6cd0c5306585 X-Archives-Hash: d128be654b299ab4e099f17bfd76eefd commit: f462e06dbc9901503e5928c7a4e622e3f6b0a554 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 11 16:31:09 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jan 11 16:32:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f462e06d sci-libs/metis: Fix LICENSE, add mirror and bindist restrictions. Closes: https://bugs.gentoo.org/702360 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> sci-libs/metis/{metis-4.0.3.ebuild => metis-4.0.3-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-libs/metis/metis-4.0.3.ebuild b/sci-libs/metis/metis-4.0.3-r1.ebuild similarity index 88% rename from sci-libs/metis/metis-4.0.3.ebuild rename to sci-libs/metis/metis-4.0.3-r1.ebuild index d572fdb47ee..2f0d76f02d5 100644 --- a/sci-libs/metis/metis-4.0.3.ebuild +++ b/sci-libs/metis/metis-4.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,10 +9,11 @@ DESCRIPTION="A package for unstructured serial graph partitioning" HOMEPAGE="http://www-users.cs.umn.edu/~karypis/metis/metis/" SRC_URI="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PN}/OLD/${P}.tar.gz" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -LICENSE="free-noncomm" IUSE="doc static-libs" +RESTRICT="mirror bindist" DEPEND="" RDEPEND="${DEPEND}