Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/doas/
Date: Sun, 31 Jan 2021 20:23:38
Message-Id: 1612124613.99d48ffd9392fbd2fb63d53edfed82353deccc93.sam@gentoo
1 commit: 99d48ffd9392fbd2fb63d53edfed82353deccc93
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 20:23:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 20:23:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d48ffd
7
8 app-admin/doas: make DESCRIPTION emphasise non-official status
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-admin/doas/doas-6.0.ebuild | 4 ++--
14 app-admin/doas/doas-6.6.1.ebuild | 4 ++--
15 app-admin/doas/doas-6.8.1.ebuild | 2 +-
16 app-admin/doas/doas-6.8.ebuild | 2 +-
17 4 files changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/app-admin/doas/doas-6.0.ebuild b/app-admin/doas/doas-6.0.ebuild
20 index 5ee851f748f..08f3406d2f0 100644
21 --- a/app-admin/doas/doas-6.0.ebuild
22 +++ b/app-admin/doas/doas-6.0.ebuild
23 @@ -1,11 +1,11 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29
30 inherit toolchain-funcs
31
32 -DESCRIPTION="Run commands as super user or another user, alternative to sudo from OpenBSD"
33 +DESCRIPTION="Run commands as super/another user (alt sudo) (unofficial port from OpenBSD)"
34
35 MY_PN=OpenDoas
36 MY_P=${MY_PN}-${PV}
37
38 diff --git a/app-admin/doas/doas-6.6.1.ebuild b/app-admin/doas/doas-6.6.1.ebuild
39 index 04fca0a26c7..45b4cea04e5 100644
40 --- a/app-admin/doas/doas-6.6.1.ebuild
41 +++ b/app-admin/doas/doas-6.6.1.ebuild
42 @@ -1,11 +1,11 @@
43 -# Copyright 1999-2020 Gentoo Authors
44 +# Copyright 1999-2021 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=7
48
49 inherit toolchain-funcs
50
51 -DESCRIPTION="Run commands as super user or another user, alternative to sudo from OpenBSD"
52 +DESCRIPTION="Run commands as super/another user (alt sudo) (unofficial port from OpenBSD)"
53
54 MY_PN=OpenDoas
55 MY_P=${MY_PN}-${PV}
56
57 diff --git a/app-admin/doas/doas-6.8.1.ebuild b/app-admin/doas/doas-6.8.1.ebuild
58 index 294eda46cd6..deb04261e4e 100644
59 --- a/app-admin/doas/doas-6.8.1.ebuild
60 +++ b/app-admin/doas/doas-6.8.1.ebuild
61 @@ -7,7 +7,7 @@ inherit toolchain-funcs
62
63 MY_PN=OpenDoas
64 MY_P=${MY_PN}-${PV}
65 -DESCRIPTION="Run commands as super user or another user, alternative to sudo from OpenBSD"
66 +DESCRIPTION="Run commands as super/another user (alt sudo) (unofficial port from OpenBSD)"
67 HOMEPAGE="https://github.com/Duncaen/OpenDoas"
68 SRC_URI="https://github.com/Duncaen/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
69 S="${WORKDIR}"/${MY_P}
70
71 diff --git a/app-admin/doas/doas-6.8.ebuild b/app-admin/doas/doas-6.8.ebuild
72 index 294eda46cd6..deb04261e4e 100644
73 --- a/app-admin/doas/doas-6.8.ebuild
74 +++ b/app-admin/doas/doas-6.8.ebuild
75 @@ -7,7 +7,7 @@ inherit toolchain-funcs
76
77 MY_PN=OpenDoas
78 MY_P=${MY_PN}-${PV}
79 -DESCRIPTION="Run commands as super user or another user, alternative to sudo from OpenBSD"
80 +DESCRIPTION="Run commands as super/another user (alt sudo) (unofficial port from OpenBSD)"
81 HOMEPAGE="https://github.com/Duncaen/OpenDoas"
82 SRC_URI="https://github.com/Duncaen/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
83 S="${WORKDIR}"/${MY_P}