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 1EE87139085 for ; Tue, 27 Dec 2016 20:00:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 808DEE0CA3; Tue, 27 Dec 2016 20:00:21 +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 5E05CE0CA3 for ; Tue, 27 Dec 2016 20:00:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7845A340EE8 for ; Tue, 27 Dec 2016 20:00:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E52524EC for ; Tue, 27 Dec 2016 20:00:12 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1482868792.b2be237057b1b0a6759e372cbde1cb8ac53451c3.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Crontab/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Config-Crontab/Config-Crontab-1.400.0.ebuild dev-perl/Config-Crontab/Config-Crontab-1.410.0.ebuild X-VCS-Directories: dev-perl/Config-Crontab/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: b2be237057b1b0a6759e372cbde1cb8ac53451c3 X-VCS-Branch: master Date: Tue, 27 Dec 2016 20:00:12 +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: 9ba2b9e1-28ea-4311-82d7-c1241f40a58d X-Archives-Hash: a6a2ea9aef872ec88298dfff96310220 commit: b2be237057b1b0a6759e372cbde1cb8ac53451c3 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Dec 27 19:43:44 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Tue Dec 27 19:59:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2be2370 dev-perl/Config-Crontab: License is actually Artistic, bug 301969 Package-Manager: portage-2.3.3 dev-perl/Config-Crontab/Config-Crontab-1.400.0.ebuild | 3 ++- dev-perl/Config-Crontab/Config-Crontab-1.410.0.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-perl/Config-Crontab/Config-Crontab-1.400.0.ebuild b/dev-perl/Config-Crontab/Config-Crontab-1.400.0.ebuild index b89a71a..4ae91ba 100644 --- a/dev-perl/Config-Crontab/Config-Crontab-1.400.0.ebuild +++ b/dev-perl/Config-Crontab/Config-Crontab-1.400.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$ @@ -9,6 +9,7 @@ MODULE_VERSION=1.40 inherit perl-module DESCRIPTION="Read/Write Vixie compatible crontab(5) files" +LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 x86" diff --git a/dev-perl/Config-Crontab/Config-Crontab-1.410.0.ebuild b/dev-perl/Config-Crontab/Config-Crontab-1.410.0.ebuild index 660ec5d..2de222e 100644 --- a/dev-perl/Config-Crontab/Config-Crontab-1.410.0.ebuild +++ b/dev-perl/Config-Crontab/Config-Crontab-1.410.0.ebuild @@ -10,6 +10,7 @@ DIST_EXAMPLES=("example/*") inherit perl-module DESCRIPTION="Read/Write Vixie compatible crontab(5) files" +LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~x86"