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/mailutils/
Date: Thu, 22 Dec 2016 14:24:46
Message-Id: 1482416667.4175cc2e46a625630d105343325314d5033bd6a3.eras@gentoo
1 commit: 4175cc2e46a625630d105343325314d5033bd6a3
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 22 14:24:27 2016 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 14:24:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4175cc2e
7
8 net-mail/mailutils: version bump to 3.1
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-mail/mailutils/Manifest | 1 +
13 net-mail/mailutils/mailutils-3.1.ebuild | 135 ++++++++++++++++++++++++++++++++
14 2 files changed, 136 insertions(+)
15
16 diff --git a/net-mail/mailutils/Manifest b/net-mail/mailutils/Manifest
17 index c97186a..0fbdd33 100644
18 --- a/net-mail/mailutils/Manifest
19 +++ b/net-mail/mailutils/Manifest
20 @@ -1,3 +1,4 @@
21 DIST mailutils-2.99.98.tar.xz 2505252 SHA256 62e2c28aed77e451e05ed15e68b5abc3932bcc3d2d6caf9b4a6864258c6a7b1a SHA512 fc20d97b3eed0f0ff7f1d7885e59f8de6ffd5b4646cd06c3636bda4a6bc9f7a0d5acdc7bb3bb573cdc80d63dfdc0be6464033ef2f6d88514bd2190f6611a1083 WHIRLPOOL c0f6f4f9dc2d60074c06a6c8f604fa4d92df4dafd6e205df8c360e97663e96c9b64a02aab9af7eab0659abc39e8aed70bbb0761b7d5a21b5873beabbcd409030
22 DIST mailutils-2.99.99.tar.xz 2796000 SHA256 fd7743673e81ceb864e0c5876f9304616ca3759d69c662c27d6e093a9919f31d SHA512 a65f9cde0732f27cdea69385b72806e0f44c774006ad7613039644e7a822f26789c46bb06127ca0fa13dbc3e4ad0382e0a7bee6124e240ff58b394ba8a125bfb WHIRLPOOL 7790095392c7111ed858c547145ceb70687c8dae11c1b7cdc4df319ebe28ea07d941d7936d20d6a4e191418f22914d1ef65da194e2e7573f53688a4ce82d9325
23 DIST mailutils-3.0.tar.xz 2729524 SHA256 3226ca41a9e6b39a96cc212a3adfba82aafe2a03dcbbe452f67e1c61a76e7d3d SHA512 833e0142ed7431553db5bdc6cb3846a8d74d35b23825fcbeaa9d81b81b4823c9b825b8e0154615c719341297e0ff7ba219f022016fb745fadbebe4ff6dd0372d WHIRLPOOL 61df116765cdaa9942e89cec1229a23769ea15122912a599f0ad3a25a195a4a5d0da7103c4618cb0de16a90d99a3c0bd9a484c34ab2f3dc1c9a53d877602e784
24 +DIST mailutils-3.1.tar.xz 2755692 SHA256 af7833d88296967465c00392787dfa342eb1ac9cc6d554e354431f3ae64f5fce SHA512 538968bedf729564915924804368dbb0391cf44d5cff253874bfd5fcabdd5a576356efc54cd17f07cff52e56248f0fa99577961cfd7992c4f6f0fb27d8a58a96 WHIRLPOOL 3420297ec2e1494ebbf3f4152c15a039f059356ae511eae52aeb704809cd1775d423676dbca21f4d11652c563540e325f4372a9aa990a59767f623cd90f5c907
25
26 diff --git a/net-mail/mailutils/mailutils-3.1.ebuild b/net-mail/mailutils/mailutils-3.1.ebuild
27 new file mode 100644
28 index 00000000..25756c5
29 --- /dev/null
30 +++ b/net-mail/mailutils/mailutils-3.1.ebuild
31 @@ -0,0 +1,135 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit autotools eutils flag-o-matic python-single-r1 toolchain-funcs
40 +
41 +DESCRIPTION="A useful collection of mail servers, clients, and filters"
42 +HOMEPAGE="https://www.gnu.org/software/mailutils/mailutils.html"
43 +#SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
44 +SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
45 +
46 +LICENSE="GPL-2 LGPL-2.1"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
49 +IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos kyotocabinet ldap \
50 + mysql nls pam postgres python servers ssl static-libs +threads tcpd \
51 + tokyocabinet"
52 +
53 +RDEPEND="!mail-client/nmh
54 + !mail-filter/libsieve
55 + !mail-client/mailx
56 + !mail-client/nail
57 + sys-libs/ncurses:=
58 + sys-libs/readline:=
59 + dev-libs/libltdl:0
60 + virtual/mta
61 + berkdb? ( sys-libs/db:= )
62 + bidi? ( dev-libs/fribidi )
63 + gdbm? ( sys-libs/gdbm )
64 + guile? ( dev-scheme/guile:= )
65 + kerberos? ( virtual/krb5 )
66 + kyotocabinet? ( dev-db/kyotocabinet )
67 + ldap? ( net-nds/openldap )
68 + mysql? ( virtual/mysql )
69 + nls? ( sys-devel/gettext )
70 + pam? ( virtual/pam )
71 + postgres? ( dev-db/postgresql:= )
72 + python? ( ${PYTHON_DEPS} )
73 + sasl? ( virtual/gsasl )
74 + ssl? ( net-libs/gnutls:= )
75 + tcpd? ( sys-apps/tcp-wrappers )
76 + tokyocabinet? ( dev-db/tokyocabinet )"
77 +
78 +DEPEND="${RDEPEND}
79 + virtual/pkgconfig"
80 +
81 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
82 + servers? ( tcpd )"
83 +
84 +pkg_setup() {
85 + use python && python-single-r1_pkg_setup
86 +}
87 +
88 +src_prepare() {
89 + # Disable bytecompilation of Python modules.
90 + echo "#!/bin/sh" > build-aux/py-compile
91 + eapply "${FILESDIR}/${PN}-2.99.98-readline-6.3.patch" #503954
92 + # bug 567976
93 + sed -i -e /AM_GNU_GETTEXT_VERSION/s/0.18/0.19/ configure.ac || die
94 + # add missing tests so that make check doesn't fail
95 + cp "${FILESDIR}"/{hdr,nohdr,twomsg,weed}.at "${S}"/readmsg/tests || die
96 + if use mysql; then
97 + sed -i -e /^INCLUDES/"s:$:$(mysql_config --include):" \
98 + sql/Makefile.am || die
99 + fi
100 + eapply_user
101 + eautoreconf
102 +}
103 +
104 +src_configure() {
105 + append-flags -fno-strict-aliasing
106 +
107 + # maildir is the Gentoo default
108 + econf MU_DEFAULT_SCHEME=maildir \
109 + CURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" \
110 + $(use_with berkdb berkeley-db) \
111 + $(use_with bidi fribidi) \
112 + $(use_enable ipv6) \
113 + $(use_with gdbm) \
114 + $(use_with sasl gsasl) \
115 + $(use_with guile) \
116 + $(use_with kerberos gssapi) \
117 + $(use_with ldap) \
118 + $(use_with mysql) \
119 + $(use_enable nls) \
120 + $(use_enable pam) \
121 + $(use_with postgres) \
122 + $(use_enable python) \
123 + $(use_with ssl gnutls) \
124 + $(use_enable static-libs static) \
125 + $(use_enable threads pthread) \
126 + $(use_with tokyocabinet) \
127 + $(use_with kyotocabinet) \
128 + $(use_with tcpd tcp-wrappers) \
129 + $(use_enable servers build-servers) \
130 + $(use_enable clients build-clients) \
131 + --with-mail-spool=/var/spool/mail \
132 + --with-readline \
133 + --enable-sendmail \
134 + --disable-debug \
135 + --disable-rpath
136 +}
137 +
138 +src_install() {
139 + emake DESTDIR="${D}" install
140 +
141 + insinto /etc
142 + doins "${FILESDIR}/mailutils.rc"
143 + keepdir /etc/mailutils.d/
144 + insinto /etc/mailutils.d
145 + doins "${FILESDIR}/mail"
146 +
147 + if use python; then
148 + python_optimize
149 + if use static-libs; then
150 + rm -r "${D}$(python_get_sitedir)/mailutils"/*.{a,la} || die
151 + fi
152 + fi
153 +
154 + if use servers; then
155 + newinitd "${FILESDIR}"/imap4d.initd imap4d
156 + newinitd "${FILESDIR}"/pop3d.initd pop3d
157 + newinitd "${FILESDIR}"/comsatd.initd comsatd
158 + fi
159 +
160 + dodoc AUTHORS ChangeLog NEWS README* THANKS TODO
161 +
162 + # compatibility link
163 + use clients && dosym /usr/bin/mail /bin/mail
164 +
165 + use static-libs || find "${D}" -name "*.la" -delete
166 +}