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 5584E1391E1 for ; Tue, 25 Oct 2016 22:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B883EE0C18; Tue, 25 Oct 2016 22:48:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C29EE0C1E for ; Tue, 25 Oct 2016 22:48:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 682A5341645 for ; Tue, 25 Oct 2016 22:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37F6233D for ; Tue, 25 Oct 2016 22:48:36 +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: <1477435652.ba0d400495412f54664b43dff191faeb6df3729b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/rar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/rar/rar-5.2.1.ebuild app-arch/rar/rar-5.3.0.ebuild X-VCS-Directories: app-arch/rar/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ba0d400495412f54664b43dff191faeb6df3729b X-VCS-Branch: master Date: Tue, 25 Oct 2016 22:48:36 +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-Archives-Salt: c59f6f60-3724-4b53-931d-1c2ccf0bf71e X-Archives-Hash: f9dbff39132d815a52e50e299671321d commit: ba0d400495412f54664b43dff191faeb6df3729b Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 25 22:47:32 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 25 22:47:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0d4004 app-arch/rar: Update LICENSE, add mirror and bindist restrictions. Bug: 596154 Package-Manager: portage-2.3.2 app-arch/rar/rar-5.2.1.ebuild | 6 ++++-- app-arch/rar/rar-5.3.0.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app-arch/rar/rar-5.2.1.ebuild b/app-arch/rar/rar-5.2.1.ebuild index 1010e11..414cef2 100644 --- a/app-arch/rar/rar-5.2.1.ebuild +++ b/app-arch/rar/rar-5.2.1.ebuild @@ -1,6 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ + EAPI=4 MY_PV="${PV/0_beta/b}" DESCRIPTION="RAR compressor/uncompressor" @@ -16,10 +17,11 @@ SRC_URI="x86? ( ${URI_x86} ) ${URI_w64} )" -LICENSE="RAR" +LICENSE="RAR BSD BSD-2" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="all_sfx static" +RESTRICT="mirror bindist" DEPEND="all_sfx? ( app-arch/unrar )" RDEPEND="sys-libs/glibc" diff --git a/app-arch/rar/rar-5.3.0.ebuild b/app-arch/rar/rar-5.3.0.ebuild index 6e7d95d..1605ce5 100644 --- a/app-arch/rar/rar-5.3.0.ebuild +++ b/app-arch/rar/rar-5.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,10 +17,11 @@ SRC_URI="x86? ( ${URI_x86} ) ${URI_w64} )" -LICENSE="RAR" +LICENSE="RAR BSD BSD-2" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="all_sfx static" +RESTRICT="mirror bindist" DEPEND="all_sfx? ( app-arch/unrar )" RDEPEND="sys-libs/glibc"