diff options
Diffstat (limited to 'net-mail')
31 files changed, 53 insertions, 53 deletions
diff --git a/net-mail/altermime/altermime-0.3.11.ebuild b/net-mail/altermime/altermime-0.3.11.ebuild index 1e09d54ec526..581483e965e0 100644 --- a/net-mail/altermime/altermime-0.3.11.ebuild +++ b/net-mail/altermime/altermime-0.3.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ src_compile() { emake CC="$(tc-getCC)" } -src_install () { +src_install() { dobin altermime dodoc CHANGELOG README } diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild index 3bb578554277..a4c094b9d870 100644 --- a/net-mail/autorespond/autorespond-2.0.4.ebuild +++ b/net-mail/autorespond/autorespond-2.0.4.ebuild @@ -22,7 +22,7 @@ src_compile() { emake CFLAGS="${CFLAGS}" } -src_install () { +src_install() { into /var/qmail dobin autorespond doman *.1 diff --git a/net-mail/autorespond/autorespond-2.0.5.ebuild b/net-mail/autorespond/autorespond-2.0.5.ebuild index 5e32640b6e10..5f8e4a3be0db 100644 --- a/net-mail/autorespond/autorespond-2.0.5.ebuild +++ b/net-mail/autorespond/autorespond-2.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ src_compile() { emake CFLAGS="${CFLAGS}" } -src_install () { +src_install() { into /var/qmail dobin autorespond doman *.1 diff --git a/net-mail/dovecot/dovecot-2.2.36.4.ebuild b/net-mail/dovecot/dovecot-2.2.36.4.ebuild index e6d570d9eaae..6c62c9508e1c 100644 --- a/net-mail/dovecot/dovecot-2.2.36.4.ebuild +++ b/net-mail/dovecot/dovecot-2.2.36.4.ebuild @@ -152,7 +152,7 @@ src_test() { fi } -src_install () { +src_install() { default # insecure: diff --git a/net-mail/dovecot/dovecot-2.3.7.2.ebuild b/net-mail/dovecot/dovecot-2.3.7.2.ebuild index c9370c405ef2..6f324140362b 100644 --- a/net-mail/dovecot/dovecot-2.3.7.2.ebuild +++ b/net-mail/dovecot/dovecot-2.3.7.2.ebuild @@ -156,7 +156,7 @@ src_test() { fi } -src_install () { +src_install() { default # insecure: diff --git a/net-mail/dovecot/dovecot-2.3.9.3.ebuild b/net-mail/dovecot/dovecot-2.3.9.3.ebuild index 1b1866c7d404..c66623c54652 100644 --- a/net-mail/dovecot/dovecot-2.3.9.3.ebuild +++ b/net-mail/dovecot/dovecot-2.3.9.3.ebuild @@ -151,7 +151,7 @@ src_test() { fi } -src_install () { +src_install() { default # insecure: diff --git a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r3.ebuild b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r3.ebuild index 1f0025826f86..be9e1266ac47 100644 --- a/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r3.ebuild +++ b/net-mail/ezmlm-idx/ezmlm-idx-7.0.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -48,7 +48,7 @@ src_compile() { fi } -src_install () { +src_install() { dodir /usr/bin /usr/$(get_libdir)/ezmlm /etc/ezmlm /usr/share/man dobin ezmlm-{cgi,checksub,import,rmtab} diff --git a/net-mail/isync/isync-1.3.1.ebuild b/net-mail/isync/isync-1.3.1.ebuild index dbd86955dbcb..83a9098db3da 100644 --- a/net-mail/isync/isync-1.3.1.ebuild +++ b/net-mail/isync/isync-1.3.1.ebuild @@ -31,12 +31,12 @@ DEPEND="${RDEPEND} dev-lang/perl " -src_prepare () { +src_prepare() { default [[ ${PV} == 9999 ]] && eautoreconf } -src_configure () { +src_configure() { econf \ $(use_with ssl) \ $(use_with sasl) \ diff --git a/net-mail/isync/isync-9999.ebuild b/net-mail/isync/isync-9999.ebuild index a9663859bf83..c9d9c4a0112f 100644 --- a/net-mail/isync/isync-9999.ebuild +++ b/net-mail/isync/isync-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,12 +31,12 @@ DEPEND="${RDEPEND} dev-lang/perl " -src_prepare () { +src_prepare() { default [[ ${PV} == 9999 ]] && eautoreconf } -src_configure () { +src_configure() { econf \ $(use_with ssl) \ $(use_with sasl) \ diff --git a/net-mail/lbdb/lbdb-0.41.ebuild b/net-mail/lbdb/lbdb-0.41.ebuild index 9bc42cb1b34a..82bcdb4c6e0f 100644 --- a/net-mail/lbdb/lbdb-0.41.ebuild +++ b/net-mail/lbdb/lbdb-0.41.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -44,7 +44,7 @@ src_configure() { --libdir=/usr/$(get_libdir)/lbdb } -src_install () { +src_install() { emake install_prefix="${D}" install dodoc README TODO debian/changelog } diff --git a/net-mail/lbdb/lbdb-0.47.ebuild b/net-mail/lbdb/lbdb-0.47.ebuild index 7ac9a150cc56..1d0c6752cfca 100644 --- a/net-mail/lbdb/lbdb-0.47.ebuild +++ b/net-mail/lbdb/lbdb-0.47.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,7 +50,7 @@ src_configure() { --libdir="${EPREFIX}"/usr/$(get_libdir)/lbdb } -src_install () { +src_install() { emake install_prefix="${D}" install dodoc README TODO debian/changelog } diff --git a/net-mail/mailman/mailman-2.1.29-r3.ebuild b/net-mail/mailman/mailman-2.1.29-r3.ebuild index 98954d73b404..f4b289046d8c 100644 --- a/net-mail/mailman/mailman-2.1.29-r3.ebuild +++ b/net-mail/mailman/mailman-2.1.29-r3.ebuild @@ -67,7 +67,7 @@ src_configure() { --with-python="${PYTHON}" } -src_install () { +src_install() { emake "DESTDIR=${D}" doinstall insinto /etc/apache2/modules.d diff --git a/net-mail/mailman/mailman-2.1.29-r4.ebuild b/net-mail/mailman/mailman-2.1.29-r4.ebuild index ed0fc12b55eb..82228bd9d94c 100644 --- a/net-mail/mailman/mailman-2.1.29-r4.ebuild +++ b/net-mail/mailman/mailman-2.1.29-r4.ebuild @@ -70,7 +70,7 @@ src_configure() { --with-python="${PYTHON}" } -src_install () { +src_install() { emake "DESTDIR=${D}" doinstall insinto /etc/apache2/modules.d diff --git a/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild b/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild index 3f990709627a..a2e8ff7afb6e 100644 --- a/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild +++ b/net-mail/mboxgrep/mboxgrep-0.7.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -21,7 +21,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-ldflags.patch } -src_install () { +src_install() { emake \ prefix="${D}"/usr \ mandir="${D}"/usr/share/man \ diff --git a/net-mail/metamail/metamail-2.7.53.3-r2.ebuild b/net-mail/metamail/metamail-2.7.53.3-r2.ebuild index c45999980639..55fb5c01c455 100644 --- a/net-mail/metamail/metamail-2.7.53.3-r2.ebuild +++ b/net-mail/metamail/metamail-2.7.53.3-r2.ebuild @@ -58,7 +58,7 @@ src_compile() { emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc CREDITS README rm man/mmencode.1 diff --git a/net-mail/mpack/mpack-1.6-r4.ebuild b/net-mail/mpack/mpack-1.6-r4.ebuild index d3411787bb6c..cdc76aa564c7 100644 --- a/net-mail/mpack/mpack-1.6-r4.ebuild +++ b/net-mail/mpack/mpack-1.6-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ src_prepare() { eautoreconf } -src_install () { +src_install() { emake DESTDIR="${D}" install dodoc README.* Changes } diff --git a/net-mail/mu/mu-0.9.18-r2.ebuild b/net-mail/mu/mu-0.9.18-r2.ebuild index 06975fccce4f..432982f12baa 100644 --- a/net-mail/mu/mu-0.9.18-r2.ebuild +++ b/net-mail/mu/mu-0.9.18-r2.ebuild @@ -39,7 +39,7 @@ src_configure() { $(use_enable emacs mu4e) } -src_install () { +src_install() { dobin mu/mu dodoc AUTHORS HACKING NEWS NEWS.org TODO README README.org ChangeLog if use emacs; then @@ -54,7 +54,7 @@ src_install () { man/mu-view.1 man/mu.1 } -src_test () { +src_test() { # Note: Fails with parallel make emake -j1 check } diff --git a/net-mail/mu/mu-1.0.ebuild b/net-mail/mu/mu-1.0.ebuild index 608ce7616129..f6af245b6533 100644 --- a/net-mail/mu/mu-1.0.ebuild +++ b/net-mail/mu/mu-1.0.ebuild @@ -39,7 +39,7 @@ src_configure() { $(use_enable emacs mu4e) } -src_install () { +src_install() { dobin mu/mu dodoc AUTHORS HACKING NEWS NEWS.org TODO README README.org ChangeLog if use emacs; then @@ -54,7 +54,7 @@ src_install () { man/mu-view.1 man/mu.1 } -src_test () { +src_test() { # Note: Fails with parallel make emake -j1 check } diff --git a/net-mail/mu/mu-1.3.5.ebuild b/net-mail/mu/mu-1.3.5.ebuild index 3e40b2e3d546..1eff9ba7e75c 100644 --- a/net-mail/mu/mu-1.3.5.ebuild +++ b/net-mail/mu/mu-1.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -43,7 +43,7 @@ src_configure() { $(use_enable guile) } -src_install () { +src_install() { dobin mu/mu dodoc AUTHORS HACKING NEWS NEWS.org TODO README README.org ChangeLog if use emacs; then @@ -63,7 +63,7 @@ src_install () { fi } -src_test () { +src_test() { # Note: Fails with parallel make emake -j1 check } diff --git a/net-mail/pop2imap/pop2imap-1.18.ebuild b/net-mail/pop2imap/pop2imap-1.18.ebuild index 4da06b095bcc..6f6a40519685 100644 --- a/net-mail/pop2imap/pop2imap-1.18.ebuild +++ b/net-mail/pop2imap/pop2imap-1.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -20,7 +20,7 @@ RDEPEND="dev-lang/perl dev-perl/Date-Manip dev-perl/IO-Socket-SSL" -src_install(){ +src_install() { dobin pop2imap dodoc ChangeLog README VERSION } diff --git a/net-mail/pop2imap/pop2imap-1.21.ebuild b/net-mail/pop2imap/pop2imap-1.21.ebuild index 5122fc25d855..541e50751c7a 100644 --- a/net-mail/pop2imap/pop2imap-1.21.ebuild +++ b/net-mail/pop2imap/pop2imap-1.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,7 @@ RDEPEND="dev-lang/perl dev-perl/Date-Manip dev-perl/IO-Socket-SSL" -src_install(){ +src_install() { dobin pop2imap dodoc ChangeLog README VERSION } diff --git a/net-mail/popa3d/popa3d-1.0.2-r1.ebuild b/net-mail/popa3d/popa3d-1.0.2-r1.ebuild index 6ef18a842976..a668854c980e 100644 --- a/net-mail/popa3d/popa3d-1.0.2-r1.ebuild +++ b/net-mail/popa3d/popa3d-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -83,7 +83,7 @@ pkg_setup() { enewuser popa3d -1 -1 -1 popa3d } -src_prepare(){ +src_prepare() { epatch "${DISTDIR}"/popa3d-0.6.3-vname-2.diff.gz use maildir && epatch "${DISTDIR}"/popa3d-0.5.9-maildir-2.diff.gz } diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-0.97-r3.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-0.97-r3.ebuild index 628f1cb559a0..a3bfc4346de2 100644 --- a/net-mail/qmail-autoresponder/qmail-autoresponder-0.97-r3.ebuild +++ b/net-mail/qmail-autoresponder/qmail-autoresponder-0.97-r3.ebuild @@ -42,7 +42,7 @@ src_compile() { fi } -src_install () { +src_install() { dobin qmail-autoresponder doman qmail-autoresponder.1 if use mysql; then diff --git a/net-mail/qmail-autoresponder/qmail-autoresponder-2.0.ebuild b/net-mail/qmail-autoresponder/qmail-autoresponder-2.0.ebuild index 623cf77ed841..1fdf92e79e0d 100644 --- a/net-mail/qmail-autoresponder/qmail-autoresponder-2.0.ebuild +++ b/net-mail/qmail-autoresponder/qmail-autoresponder-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ src_compile() { fi } -src_install () { +src_install() { dobin qmail-autoresponder doman qmail-autoresponder.1 if use mysql; then diff --git a/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild b/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild index 83f5853ff50c..9fc864f17f3b 100644 --- a/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild +++ b/net-mail/qmail-notify/qmail-notify-0.93-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ src_prepare() { sed -e "#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i Makefile || die 'Patching Makefile failed.' } -src_install () { +src_install() { exeinto /usr/sbin doexe qmail-notify diff --git a/net-mail/qmrtg/qmrtg-2.1-r2.ebuild b/net-mail/qmrtg/qmrtg-2.1-r2.ebuild index 76d25064d2e2..63631c3a3098 100644 --- a/net-mail/qmrtg/qmrtg-2.1-r2.ebuild +++ b/net-mail/qmrtg/qmrtg-2.1-r2.ebuild @@ -26,7 +26,7 @@ src_prepare() { DOCS=( INSTALL.txt ) -src_install () { +src_install() { default keepdir /var/lib/qmrtg diff --git a/net-mail/queue-fix/queue-fix-1.4-r3.ebuild b/net-mail/queue-fix/queue-fix-1.4-r3.ebuild index 9f37b02f1994..d0cfb8c6a89d 100644 --- a/net-mail/queue-fix/queue-fix-1.4-r3.ebuild +++ b/net-mail/queue-fix/queue-fix-1.4-r3.ebuild @@ -34,7 +34,7 @@ src_configure() { sed -e "s#'ar #'$(tc-getAR) #" -e "s#'ranlib #'$(tc-getRANLIB) #" -i make-makelib.sh || die } -src_install () { +src_install() { dobin queue-fix einstalldocs diff --git a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild b/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild index 7c47c65e2858..e62635a6cac0 100644 --- a/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild +++ b/net-mail/queue-repair/queue-repair-0.9.0-r1.ebuild @@ -22,7 +22,7 @@ DEPEND="${RDEPEND}" DOCS=( BLURB TODO CHANGELOG ) -src_install () { +src_install() { python_newscript queue_repair.py queue-repair.py dosym queue-repair.py /usr/bin/queue-repair einstalldocs diff --git a/net-mail/renattach/renattach-1.2.4-r1.ebuild b/net-mail/renattach/renattach-1.2.4-r1.ebuild index 229c8450c7cc..b03935f66fb7 100644 --- a/net-mail/renattach/renattach-1.2.4-r1.ebuild +++ b/net-mail/renattach/renattach-1.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" -src_install () { +src_install() { emake DESTDIR="${D}" install mv "${D}"/etc/renattach.conf.ex "${D}"/etc/renattach.conf || die diff --git a/net-mail/vacation/vacation-1.2.7.0.ebuild b/net-mail/vacation/vacation-1.2.7.0.ebuild index 09a54e91cc78..99cd4e75fca9 100644 --- a/net-mail/vacation/vacation-1.2.7.0.ebuild +++ b/net-mail/vacation/vacation-1.2.7.0.ebuild @@ -25,10 +25,10 @@ src_prepare() { -e "s:-Xlinker:${LDFLAGS} -Xlinker:" Makefile || die } -src_compile () { +src_compile() { emake CFLAGS="${CFLAGS} -DMAIN" } -src_install () { +src_install() { emake BINDIR="${ED}/usr/bin" MANDIR="${ED}/usr/share/man/man" install } diff --git a/net-mail/vqadmin/vqadmin-2.3.7.ebuild b/net-mail/vqadmin/vqadmin-2.3.7.ebuild index 50516805cf56..3acb964ec3b8 100644 --- a/net-mail/vqadmin/vqadmin-2.3.7.ebuild +++ b/net-mail/vqadmin/vqadmin-2.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,7 +40,7 @@ src_configure() { --enable-cgibindir="${MY_CGIBINDIR}" } -src_install () { +src_install() { webapp_src_preinst insinto /usr/share/${PN} |