From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-944048-garchives=archives.gentoo.org@lists.gentoo.org> 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 00729139695 for <garchives@archives.gentoo.org>; Fri, 14 Apr 2017 16:20:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A03AAE0D0D; Fri, 14 Apr 2017 16:20:56 +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 7035DE0D0D for <gentoo-commits@lists.gentoo.org>; Fri, 14 Apr 2017 16:20:56 +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 C056434168B for <gentoo-commits@lists.gentoo.org>; Fri, 14 Apr 2017 16:20:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41DEA246C for <gentoo-commits@lists.gentoo.org>; Fri, 14 Apr 2017 16:20:52 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1492186729.a77d7c55409cd9e7f2b068044c95892aa232fd8e.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/creduce/creduce-2.4.0.ebuild dev-util/creduce/creduce-2.5.0.ebuild dev-util/creduce/creduce-2.6.0.ebuild dev-util/creduce/creduce-9999.ebuild X-VCS-Directories: dev-util/creduce/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a77d7c55409cd9e7f2b068044c95892aa232fd8e X-VCS-Branch: master Date: Fri, 14 Apr 2017 16:20:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0c04bfa8-9728-45c5-b3c9-e33d8c6c39df X-Archives-Hash: e1f66e067314af5bbb24cd641c698c53 commit: a77d7c55409cd9e7f2b068044c95892aa232fd8e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Apr 14 16:18:49 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Apr 14 16:18:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77d7c55 dev-util/creduce: Fix LICENSE, creduce is a duplicate of UoI-NCSA. Bug: 615542 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-util/creduce/creduce-2.4.0.ebuild | 4 ++-- dev-util/creduce/creduce-2.5.0.ebuild | 4 ++-- dev-util/creduce/creduce-2.6.0.ebuild | 2 +- dev-util/creduce/creduce-9999.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-util/creduce/creduce-2.4.0.ebuild b/dev-util/creduce/creduce-2.4.0.ebuild index ce791f0d6e5..49ef0f7a055 100644 --- a/dev-util/creduce/creduce-2.4.0.ebuild +++ b/dev-util/creduce/creduce-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,7 +7,7 @@ DESCRIPTION="C-Reduce - a plugin-based C program reducer" HOMEPAGE="http://embed.cs.utah.edu/creduce/" SRC_URI="http://embed.cs.utah.edu/creduce/${P}.tar.gz" -LICENSE="creduce" +LICENSE="UoI-NCSA" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/dev-util/creduce/creduce-2.5.0.ebuild b/dev-util/creduce/creduce-2.5.0.ebuild index b92b782f27b..1cc4635b4b6 100644 --- a/dev-util/creduce/creduce-2.5.0.ebuild +++ b/dev-util/creduce/creduce-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -7,7 +7,7 @@ DESCRIPTION="C-Reduce - a plugin-based C program reducer" HOMEPAGE="http://embed.cs.utah.edu/creduce/" SRC_URI="http://embed.cs.utah.edu/creduce/${P}.tar.gz" -LICENSE="creduce" +LICENSE="UoI-NCSA" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/dev-util/creduce/creduce-2.6.0.ebuild b/dev-util/creduce/creduce-2.6.0.ebuild index 92faf7e3216..39ab2389a0d 100644 --- a/dev-util/creduce/creduce-2.6.0.ebuild +++ b/dev-util/creduce/creduce-2.6.0.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="C-Reduce - a plugin-based C program reducer" HOMEPAGE="http://embed.cs.utah.edu/creduce/" SRC_URI="http://embed.cs.utah.edu/creduce/${P}.tar.gz" -LICENSE="creduce" +LICENSE="UoI-NCSA" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/dev-util/creduce/creduce-9999.ebuild b/dev-util/creduce/creduce-9999.ebuild index 4979bd2911a..890a2930d45 100644 --- a/dev-util/creduce/creduce-9999.ebuild +++ b/dev-util/creduce/creduce-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,7 +13,7 @@ DESCRIPTION="C-Reduce - a plugin-based C program reducer" HOMEPAGE="http://embed.cs.utah.edu/creduce/" SRC_URI="" -LICENSE="creduce" +LICENSE="UoI-NCSA" SLOT="0" KEYWORDS="" IUSE=""