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 C27751382C5 for ; Sun, 31 Jan 2021 20:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12509E0827; Sun, 31 Jan 2021 20:23:38 +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 EDB1EE0827 for ; Sun, 31 Jan 2021 20:23:37 +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 A8BB1340F34 for ; Sun, 31 Jan 2021 20:23:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B426478 for ; Sun, 31 Jan 2021 20:23:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612124613.99d48ffd9392fbd2fb63d53edfed82353deccc93.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/doas/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/doas/doas-6.0.ebuild app-admin/doas/doas-6.6.1.ebuild app-admin/doas/doas-6.8.1.ebuild app-admin/doas/doas-6.8.ebuild X-VCS-Directories: app-admin/doas/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 99d48ffd9392fbd2fb63d53edfed82353deccc93 X-VCS-Branch: master Date: Sun, 31 Jan 2021 20:23:35 +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: 4db280b8-5ad6-47f3-8544-60e2368bd056 X-Archives-Hash: 9c6d0b2ca180da7d72fd49518fb1c589 commit: 99d48ffd9392fbd2fb63d53edfed82353deccc93 Author: Sam James gentoo org> AuthorDate: Sun Jan 31 20:23:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 31 20:23:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d48ffd app-admin/doas: make DESCRIPTION emphasise non-official status Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-admin/doas/doas-6.0.ebuild | 4 ++-- app-admin/doas/doas-6.6.1.ebuild | 4 ++-- app-admin/doas/doas-6.8.1.ebuild | 2 +- app-admin/doas/doas-6.8.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-admin/doas/doas-6.0.ebuild b/app-admin/doas/doas-6.0.ebuild index 5ee851f748f..08f3406d2f0 100644 --- a/app-admin/doas/doas-6.0.ebuild +++ b/app-admin/doas/doas-6.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit toolchain-funcs -DESCRIPTION="Run commands as super user or another user, alternative to sudo from OpenBSD" +DESCRIPTION="Run commands as super/another user (alt sudo) (unofficial port from OpenBSD)" MY_PN=OpenDoas MY_P=${MY_PN}-${PV} diff --git a/app-admin/doas/doas-6.6.1.ebuild b/app-admin/doas/doas-6.6.1.ebuild index 04fca0a26c7..45b4cea04e5 100644 --- a/app-admin/doas/doas-6.6.1.ebuild +++ b/app-admin/doas/doas-6.6.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit toolchain-funcs -DESCRIPTION="Run commands as super user or another user, alternative to sudo from OpenBSD" +DESCRIPTION="Run commands as super/another user (alt sudo) (unofficial port from OpenBSD)" MY_PN=OpenDoas MY_P=${MY_PN}-${PV} diff --git a/app-admin/doas/doas-6.8.1.ebuild b/app-admin/doas/doas-6.8.1.ebuild index 294eda46cd6..deb04261e4e 100644 --- a/app-admin/doas/doas-6.8.1.ebuild +++ b/app-admin/doas/doas-6.8.1.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs MY_PN=OpenDoas MY_P=${MY_PN}-${PV} -DESCRIPTION="Run commands as super user or another user, alternative to sudo from OpenBSD" +DESCRIPTION="Run commands as super/another user (alt sudo) (unofficial port from OpenBSD)" HOMEPAGE="https://github.com/Duncaen/OpenDoas" SRC_URI="https://github.com/Duncaen/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} diff --git a/app-admin/doas/doas-6.8.ebuild b/app-admin/doas/doas-6.8.ebuild index 294eda46cd6..deb04261e4e 100644 --- a/app-admin/doas/doas-6.8.ebuild +++ b/app-admin/doas/doas-6.8.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs MY_PN=OpenDoas MY_P=${MY_PN}-${PV} -DESCRIPTION="Run commands as super user or another user, alternative to sudo from OpenBSD" +DESCRIPTION="Run commands as super/another user (alt sudo) (unofficial port from OpenBSD)" HOMEPAGE="https://github.com/Duncaen/OpenDoas" SRC_URI="https://github.com/Duncaen/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P}