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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68F7D15813A for ; Thu, 16 Jan 2025 09:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F8A9E07E1; Thu, 16 Jan 2025 09:27:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 29067E07E1 for ; Thu, 16 Jan 2025 09:27:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BB204343111 for ; Thu, 16 Jan 2025 09:27:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10FCE1F9A for ; Thu, 16 Jan 2025 09:27:24 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1737018083.36c14dffe1f896eede50c250974c086dfea8083f.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/serialmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/serialmail/serialmail-0.75-r5.ebuild X-VCS-Directories: net-mail/serialmail/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 36c14dffe1f896eede50c250974c086dfea8083f X-VCS-Branch: master Date: Thu, 16 Jan 2025 09:27:24 +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: f63083bb-0911-4f6e-8b49-b2f2adc77e80 X-Archives-Hash: f3ec023c021734046f1c2e62c3e4198e commit: 36c14dffe1f896eede50c250974c086dfea8083f Author: Petr Vaněk gentoo org> AuthorDate: Thu Jan 16 09:01:15 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Thu Jan 16 09:01:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c14dff net-mail/serialmail: update LICENSE As of today, the http://cr.yp.to/distributors.html contains following notice: 2022.11.15: I hereby place the serialmail package (in particular, serialmail-0.75.tar.gz, with SHA-256 checksum 1825c911087f28692c3441d4f95747201c520a22575ab3e6132b5c14097038f3) into the public domain. The package is no longer copyrighted. Therefore, the package license is changed appropriately and mirror and bindist restrictions are dropped. Bug: https://bugs.gentoo.org/444424 Signed-off-by: Petr Vaněk gentoo.org> net-mail/serialmail/serialmail-0.75-r5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-mail/serialmail/serialmail-0.75-r5.ebuild b/net-mail/serialmail/serialmail-0.75-r5.ebuild index e0ee8b24b777..ca05f8018e88 100644 --- a/net-mail/serialmail/serialmail-0.75-r5.ebuild +++ b/net-mail/serialmail/serialmail-0.75-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,11 +10,11 @@ HOMEPAGE="http://cr.yp.to/serialmail.html" SRC_URI="http://cr.yp.to/software/${P}.tar.gz mirror://gentoo/${P}-patch.tar.bz2" -LICENSE="all-rights-reserved" +LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="static" -RESTRICT="mirror bindist test" +RESTRICT="test" BDEPEND="sys-apps/groff" DEPEND=">=sys-apps/ucspi-tcp-0.88"