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 A5DE9139694 for ; Thu, 20 Apr 2017 09:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04F4D21C03E; Thu, 20 Apr 2017 09:06:47 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD13721C03E for ; Thu, 20 Apr 2017 09:06:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 01CBC340988 for ; Thu, 20 Apr 2017 09:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D20E6743D for ; Thu, 20 Apr 2017 09:06:41 +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: <1492679063.92d14d199e55421e4fe753ddf268156fe6a4257f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/symlinks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/symlinks/symlinks-1.4-r2.ebuild app-misc/symlinks/symlinks-1.4-r3.ebuild app-misc/symlinks/symlinks-1.4.ebuild X-VCS-Directories: app-misc/symlinks/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 92d14d199e55421e4fe753ddf268156fe6a4257f X-VCS-Branch: master Date: Thu, 20 Apr 2017 09:06:41 +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: 176bcc95-7547-4e29-96fa-6bf0870c0151 X-Archives-Hash: 5422f92e33f67892b905a49158db4968 commit: 92d14d199e55421e4fe753ddf268156fe6a4257f Author: Ulrich Müller gentoo org> AuthorDate: Thu Apr 20 09:04:23 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Apr 20 09:04:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d14d19 app-misc/symlinks: Specify LICENSE more precisely. Bug: 615484 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-misc/symlinks/symlinks-1.4-r2.ebuild | 4 ++-- app-misc/symlinks/symlinks-1.4-r3.ebuild | 2 +- app-misc/symlinks/symlinks-1.4.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-misc/symlinks/symlinks-1.4-r2.ebuild b/app-misc/symlinks/symlinks-1.4-r2.ebuild index 93b379bc8c9..09abea25c0d 100644 --- a/app-misc/symlinks/symlinks-1.4-r2.ebuild +++ b/app-misc/symlinks/symlinks-1.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -9,7 +9,7 @@ DESCRIPTION="Scans for and fixes broken or messy symlinks" HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/" SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz" -LICENSE="freedist" +LICENSE="symlinks" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="static" diff --git a/app-misc/symlinks/symlinks-1.4-r3.ebuild b/app-misc/symlinks/symlinks-1.4-r3.ebuild index af4af323e47..16be009b907 100644 --- a/app-misc/symlinks/symlinks-1.4-r3.ebuild +++ b/app-misc/symlinks/symlinks-1.4-r3.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Scans for and fixes broken or messy symlinks" HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/" SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz" -LICENSE="freedist" +LICENSE="symlinks" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="static" diff --git a/app-misc/symlinks/symlinks-1.4.ebuild b/app-misc/symlinks/symlinks-1.4.ebuild index d2bf4ab30b9..19890b51060 100644 --- a/app-misc/symlinks/symlinks-1.4.ebuild +++ b/app-misc/symlinks/symlinks-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit flag-o-matic eutils toolchain-funcs @@ -7,7 +7,7 @@ DESCRIPTION="Scans for and fixes broken or messy symlinks" HOMEPAGE="http://www.ibiblio.org/pub/linux/utils/file/" SRC_URI="http://www.ibiblio.org/pub/linux/utils/file/${P}.tar.gz" -LICENSE="freedist" +LICENSE="symlinks" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86" IUSE="static"