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: Mon, 27 Feb 2023 06:36:35
Message-Id: 1677479784.8ec41682087fd9134b14b4d5bfe018cba5641a8c.eras@gentoo
1 commit: 8ec41682087fd9134b14b4d5bfe018cba5641a8c
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 06:35:49 2023 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 06:36:24 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec41682
7
8 net-mail/mailutils: drop 3.14-r1
9
10 Signed-off-by: Eray Aslan <eras <AT> gentoo.org>
11
12 net-mail/mailutils/Manifest | 1 -
13 net-mail/mailutils/mailutils-3.14-r1.ebuild | 141 ----------------------------
14 2 files changed, 142 deletions(-)
15
16 diff --git a/net-mail/mailutils/Manifest b/net-mail/mailutils/Manifest
17 index 3d9fb2486140..151fb8a9e630 100644
18 --- a/net-mail/mailutils/Manifest
19 +++ b/net-mail/mailutils/Manifest
20 @@ -1,2 +1 @@
21 -DIST mailutils-3.14.tar.xz 3215944 BLAKE2B 64965c177065eacab9f5545fbeacd538492995f808dab731d02acbe7d63161f3bfb1528a0ca71e30c32ba12edc7e4f68642f2e5154b66d3bb48c479cae95c754 SHA512 9797deb8901d03a231c3503d75a758fbfb1220d1e064dd8be74735e6c88aa04c94533e802a60fdfbe12f1bd7daec4a39249cd957b103f09b89df364bd9a8869d
22 DIST mailutils-3.15.tar.xz 3112212 BLAKE2B 78101178c101897bc75897a1e134796150fafccd7e8f4b603c82698dd0cd27a98dd1ed7837a87be4760e8bdb39ec7275023a8e2847f832e683b8e97e5e95d75d SHA512 b6b90ad4f71c83e500a9b176694f5fb51a99baf26e52d567d222d6f037a23a0814ac84f88762cbfb4f22382c0e662191af89fb74a8a287134b8fffa58086bdd8
23
24 diff --git a/net-mail/mailutils/mailutils-3.14-r1.ebuild b/net-mail/mailutils/mailutils-3.14-r1.ebuild
25 deleted file mode 100644
26 index bbdd56f1a541..000000000000
27 --- a/net-mail/mailutils/mailutils-3.14-r1.ebuild
28 +++ /dev/null
29 @@ -1,141 +0,0 @@
30 -# Copyright 1999-2023 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -PYTHON_COMPAT=( python3_{9..10} )
35 -
36 -inherit autotools elisp-common flag-o-matic python-single-r1 toolchain-funcs
37 -
38 -DESCRIPTION="A useful collection of mail servers, clients, and filters"
39 -HOMEPAGE="https://mailutils.org/"
40 -SRC_URI="mirror://gnu/mailutils/${P}.tar.xz"
41 -
42 -LICENSE="GPL-3+ LGPL-3+"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-macos ~x64-macos"
45 -IUSE="berkdb bidi +clients emacs gdbm sasl guile ipv6 kerberos kyotocabinet \
46 - ldap mysql nls pam postgres python servers split-usr ssl static-libs +threads tcpd \
47 - tokyocabinet"
48 -
49 -RDEPEND="
50 - !mail-filter/libsieve
51 - !mail-client/mailx
52 - sys-libs/ncurses:=
53 - sys-libs/readline:=
54 - dev-libs/libltdl:0
55 - virtual/libcrypt:=
56 - virtual/mta
57 - berkdb? ( sys-libs/db:= )
58 - bidi? ( dev-libs/fribidi )
59 - emacs? ( >=app-editors/emacs-23.1:* )
60 - gdbm? ( sys-libs/gdbm:= )
61 - guile? ( dev-scheme/guile:12/2.2-1 )
62 - kerberos? ( virtual/krb5 )
63 - kyotocabinet? ( dev-db/kyotocabinet )
64 - ldap? ( net-nds/openldap:= )
65 - mysql? ( dev-db/mysql-connector-c:= )
66 - nls? ( sys-devel/gettext )
67 - pam? ( sys-libs/pam:= )
68 - postgres? ( dev-db/postgresql:= )
69 - python? ( ${PYTHON_DEPS} )
70 - sasl? ( virtual/gsasl )
71 - servers? ( virtual/libiconv dev-libs/libunistring:= )
72 - ssl? ( net-libs/gnutls:= )
73 - tcpd? ( sys-apps/tcp-wrappers )
74 - tokyocabinet? ( dev-db/tokyocabinet )
75 - "
76 -
77 -DEPEND="${RDEPEND}"
78 -
79 -BDEPEND="virtual/pkgconfig"
80 -
81 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
82 - servers? ( tcpd ldap )"
83 -
84 -DOCS=( ABOUT-NLS AUTHORS COPYING COPYING.LESSER ChangeLog INSTALL NEWS README THANKS TODO )
85 -PATCHES=(
86 - "${FILESDIR}"/${PN}-3.5-add-include.patch
87 -)
88 -
89 -pkg_setup() {
90 - use python && python-single-r1_pkg_setup
91 -}
92 -
93 -src_prepare() {
94 - default
95 - if use mysql; then
96 - sed -i -e /^INCLUDES/"s:$:$(mysql_config --include):" \
97 - sql/Makefile.am || die
98 - fi
99 - eautoreconf
100 -}
101 -
102 -src_configure() {
103 - append-flags -fno-strict-aliasing
104 -
105 - # maildir is the Gentoo default
106 - econf \
107 - MU_DEFAULT_SCHEME=maildir \
108 - CURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" \
109 - $(use_with berkdb berkeley-db) \
110 - $(use_with bidi fribidi) \
111 - $(use_enable ipv6) \
112 - $(use_with gdbm) \
113 - $(use_with sasl gsasl) \
114 - $(use_with guile) \
115 - $(use_with kerberos gssapi) \
116 - $(use_with ldap) \
117 - $(use_with mysql) \
118 - $(use_enable nls) \
119 - $(use_enable pam) \
120 - $(use_with postgres) \
121 - $(use_enable python) \
122 - $(use_with ssl gnutls) \
123 - $(use_enable static-libs static) \
124 - $(use_enable threads pthread) \
125 - $(use_with tokyocabinet) \
126 - $(use_with kyotocabinet) \
127 - $(use_with tcpd tcp-wrappers) \
128 - $(use_enable servers build-servers) \
129 - $(use_with servers unistring ) \
130 - $(use_enable clients build-clients) \
131 - EMACS=$(usex emacs emacs no) \
132 - --with-lispdir="${EPREFIX}${SITELISP}/${PN}" \
133 - --with-mail-spool=/var/spool/mail \
134 - --with-readline \
135 - --enable-sendmail \
136 - --disable-debug
137 -}
138 -
139 -src_install() {
140 - default
141 -
142 - insinto /etc
143 - # bug 613112
144 - newins "${FILESDIR}/mailutils.rc" mailutils.conf
145 - keepdir /etc/mailutils.d/
146 - insinto /etc/mailutils.d
147 - doins "${FILESDIR}/mail"
148 -
149 - if use python; then
150 - python_optimize
151 - if use static-libs; then
152 - rm -r "${D}$(python_get_sitedir)/mailutils"/*.{a,la} || die
153 - fi
154 - fi
155 -
156 - if use servers; then
157 - newinitd "${FILESDIR}"/imap4d.initd imap4d
158 - newinitd "${FILESDIR}"/pop3d.initd pop3d
159 - newinitd "${FILESDIR}"/comsatd.initd comsatd
160 - fi
161 -
162 - # compatibility link
163 - if use clients && use split-usr; then
164 - dosym ../usr/bin/mail /bin/mail
165 - fi
166 -
167 - if ! use static-libs; then
168 - find "${D}" -name "*.la" -delete || die
169 - fi
170 -}