Gentoo Archives: gentoo-commits

From: Eray Aslan <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailbase/, net-mail/mailbase/files/
Date: Mon, 27 Dec 2021 05:38:59
Message-Id: 1640583526.d5bd002303ad67cfc0b5e8ebd9fb018d06fdccfd.eras@gentoo
1 commit: d5bd002303ad67cfc0b5e8ebd9fb018d06fdccfd
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 27 05:38:46 2021 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 27 05:38:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5bd0023
7
8 net-mail/mailbase: remove old
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Eray Aslan <eras <AT> gentoo.org>
12
13 net-mail/mailbase/files/mailcap | 25 -----------------
14 net-mail/mailbase/mailbase-1.5-r2.ebuild | 47 --------------------------------
15 2 files changed, 72 deletions(-)
16
17 diff --git a/net-mail/mailbase/files/mailcap b/net-mail/mailbase/files/mailcap
18 deleted file mode 100644
19 index 7c42a55cf635..000000000000
20 --- a/net-mail/mailbase/files/mailcap
21 +++ /dev/null
22 @@ -1,25 +0,0 @@
23 -
24 -text/plain; less '%s'; needsterminal
25 -application/x-troff-man; /usr/bin/nroff -mandoc -Tlatin1; copiousoutput; print=/usr/bin/nroff -mandoc -Tlatin1 | print text/plain:-
26 -text/plain; shownonascii iso-8859-1 '%s'; description="Plain ASCII Text"; test=test "$(echo %{charset} | tr "[A-Z]" "[a-z]")" = iso-8859-1 -a "$DISPLAY" != ""
27 -text/richtext; shownonascii iso-8859-1 -e richtext -p '%s'; description="Richtext"; copiousoutput; test=test "$(echo %{charset} | tr "[A-Z]" "[a-z]")" = iso-8859-1 -a "$DISPLAY" != ""
28 -text/enriched; shownonascii iso-8859-1 -e richtext -e -p '%s'; description="Enriched Text"; copiousoutput; test=test "$(echo %{charset} | tr "[A-Z]" "[a-z]")" = iso-8859-1 -a "$DISPLAY" != ""
29 -message/partial; showpartial '%s' %{id} %{number} %{total}; description="An incomplete message"
30 -message/external-body; showexternal '%s' %{access-type} %{name} %{site} %{directory} %{mode} %{server}; needsterminal; description="A reference to data stored in an external location"; composetyped="extcompose '%s"'
31 -audio/basic; /usr/lib/mime/playaudio '%s'; description=Basic uLaw Audio; nametemplate=%s.au
32 -application/x-tar; /bin/tar tvf -; print=/bin/tar tvf - | print text/plain:-; copiousoutput
33 -application/x-gtar; /bin/tar tvzf -; print=/bin/tar tvzf - | print text/plain:-; copiousoutput
34 -text/plain; more '%s'; needsterminal
35 -application/xrx; view=xrx '%s'; description="remote X application"; test=test "$DISPLAY"; nametemplate=%s.rx
36 -text/richtext; richtext '%s'; description="Richtext"; copiousoutput
37 -text/enriched; richtext -e '%s'; description="Enriched Text"; copiousoutput
38 -text/plain; gview '%s'; edit=gvim -f '%s'; compose=gvim -f '%s'; test=test "$DISPLAY" != ""
39 -text/plain; view '%s'; edit=vim '%s'; compose=vim '%s'; needsterminal
40 -text/html; /usr/bin/lynx -force_html '%s'; needsterminal; description=HTML Text; nametemplate=%s.html
41 -text/*; less '%s'; needsterminal
42 -text/html; /usr/bin/lynx -dump -force_html '%s'; copiousoutput; description=HTML Text; nametemplate=%s.html
43 -text/*; gview '%s'; edit=gvim -f '%s'; compose=gvim -f '%s'; test=test "$DISPLAY" != ""
44 -text/*; view '%s'; edit=vim '%s'; compose=vim '%s'; needsterminal
45 -text/*; more '%s'; needsterminal
46 -*/*; less '%s'; needsterminal
47 -*/*; false; print=lpr '%s'
48
49 diff --git a/net-mail/mailbase/mailbase-1.5-r2.ebuild b/net-mail/mailbase/mailbase-1.5-r2.ebuild
50 deleted file mode 100644
51 index 5cc221243da2..000000000000
52 --- a/net-mail/mailbase/mailbase-1.5-r2.ebuild
53 +++ /dev/null
54 @@ -1,47 +0,0 @@
55 -# Copyright 1999-2021 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=7
59 -inherit pam
60 -
61 -DESCRIPTION="MTA layout package"
62 -SRC_URI=""
63 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
64 -
65 -LICENSE="GPL-2"
66 -SLOT="0"
67 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
68 -IUSE="pam"
69 -
70 -RDEPEND="
71 - acct-group/mail
72 - acct-user/mail
73 - acct-user/postmaster
74 - pam? ( sys-libs/pam )
75 - !<net-mail/metamail-2.7.53.3-r2"
76 -
77 -S=${WORKDIR}
78 -
79 -src_install() {
80 - dodir /etc/mail
81 - insinto /etc/mail
82 - doins "${FILESDIR}"/aliases
83 - insinto /etc
84 - doins "${FILESDIR}"/mailcap
85 - doman "${FILESDIR}"/mailcap.5
86 -
87 - dosym spool/mail /var/mail
88 -
89 - if use pam ; then
90 - newpamd "${FILESDIR}"/common-pamd-include pop
91 - newpamd "${FILESDIR}"/common-pamd-include imap
92 -
93 - local p
94 - for p in pop3 pop3s pops ; do
95 - dosym pop /etc/pam.d/${p}
96 - done
97 - for p in imap4 imap4s imaps ; do
98 - dosym imap /etc/pam.d/${p}
99 - done
100 - fi
101 -}