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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 418B715808B for ; Sun, 17 Apr 2022 12:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAC23E08E0; Sun, 17 Apr 2022 12:03:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EAC3E08E0 for ; Sun, 17 Apr 2022 12:03:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 720F4341734 for ; Sun, 17 Apr 2022 12:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFA243AF for ; Sun, 17 Apr 2022 12:03:04 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1650196955.696d0436b15d2cee75f4fd5af43483529d24f8ce.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/pure-ftpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/pure-ftpd/pure-ftpd-1.0.49-r6.ebuild net-ftp/pure-ftpd/pure-ftpd-1.0.50-r1.ebuild net-ftp/pure-ftpd/pure-ftpd-1.0.50-r3.ebuild net-ftp/pure-ftpd/pure-ftpd-9999.ebuild X-VCS-Directories: net-ftp/pure-ftpd/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 696d0436b15d2cee75f4fd5af43483529d24f8ce X-VCS-Branch: master Date: Sun, 17 Apr 2022 12:03:04 +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: ea86e5be-5b5b-445e-9e49-7138a9f1605f X-Archives-Hash: 000efce962af3a5d9d581dc37075b90a commit: 696d0436b15d2cee75f4fd5af43483529d24f8ce Author: Conrad Kostecki gentoo org> AuthorDate: Sun Apr 17 12:01:32 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Apr 17 12:02:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696d0436 net-ftp/pure-ftpd: add GPL-2 license Adding GPL-2 license, as initd/confd script is GPL-2. Closes: https://bugs.gentoo.org/426030 Signed-off-by: Conrad Kostecki gentoo.org> net-ftp/pure-ftpd/pure-ftpd-1.0.49-r6.ebuild | 2 +- net-ftp/pure-ftpd/pure-ftpd-1.0.50-r1.ebuild | 2 +- net-ftp/pure-ftpd/pure-ftpd-1.0.50-r3.ebuild | 2 +- net-ftp/pure-ftpd/pure-ftpd-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r6.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r6.ebuild index d54809d44fa9..784e79dcafc5 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r6.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.49-r6.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86" fi -LICENSE="BSD" +LICENSE="BSD GPL-2" SLOT="0" IUSE="anondel anonperm anonren anonres caps implicittls ldap mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd" diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.50-r1.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.50-r1.ebuild index 4be40c54c4ef..e78b1e52dc2e 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.50-r1.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.50-r1.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi -LICENSE="BSD" +LICENSE="BSD GPL-2" SLOT="0" IUSE="anondel anonperm anonren anonres caps implicittls ldap mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd" diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.50-r3.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.50-r3.ebuild index 262899d4e207..54840295fde7 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.50-r3.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.50-r3.ebuild @@ -18,7 +18,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi -LICENSE="BSD" +LICENSE="BSD GPL-2" SLOT="0" IUSE="anondel anonperm anonren anonres caps implicittls ldap mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd" REQUIRED_USE="implicittls? ( ssl )" diff --git a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild index 262899d4e207..54840295fde7 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild @@ -18,7 +18,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi -LICENSE="BSD" +LICENSE="BSD GPL-2" SLOT="0" IUSE="anondel anonperm anonren anonres caps implicittls ldap mysql noiplog pam paranoidmsg postgres resolveids selinux ssl sysquota vchroot xinetd" REQUIRED_USE="implicittls? ( ssl )"