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 A8316138334 for ; Mon, 17 Jun 2019 18:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADF7DE089E; Mon, 17 Jun 2019 18:49:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 931E9E089E for ; Mon, 17 Jun 2019 18:49:17 +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 27F68346345 for ; Mon, 17 Jun 2019 18:49:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 649985DE for ; Mon, 17 Jun 2019 18:49:14 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1560797122.e9b0308821cc27dba266f192bf17af3b3c550361.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/getopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/getopt/getopt-1.1.6.ebuild X-VCS-Directories: app-misc/getopt/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e9b0308821cc27dba266f192bf17af3b3c550361 X-VCS-Branch: master Date: Mon, 17 Jun 2019 18:49:14 +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: 1771f106-5797-4b8a-8a8a-64bbbd46de67 X-Archives-Hash: d66b63d6eecd41ce9634a19ed73999ca commit: e9b0308821cc27dba266f192bf17af3b3c550361 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 18 16:26:41 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jun 17 18:45:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b03088 app-misc/getopt: fix LICENSE, update HOMEPAGE Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Fabian Groffen gentoo.org> app-misc/getopt/getopt-1.1.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/getopt/getopt-1.1.6.ebuild b/app-misc/getopt/getopt-1.1.6.ebuild index 0c611893fde..c8484dcabab 100644 --- a/app-misc/getopt/getopt-1.1.6.ebuild +++ b/app-misc/getopt/getopt-1.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,10 +6,10 @@ EAPI=4 inherit toolchain-funcs eutils DESCRIPTION="getopt(1) replacement supporting GNU-style long options" -HOMEPAGE="http://software.frodo.looijaard.name/getopt/" +HOMEPAGE="http://frodo.looijaard.name/project/getopt/" SRC_URI="http://frodo.looijaard.name/system/files/software/getopt/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls"