diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 21:54:25 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-13 22:08:10 +0100 |
commit | 59dc589f40712c4da57b8763faf43c537c1e7f8d (patch) | |
tree | ad50601dee179a07dd14f5f42843974dbfe1f06a /net-mail/mailbase | |
parent | sci-libs/keras: fix ci 'RedundantLongDescription' (diff) | |
download | gentoo-59dc589f40712c4da57b8763faf43c537c1e7f8d.tar.gz gentoo-59dc589f40712c4da57b8763faf43c537c1e7f8d.tar.bz2 gentoo-59dc589f40712c4da57b8763faf43c537c1e7f8d.zip |
net-mail/mailbase: fix ci 'RedundantDodir'
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-mail/mailbase')
-rw-r--r-- | net-mail/mailbase/mailbase-1.6-r1.ebuild | 12 | ||||
-rw-r--r-- | net-mail/mailbase/mailbase-1.7.ebuild | 9 | ||||
-rw-r--r-- | net-mail/mailbase/mailbase-1.8.ebuild | 5 |
3 files changed, 12 insertions, 14 deletions
diff --git a/net-mail/mailbase/mailbase-1.6-r1.ebuild b/net-mail/mailbase/mailbase-1.6-r1.ebuild index 724400f5e450..c8ddcc3a5694 100644 --- a/net-mail/mailbase/mailbase-1.6-r1.ebuild +++ b/net-mail/mailbase/mailbase-1.6-r1.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" + inherit pam DESCRIPTION="MTA layout package" SRC_URI="" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +S=${WORKDIR} LICENSE="GPL-2" SLOT="0" @@ -18,12 +20,10 @@ RDEPEND=" acct-user/mail acct-user/postmaster pam? ( sys-libs/pam ) - !<net-mail/metamail-2.7.53.3-r2" - -S=${WORKDIR} + !<net-mail/metamail-2.7.53.3-r2 +" src_install() { - dodir /etc/mail insinto /etc/mail doins "${FILESDIR}"/aliases insinto /etc diff --git a/net-mail/mailbase/mailbase-1.7.ebuild b/net-mail/mailbase/mailbase-1.7.ebuild index 3dd86a87fa2f..242efe827056 100644 --- a/net-mail/mailbase/mailbase-1.7.ebuild +++ b/net-mail/mailbase/mailbase-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -7,6 +7,7 @@ inherit pam DESCRIPTION="MTA layout package" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +S=${WORKDIR} LICENSE="GPL-2" SLOT="0" @@ -18,12 +19,10 @@ RDEPEND=" acct-user/mail acct-user/postmaster pam? ( sys-libs/pam ) - !<net-mail/metamail-2.7.53.3-r2" - -S=${WORKDIR} + !<net-mail/metamail-2.7.53.3-r2 +" src_install() { - dodir /etc/mail insinto /etc/mail doins "${FILESDIR}"/aliases insinto /etc diff --git a/net-mail/mailbase/mailbase-1.8.ebuild b/net-mail/mailbase/mailbase-1.8.ebuild index 699bdc713711..cda3bb10477b 100644 --- a/net-mail/mailbase/mailbase-1.8.ebuild +++ b/net-mail/mailbase/mailbase-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -7,6 +7,7 @@ inherit pam DESCRIPTION="MTA layout package" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +S=${WORKDIR} LICENSE="GPL-2" SLOT="0" @@ -20,8 +21,6 @@ RDEPEND=" pam? ( sys-libs/pam ) " -S=${WORKDIR} - src_install() { insinto /etc/mail doins "${FILESDIR}"/aliases |