diff options
author | Sam James <sam@gentoo.org> | 2021-01-31 20:23:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-31 20:23:33 +0000 |
commit | 99d48ffd9392fbd2fb63d53edfed82353deccc93 (patch) | |
tree | 7dc8d1f9383d2bfbbf1ee7c73193044c6cf6cdfe /app-admin/doas | |
parent | media-sound/kid3: Make test dependencies optional, add missing BDEPEND (diff) | |
download | gentoo-99d48ffd9392fbd2fb63d53edfed82353deccc93.tar.gz gentoo-99d48ffd9392fbd2fb63d53edfed82353deccc93.tar.bz2 gentoo-99d48ffd9392fbd2fb63d53edfed82353deccc93.zip |
app-admin/doas: make DESCRIPTION emphasise non-official status
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/doas')
-rw-r--r-- | app-admin/doas/doas-6.0.ebuild | 4 | ||||
-rw-r--r-- | app-admin/doas/doas-6.6.1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/doas/doas-6.8.1.ebuild | 2 | ||||
-rw-r--r-- | 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 5ee851f748f7..08f3406d2f0f 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 04fca0a26c79..45b4cea04e56 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 294eda46cd60..deb04261e4e8 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 294eda46cd60..deb04261e4e8 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} |