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 74625138334 for ; Thu, 19 Sep 2019 12:31:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA280E08E8; Thu, 19 Sep 2019 12:31:58 +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 91450E08E8 for ; Thu, 19 Sep 2019 12:31:58 +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 32D0B34B3CA for ; Thu, 19 Sep 2019 12:31:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C63CA7F2 for ; Thu, 19 Sep 2019 12:31:54 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1568896269.ee5f74aa1bfc5554006d78ad0dbc9ce3b0baa7c3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/cdist/cdist-4.10.6.ebuild app-admin/cdist/cdist-5.1.3.ebuild X-VCS-Directories: app-admin/cdist/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ee5f74aa1bfc5554006d78ad0dbc9ce3b0baa7c3 X-VCS-Branch: master Date: Thu, 19 Sep 2019 12:31:54 +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: 5f136424-a7d6-450b-ae55-7673ebe7db41 X-Archives-Hash: da5d1c55bd76ae5a84b2258cd92b79b5 commit: ee5f74aa1bfc5554006d78ad0dbc9ce3b0baa7c3 Author: Daniel Heule ipwar ch> AuthorDate: Thu Sep 19 06:12:57 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Sep 19 12:31:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5f74aa app-admin/cdist: fixed cdist license in ebuild Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Daniel Heule ipwar.ch> Closes: https://github.com/gentoo/gentoo/pull/12962 Signed-off-by: Joonas Niilola gentoo.org> app-admin/cdist/cdist-4.10.6.ebuild | 2 +- app-admin/cdist/cdist-5.1.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/cdist/cdist-4.10.6.ebuild b/app-admin/cdist/cdist-4.10.6.ebuild index d9e2be9d9d9..5d7033af278 100644 --- a/app-admin/cdist/cdist-4.10.6.ebuild +++ b/app-admin/cdist/cdist-4.10.6.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A usable configuration management system" HOMEPAGE="https://www.nico.schottelius.org/software/cdist/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" diff --git a/app-admin/cdist/cdist-5.1.3.ebuild b/app-admin/cdist/cdist-5.1.3.ebuild index d9e2be9d9d9..5d7033af278 100644 --- a/app-admin/cdist/cdist-5.1.3.ebuild +++ b/app-admin/cdist/cdist-5.1.3.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A usable configuration management system" HOMEPAGE="https://www.nico.schottelius.org/software/cdist/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc"